HomeSort by relevance Sort by last modified time
    Searched refs:src_rect (Results 26 - 50 of 155) sorted by null

12 3 4 5 6 7

  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 50 struct mdp_rect src_rect; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 37 struct mdp_rect src_rect; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_rotator.h 41 struct mdp_rect src_rect; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_rotator.h 28 struct mdp_rect src_rect; member in struct:msm_rotator_img_info
  /external/chromium_org/skia/ext/
platform_canvas.cc 36 int y, const PlatformRect* src_rect) {
39 platform_device->DrawToNativeContext(context, x, y, src_rect);
bitmap_platform_device_mac.cc 219 int y, const CGRect* src_rect) {
232 if (src_rect) {
233 bounds.size.width = src_rect->size.width;
234 bounds.size.height = src_rect->size.height;
235 CGImageRef sub_image = CGImageCreateWithImageInRect(image, *src_rect);
  /hardware/qcom/display/msm8960/liboverlay/
overlayMdp.cpp 136 mOVInfo.src_rect.x >>= mDownscale;
137 mOVInfo.src_rect.y >>= mDownscale;
138 mOVInfo.src_rect.w >>= mDownscale;
139 mOVInfo.src_rect.h >>= mDownscale;
148 normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
149 normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h);
overlayMdp.h 310 return utils::Dim( mOVInfo.src_rect.x,
311 mOVInfo.src_rect.y,
312 mOVInfo.src_rect.w,
313 mOVInfo.src_rect.h);
317 mOVInfo.src_rect.x = d.x;
318 mOVInfo.src_rect.y = d.y;
319 mOVInfo.src_rect.w = d.w;
320 mOVInfo.src_rect.h = d.h;
overlayMdpRot.cpp 53 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) {
54 // Ensure src_rect.h is a multiple of 16 for 1/8 downscaling.
56 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 16);
90 mRotImgInfo.src_rect.w = whf.w;
91 mRotImgInfo.src_rect.h = whf.h;
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.h 311 return utils::Dim( mOVInfo.src_rect.x,
312 mOVInfo.src_rect.y,
313 mOVInfo.src_rect.w,
314 mOVInfo.src_rect.h);
318 mOVInfo.src_rect.x = d.x;
319 mOVInfo.src_rect.y = d.y;
320 mOVInfo.src_rect.w = d.w;
321 mOVInfo.src_rect.h = d.h;
overlayMdpRot.cpp 53 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) {
54 // Ensure src_rect.h is a multiple of 16 for 1/8 downscaling.
56 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 16);
90 mRotImgInfo.src_rect.w = whf.w;
91 mRotImgInfo.src_rect.h = whf.h;
  /hardware/qcom/display/msm8x26/liboverlay/
overlayMdp.cpp 136 mOVInfo.src_rect.x >>= mDownscale;
137 mOVInfo.src_rect.y >>= mDownscale;
138 mOVInfo.src_rect.w >>= mDownscale;
139 mOVInfo.src_rect.h >>= mDownscale;
148 normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
149 normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h);
overlayMdp.h 310 return utils::Dim( mOVInfo.src_rect.x,
311 mOVInfo.src_rect.y,
312 mOVInfo.src_rect.w,
313 mOVInfo.src_rect.h);
317 mOVInfo.src_rect.x = d.x;
318 mOVInfo.src_rect.y = d.y;
319 mOVInfo.src_rect.w = d.w;
320 mOVInfo.src_rect.h = d.h;
overlayMdpRot.cpp 53 if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF)) {
54 // Ensure src_rect.h is a multiple of 16 for 1/8 downscaling.
56 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 16);
90 mRotImgInfo.src_rect.w = whf.w;
91 mRotImgInfo.src_rect.h = whf.h;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
presentation.c 211 struct u_rect src_rect, dst_clip, *dirty_area; local
260 src_rect.x0 = 0;
261 src_rect.y0 = 0;
262 src_rect.x1 = surf_draw->width;
263 src_rect.y1 = surf_draw->height;
266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
presentation.c 211 struct u_rect src_rect, dst_clip, *dirty_area; local
260 src_rect.x0 = 0;
261 src_rect.y0 = 0;
262 src_rect.x1 = surf_draw->width;
263 src_rect.y1 = surf_draw->height;
266 vl_compositor_set_rgba_layer(cstate, compositor, 0, surf->sampler_view, &src_rect, NULL, NULL);
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h 82 const PP_Rect& src_rect);
107 const gfx::Rect& src_rect,
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.cc 44 void Sprite::CompositeFromRectToPoint(const pp::Rect& src_rect,
51 pp::Rect src_rect_clipped(src_rect.Intersect(src_bounds));
  /external/chromium_org/ppapi/api/
ppb_graphics_2d.idl 90 * in <code>src_rect</code> will be copied into the backing store. This
91 * means that the rectangle being painted will be at <code>src_rect</code>
94 * The <code>src_rect</code> is specified in the coordinate system of the
96 * entire image, you may specify an empty <code>src_rect</code>.
101 * as the <code>src_rect</code> subset of it falls entirely within the
107 * <code>top_left</code> and set <code>src_rect</code> to <code>NULL</code>.
110 * location of your image to (0,0) and then set <code>src_rect</code> to the
118 * @param[in] src_rect The rectangular area where the <code>ImageData</code>
125 [in] PP_Rect src_rect);
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_thunk.cc 56 const struct PP_Rect* src_rect) {
61 enter.object()->PaintImageData(image_data, top_left, src_rect);
  /development/ndk/platforms/android-3/include/linux/
msm_mdp.h 71 struct mdp_rect src_rect; member in struct:mdp_blit_req
  /external/chromium/chrome/browser/speech/
speech_input_bubble.cc 78 for (SkIRect src_rect(SkIRect::MakeWH(frame_size, frame_size));
79 src_rect.fLeft < spinner_image->width();
80 src_rect.offset(frame_size, 0)) {
82 spinner_image->extractSubset(&frame, src_rect);
  /external/chromium/webkit/glue/media/
video_renderer_impl.h 64 void TransformToSkIRect(const SkMatrix& matrix, const gfx::Rect& src_rect,
  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble.cc 87 for (gfx::Rect src_rect(frame_size, frame_size);
88 src_rect.x() < spinner_image->width();
89 src_rect.Offset(frame_size, 0)) {
91 *spinner_image, src_rect);
  /external/chromium_org/content/public/browser/android/
compositor.h 106 // done. |src_rect| allows the caller to specify which rect of |texture_id|
110 const gfx::Rect& src_rect,

Completed in 842 milliseconds

12 3 4 5 6 7