Searched refs:pixel_count (Results 1 – 2 of 2) sorted by relevance
41 struct line_buffer *output_buffer, int x_start, int pixel_count) in pre_mul_alpha_blend() argument46 for (int i = 0; i < pixel_count; i++) { in pre_mul_alpha_blend()200 int *src_y_start, int *dst_x_start, int *pixel_count) in clamp_line_coordinates() argument211 *pixel_count = drm_rect_width(src_line); in clamp_line_coordinates()215 *pixel_count = drm_rect_height(src_line); in clamp_line_coordinates()229 *pixel_count += *src_x_start; in clamp_line_coordinates()233 if (*src_x_start + *pixel_count > current_plane->frame_info->fb->width) in clamp_line_coordinates()234 *pixel_count = max(0, (int)current_plane->frame_info->fb->width - in clamp_line_coordinates()240 *pixel_count += *src_y_start; in clamp_line_coordinates()244 if (*src_y_start + *pixel_count > current_plane->frame_info->fb->height) in clamp_line_coordinates()[all …]
578 static inline u32 ctd_pixel_line_count(int pixel_count, int line_count) in ctd_pixel_line_count() argument580 return (pixel_count << CTD_PIXEL_COUNT_SHFT) | line_count; in ctd_pixel_line_count()