HomeSort by relevance Sort by last modified time
    Searched refs:dst_rect (Results 1 - 25 of 147) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/gfx/
blit.h 21 const Rect& dst_rect,
27 const Rect& dst_rect,
33 const Rect& dst_rect,
39 const Rect& dst_rect,
blit.cc 62 const Rect& dst_rect,
66 BitBlt(dst_context, dst_rect.x(), dst_rect.y(),
67 dst_rect.width(), dst_rect.height(),
75 Rect src_rect(src_origin, dst_rect.size());
87 CGContextDrawImage(dst_context, dst_rect.ToCGRect(), src_sub_image);
96 dst_rect.x()-surface_x, dst_rect.y()-surface_y);
97 cairo_rectangle(dst_context, dst_rect.x(), dst_rect.y()
112 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, local
133 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, local
    [all...]
  /hardware/intel/common/libva/test/common/
va_display_android.cpp 84 const VARectangle *dst_rect
88 create_window(dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height);
93 dst_rect->x, dst_rect->y,
94 dst_rect->width, dst_rect->height,
va_display_x11.c 109 const VARectangle *dst_rect
118 if (!validate_rect(src_rect) || !validate_rect(dst_rect))
121 win_width = dst_rect->x + dst_rect->width;
122 win_height = dst_rect->y + dst_rect->height;
128 dst_rect->x, dst_rect->y,
129 dst_rect->width, dst_rect->height
    [all...]
va_display.h 40 const VARectangle *dst_rect);
57 const VARectangle *dst_rect
va_display_wayland.c 163 const VARectangle *dst_rect
170 if (!ensure_window(va_dpy, dst_rect->width, dst_rect->height))
180 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->height
va_display_drm.c 64 const VARectangle *dst_rect
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 117 overlayp->dst_rect.x = e->dst_rect.x;
118 overlayp->dst_rect.y = e->dst_rect.y;
121 overlayp->dst_rect.w = e->dst_rect.h;
122 overlayp->dst_rect.h = e->dst_rect.w;
124 if (overlayp->dst_rect.w > 480)
125 overlayp->dst_rect.w = 480
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 116 overlayp->dst_rect.x = e->dst_rect.x;
117 overlayp->dst_rect.y = e->dst_rect.y;
120 overlayp->dst_rect.w = e->dst_rect.h;
121 overlayp->dst_rect.h = e->dst_rect.w;
123 if (overlayp->dst_rect.w > 480)
124 overlayp->dst_rect.w = 480
    [all...]
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 51 const VARectangle *dst_rect,
84 VARectangle src_rect, dst_rect; local
91 dst_rect.x = src_x;
92 dst_rect.y = src_y;
93 dst_rect.width = src_w;
94 dst_rect.height = src_h;
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
134 const VARectangle *dst_rect,
166 dst_rect->x, dst_rect->y, dst_rect->width, dst_rect->heigh
    [all...]
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.h 286 return utils::Dim( mOVInfo.dst_rect.x,
287 mOVInfo.dst_rect.y,
288 mOVInfo.dst_rect.w,
289 mOVInfo.dst_rect.h);
293 mOVInfo.dst_rect.x = d.x;
294 mOVInfo.dst_rect.y = d.y;
295 mOVInfo.dst_rect.w = d.w;
296 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 91 mRotInfo.dst_rect.x = 0;
92 mRotInfo.dst_rect.y = 0;
93 mRotInfo.dst_rect.w = crop.w;
94 mRotInfo.dst_rect.h = crop.h;
118 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
250 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.h 284 return utils::Dim( mOVInfo.dst_rect.x,
285 mOVInfo.dst_rect.y,
286 mOVInfo.dst_rect.w,
287 mOVInfo.dst_rect.h);
291 mOVInfo.dst_rect.x = d.x;
292 mOVInfo.dst_rect.y = d.y;
293 mOVInfo.dst_rect.w = d.w;
294 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 89 mRotInfo.dst_rect.x = 0;
90 mRotInfo.dst_rect.y = 0;
91 mRotInfo.dst_rect.w = crop.w;
92 mRotInfo.dst_rect.h = crop.h;
116 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
248 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 190 struct u_rect *dst_rect,
203 struct u_rect *dst_rect,
215 struct u_rect *dst_rect,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 190 struct u_rect *dst_rect,
203 struct u_rect *dst_rect,
215 struct u_rect *dst_rect,
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.h 324 return utils::Dim( mOVInfo.dst_rect.x,
325 mOVInfo.dst_rect.y,
326 mOVInfo.dst_rect.w,
327 mOVInfo.dst_rect.h);
331 mOVInfo.dst_rect.x = d.x;
332 mOVInfo.dst_rect.y = d.y;
333 mOVInfo.dst_rect.w = d.w;
334 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 84 mRotInfo.dst_rect.w = whf.w;
85 mRotInfo.dst_rect.h = whf.h;
114 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
253 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 325 return utils::Dim( mOVInfo.dst_rect.x,
326 mOVInfo.dst_rect.y,
327 mOVInfo.dst_rect.w,
328 mOVInfo.dst_rect.h);
332 mOVInfo.dst_rect.x = d.x;
333 mOVInfo.dst_rect.y = d.y;
334 mOVInfo.dst_rect.w = d.w;
335 mOVInfo.dst_rect.h = d.h;
overlayMdssRot.cpp 90 mRotInfo.dst_rect.x = 0;
91 mRotInfo.dst_rect.y = 0;
92 mRotInfo.dst_rect.w = crop.w;
93 mRotInfo.dst_rect.h = crop.h;
116 utils::swap(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h);
255 ovutils::Whf destWhf(mRotInfo.dst_rect.w, mRotInfo.dst_rect.h,
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 169 e->dst_rect.x = clip.l;
170 e->dst_rect.y = clip.t;
171 e->dst_rect.w = clip.r - clip.l;
172 e->dst_rect.h = clip.b - clip.t;
263 l->req[i].dst_rect.x,
264 l->req[i].dst_rect.y,
265 l->req[i].dst_rect.w,
266 l->req[i].dst_rect.h,
425 struct copybit_rect_t const *dst_rect,
510 set_rects(ctx, req, dst_rect, src_rect, &clip)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 171 e->dst_rect.x = clip.l;
172 e->dst_rect.y = clip.t;
173 e->dst_rect.w = clip.r - clip.l;
174 e->dst_rect.h = clip.b - clip.t;
265 l->req[i].dst_rect.x,
266 l->req[i].dst_rect.y,
267 l->req[i].dst_rect.w,
268 l->req[i].dst_rect.h,
427 struct copybit_rect_t const *dst_rect,
511 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding)
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 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;
254 l->req[i].dst_rect.x,
255 l->req[i].dst_rect.y,
256 l->req[i].dst_rect.w,
257 l->req[i].dst_rect.h,
384 struct copybit_rect_t const *dst_rect,
470 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 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;
257 l->req[i].dst_rect.x,
258 l->req[i].dst_rect.y,
259 l->req[i].dst_rect.w,
260 l->req[i].dst_rect.h,
420 struct copybit_rect_t const *dst_rect,
504 set_rects(ctx, req, dst_rect, src_rect, &clip, src->horiz_padding, src->vert_padding)
    [all...]
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.cc 183 const gfx::Rect& dst_rect) {
185 DCHECK(!dst_rect.IsEmpty());
187 transform.Translate(dst_rect.x() - src_rect.x(),
188 dst_rect.y() - src_rect.y());
189 transform.Scale(static_cast<float>(dst_rect.width()) / src_rect.width(),
190 static_cast<float>(dst_rect.height()) / src_rect.height());

Completed in 972 milliseconds

1 2 3 4 5 6