Searched refs:clip (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.cpp162 struct copybit_rect_t clip; local
163 intersect(&clip, scissor, dst);
165 e->dst_rect.x = clip.l;
166 e->dst_rect.y = clip.t;
167 e->dst_rect.w = clip.r - clip.l;
168 e->dst_rect.h = clip.b - clip.t;
172 delta_x = (clip.t - dst->t);
173 delta_y = (dst->r - clip
[all...]
H A Dcopybit_c2d.cpp1316 struct copybit_rect_t clip; local
1317 while ((status == 0) && region->next(region, &clip)) {
1318 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.cpp165 struct copybit_rect_t clip; local
166 intersect(&clip, scissor, dst);
168 e->dst_rect.x = clip.l;
169 e->dst_rect.y = clip.t;
170 e->dst_rect.w = clip.r - clip.l;
171 e->dst_rect.h = clip.b - clip.t;
175 delta_x = (clip.t - dst->t);
176 delta_y = (dst->r - clip
[all...]
H A Dcopybit_c2d.cpp1344 struct copybit_rect_t clip; local
1345 while ((status == 0) && region->next(region, &clip)) {
1346 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.cpp162 struct copybit_rect_t clip; local
163 intersect(&clip, scissor, dst);
165 e->dst_rect.x = clip.l;
166 e->dst_rect.y = clip.t;
167 e->dst_rect.w = clip.r - clip.l;
168 e->dst_rect.h = clip.b - clip.t;
172 delta_x = (clip.t - dst->t);
173 delta_y = (dst->r - clip
[all...]
H A Dcopybit_c2d.cpp1316 struct copybit_rect_t clip; local
1317 while ((status == 0) && region->next(region, &clip)) {
1318 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
/hardware/samsung_slsi/exynos5/include/
H A Dsec_g2d.h221 g2d_clip clip; member in struct:__anon1489

Completed in 175 milliseconds