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

1 2 3 4

  /external/chromium_org/ui/gfx/
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...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 102 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref), local
104 CGContextDrawImage(context, dst_rect, image_ref);
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 257 VARectangle src_rect, dst_rect; local
264 dst_rect.x = 0;
265 dst_rect.y = 0;
266 dst_rect.width = WIN_WIDTH;
267 dst_rect.height = WIN_HEIGHT;
269 va_status = va_put_surface(va_dpy, surface_id, &src_rect, &dst_rect);
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 177 SkRect dst_rect = SkRect::Make(src_rect); local
178 canvas_->drawBitmapRect(back_bitmap, &src_rect, dst_rect, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
subpicture.c 440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
surface.c 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon17860
  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
surface.c 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon31419
  /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...]
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
output.c 293 struct u_rect dst_rect; local
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
427 struct u_rect dst_rect; local
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
638 struct u_rect src_rect, dst_rect; local
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
697 struct u_rect src_rect, dst_rect; local
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 293 struct u_rect dst_rect; local
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
427 struct u_rect dst_rect; local
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
638 struct u_rect src_rect, dst_rect; local
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
697 struct u_rect src_rect, dst_rect; local
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_mdp.h 74 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_mdp.h 74 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req

Completed in 1758 milliseconds

1 2 3 4