Searched refs:clip_rect (Results 1 – 9 of 9) sorted by relevance
186 pitch0 * src->clip_rect.y + ycnt * src->clip_rect.x; in g2d_rotate_set_para()199 dst->clip_rect.w = src->clip_rect.h; in g2d_rotate_set_para()200 dst->clip_rect.h = src->clip_rect.w; in g2d_rotate_set_para()204 dst->clip_rect.w = src->clip_rect.w; in g2d_rotate_set_para()205 dst->clip_rect.h = src->clip_rect.h; in g2d_rotate_set_para()260 pitch0 * dst->clip_rect.y + ycnt * dst->clip_rect.x; in g2d_rotate_set_para()465 pitch0 * src->clip_rect.y + ycnt * src->clip_rect.x; in g2d_lbc_rot_set_para()478 dst->clip_rect.w = src->clip_rect.h; in g2d_lbc_rot_set_para()479 dst->clip_rect.h = src->clip_rect.w; in g2d_lbc_rot_set_para()483 dst->clip_rect.w = src->clip_rect.w; in g2d_lbc_rot_set_para()[all …]
100 src->clip_rect.w = dst->clip_rect.w; in g2d_bsp_maskblt()101 src->clip_rect.h = dst->clip_rect.h; in g2d_bsp_maskblt()105 ptn->clip_rect.w = dst->clip_rect.w; in g2d_bsp_maskblt()106 ptn->clip_rect.h = dst->clip_rect.h; in g2d_bsp_maskblt()111 mask->clip_rect.w = dst->clip_rect.w; in g2d_bsp_maskblt()112 mask->clip_rect.h = dst->clip_rect.h; in g2d_bsp_maskblt()155 dst->clip_rect.h, dst->clip_rect.w, in g2d_fillrectangle()223 dst->clip_rect.w, dst->clip_rect.h); in g2d_bsp_bld()227 dst->clip_rect.w, dst->clip_rect.h); in g2d_bsp_bld()236 dst->clip_rect.h, dst->clip_rect.w, in g2d_bsp_bld()[all …]
233 ((-p_image->clip_rect.x) > p_image->clip_rect.w)) || in g2d_image_check()235 ((-p_image->clip_rect.y) > p_image->clip_rect.h)) || in g2d_image_check()249 p_image->clip_rect.w = in g2d_image_check()251 p_image->clip_rect.x; in g2d_image_check()252 p_image->clip_rect.x = 0; in g2d_image_check()257 p_image->clip_rect.w = in g2d_image_check()259 p_image->clip_rect.x; in g2d_image_check()265 p_image->clip_rect.h = in g2d_image_check()267 p_image->clip_rect.y; in g2d_image_check()268 p_image->clip_rect.y = 0; in g2d_image_check()[all …]
116 (!p_image->clip_rect.h) ? 0 : p_image->clip_rect.h - 1; in g2d_wb_set()118 (!p_image->clip_rect.w) ? 0 : p_image->clip_rect.w - 1; in g2d_wb_set()124 cx = p_image->clip_rect.x >> 1; in g2d_wb_set()125 cy = p_image->clip_rect.y; in g2d_wb_set()130 cx = p_image->clip_rect.x >> 1; in g2d_wb_set()131 cy = p_image->clip_rect.y >> 1; in g2d_wb_set()136 cx = p_image->clip_rect.x >> 2; in g2d_wb_set()137 cy = p_image->clip_rect.y; in g2d_wb_set()154 pitch0 * p_image->clip_rect.y + in g2d_wb_set()155 ycnt * p_image->clip_rect.x; in g2d_wb_set()
178 (p_image->clip_rect.w == 0 ? 0 : p_image->clip_rect.w - 1) & 0x1fff; in g2d_vlayer_set()180 (p_image->clip_rect.h == 0 ? 0 : p_image->clip_rect.h - 1) & 0x1fff; in g2d_vlayer_set()183 (p_image->clip_rect.w == 0 ? 0 : p_image->clip_rect.w - 1) & 0x1fff; in g2d_vlayer_set()185 (p_image->clip_rect.h == 0 ? 0 : p_image->clip_rect.h - 1) & 0x1fff; in g2d_vlayer_set()193 cx = p_image->clip_rect.x >> 1; in g2d_vlayer_set()194 cy = p_image->clip_rect.y; in g2d_vlayer_set()201 cx = p_image->clip_rect.x >> 1; in g2d_vlayer_set()202 cy = p_image->clip_rect.y >> 1; in g2d_vlayer_set()209 cx = p_image->clip_rect.x >> 2; in g2d_vlayer_set()210 cy = p_image->clip_rect.y; in g2d_vlayer_set()[all …]
61 (p_img->clip_rect.w == 0 ? 0 : p_img->clip_rect.w - 1) & 0x1fff; in g2d_uilayer_set()63 (p_img->clip_rect.h == 0 ? 0 : p_img->clip_rect.h - 1) & 0x1fff; in g2d_uilayer_set()65 (p_img->clip_rect.w == 0 ? 0 : p_img->clip_rect.w - 1) & 0x1fff; in g2d_uilayer_set()67 (p_img->clip_rect.h == 0 ? 0 : p_img->clip_rect.h - 1) & 0x1fff; in g2d_uilayer_set()76 pitch0 * p_img->clip_rect.y + ycnt * p_img->clip_rect.x; in g2d_uilayer_set()
141 p_image->clip_rect.w == 0 ? 0 : p_image->clip_rect.w - 1; in bld_out_setting()143 p_image->clip_rect.h == 0 ? 0 : p_image->clip_rect.h - 1; in bld_out_setting()
329 g2d_rect clip_rect; member
90 SDL_Rect clip_rect; /**< Read-only */ member
Completed in 26 milliseconds