| /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;
|
| /external/chromium_org/skia/ext/ |
| bitmap_platform_device_mac.cc | 210 int y, const CGRect* src_rect) { 223 if (src_rect) { 224 bounds.size.width = src_rect->size.width; 225 bounds.size.height = src_rect->size.height; 226 CGImageRef sub_image = CGImageCreateWithImageInRect(image, *src_rect);
|
| bitmap_platform_device_win.h | 58 const RECT* src_rect) OVERRIDE;
|
| /hardware/qcom/display/msm8084/liboverlay/ |
| 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;
|
| overlayMdssRot.cpp | 86 mRotInfo.src_rect.x = crop.x; 87 mRotInfo.src_rect.y = crop.y; 88 mRotInfo.src_rect.w = crop.w; 89 mRotInfo.src_rect.h = crop.h;
|
| /hardware/qcom/display/msm8226/liboverlay/ |
| 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;
|
| overlayMdssRot.cpp | 84 mRotInfo.src_rect.x = crop.x; 85 mRotInfo.src_rect.y = crop.y; 86 mRotInfo.src_rect.w = crop.w; 87 mRotInfo.src_rect.h = crop.h;
|
| /external/chromium_org/cc/base/ |
| math_util.cc | 114 const gfx::Rect& src_rect) { 116 return src_rect + 122 return gfx::ToEnclosingRect(MapClippedRect(transform, gfx::RectF(src_rect))); 126 const gfx::RectF& src_rect) { 128 return src_rect + 136 quad[0] = src_rect.x(); 137 quad[1] = src_rect.y(); 138 quad[2] = src_rect.right(); 139 quad[3] = src_rect.y(); 140 quad[4] = src_rect.right() [all...] |
| /external/chromium_org/ash/wm/overview/ |
| scoped_transform_overview_window.cc | 182 const gfx::Rect& src_rect, 184 DCHECK(!src_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());
|
| scoped_transform_overview_window.h | 46 // Returns the transform turning |src_rect| into |dst_rect|. 47 static gfx::Transform GetTransformForRect(const gfx::Rect& src_rect,
|
| /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);
|
| /hardware/intel/common/libva/test/decode/ |
| mpeg2vldemo.cpp | 257 VARectangle src_rect, dst_rect; local 259 src_rect.x = 0; 260 src_rect.y = 0; 261 src_rect.width = CLIP_WIDTH; 262 src_rect.height = CLIP_HEIGHT; 269 va_status = va_put_surface(va_dpy, surface_id, &src_rect, &dst_rect);
|
| /external/chromium_org/content/renderer/pepper/ |
| pepper_graphics_2d_host.cc | 106 const SkIRect& src_rect, 117 if (src_rect.width() == src_image->width() && 121 src_bitmap->getAddr32(static_cast<int>(src_rect.fLeft), 122 static_cast<int>(src_rect.fTop)), 123 src_rect.width() * src_rect.height(), 128 for (int y = 0; y < src_rect.height(); y++) { 130 src_bitmap->getAddr32(static_cast<int>(src_rect.fLeft), 131 static_cast<int>(src_rect.fTop + y)), 132 src_rect.width() [all...] |
| /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 | 54 const struct PP_Rect* src_rect) { 59 enter.object()->PaintImageData(image_data, top_left, src_rect);
|
| /hardware/intel/common/libva/test/common/ |
| va_display.c | 156 const VARectangle *src_rect, 164 return g_display_hooks->put_surface(va_dpy, surface, src_rect, dst_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_org/content/public/browser/android/ |
| content_view_core.h | 59 gfx::Rect src_rect,
|
| /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
| xvmc_private.h | 93 struct u_rect src_rect; member in struct:__anon17860
|
| /external/mesa3d/src/gallium/state_trackers/xvmc/ |
| xvmc_private.h | 93 struct u_rect src_rect; member in struct:__anon31419
|
| /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
| msm_mdp.h | 71 struct mdp_rect src_rect; member in struct:mdp_blit_req
|
| /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
| msm_mdp.h | 71 struct mdp_rect src_rect; member in struct:mdp_blit_req
|