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

/hardware/msm7k/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 e->src_rect.x = (clip.t - dst->t) + src->t;
173 e->src_rect.y = (dst->r - clip
[all...]
/hardware/qcom/display/libcopybit/
H A Dcopybit.cpp161 struct copybit_rect_t clip; local
162 intersect(&clip, scissor, dst);
164 e->dst_rect.x = clip.l;
165 e->dst_rect.y = clip.t;
166 e->dst_rect.w = clip.r - clip.l;
167 e->dst_rect.h = clip.b - clip.t;
171 delta_x = (clip.t - dst->t);
172 delta_y = (dst->r - clip
[all...]
H A Dcopybit_c2d.cpp1041 struct copybit_rect_t clip; local
1220 while ((status == 0) && region->next(region, &clip)) {
1224 set_rects(ctx, req, dst_rect, src_rect, &clip);
/hardware/samsung_slsi/exynos5/include/
H A Dsec_g2d.h221 g2d_clip clip; member in struct:__anon1454

Completed in 112 milliseconds