Searched refs:pixel_count (Results 1 – 2 of 2) sorted by relevance
44 struct line_buffer *output_buffer, int x_start, int pixel_count) in pre_mul_alpha_blend() argument49 for (int i = 0; i < pixel_count; i++) { in pre_mul_alpha_blend()302 int *src_y_start, int *dst_x_start, int *pixel_count) in clamp_line_coordinates() argument313 *pixel_count = drm_rect_width(src_line); in clamp_line_coordinates()317 *pixel_count = drm_rect_height(src_line); in clamp_line_coordinates()331 *pixel_count += *src_x_start; in clamp_line_coordinates()335 if (*src_x_start + *pixel_count > current_plane->frame_info->fb->width) in clamp_line_coordinates()336 *pixel_count = max(0, (int)current_plane->frame_info->fb->width - in clamp_line_coordinates()342 *pixel_count += *src_y_start; in clamp_line_coordinates()346 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()