HomeSort by relevance Sort by last modified time
    Searched full:dst_rect (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/platforms/android-9/arch-arm/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
msm_mdp.h 72 struct mdp_rect dst_rect; member in struct:mdp_blit_req
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 147 mOVInfo.dst_rect.w, mOVInfo.dst_rect.h, horDscale, verDscale);
169 utils::even_floor(mOVInfo.dst_rect.w);
170 utils::even_floor(mOVInfo.dst_rect.h);
180 if (mOVInfo.src_rect.w - mOVInfo.dst_rect.w == 1)
182 if (mOVInfo.src_rect.h - mOVInfo.dst_rect.h == 1)
  /external/chromium_org/ash/wm/overview/
scoped_transform_overview_window.h 44 // Returns the transform turning |src_rect| into |dst_rect|.
46 const gfx::Rect& dst_rect);
  /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));
  /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...]
copybit.h 232 * @param dst_rect is the destination rectangle
241 struct copybit_rect_t const *dst_rect,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon13076
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);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon23543
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);
  /external/chromium_org/content/browser/renderer_host/
backing_store_aura.cc 78 SkRect dst_rect = SkRect::MakeWH(pixel_size.width(), pixel_size.height()); local
79 new_canvas.get()->drawBitmapRect(bitmap_, &src_rect, dst_rect, &copy_paint);
  /external/chromium_org/content/renderer/gpu/
compositor_software_output_device.cc 176 SkRect dst_rect = SkRect::Make(src_rect); local
177 canvas_->drawBitmapRect(back_bitmap, &src_rect, dst_rect, NULL);
  /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/qcom/display/msm8960/libcopybit/
copybit.h 219 * @param dst_rect is the destination rectangle
228 struct copybit_rect_t const *dst_rect,
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.h 219 * @param dst_rect is the destination rectangle
228 struct copybit_rect_t const *dst_rect,
  /external/qemu/android/skin/
surface.c 290 SkinRect* dst_rect,
293 int x = dst_rect->pos.x;
294 int y = dst_rect->pos.y;
295 int w = dst_rect->size.w;
296 int h = dst_rect->size.h;

Completed in 383 milliseconds

1 23 4 5