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

1 2 3 4 5 6 7

  /external/chromium_org/skia/ext/
vector_platform_device_skia.h 37 const RECT* src_rect) OVERRIDE;
42 const CGRect* src_rect) OVERRIDE;
48 const PlatformRect* src_rect) OVERRIDE;
vector_platform_device_skia.cc 67 const RECT* src_rect) {
72 int y, const CGRect* src_rect) {
82 PlatformSurface surface, int x, int y, const PlatformRect* src_rect) {
bitmap_platform_device_skia.h 47 const PlatformRect* src_rect) OVERRIDE;
bitmap_platform_device_win.cc 288 const RECT* src_rect) {
293 if (!src_rect) {
298 src_rect = &temp_rect;
301 int copy_width = src_rect->right - src_rect->left;
302 int copy_height = src_rect->bottom - src_rect->top;
317 src_rect->left,
318 src_rect->top,
329 src_rect->left
    [all...]
bitmap_platform_device_cairo.h 93 const PlatformRect* src_rect) OVERRIDE;
bitmap_platform_device_mac.h 56 const CGRect* src_rect) OVERRIDE;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 113 overlayp->src_rect.x = e->src_rect.x;
114 overlayp->src_rect.y = e->src_rect.y;
115 overlayp->src_rect.w = e->src_rect.w;
116 overlayp->src_rect.h = e->src_rect.h;
137 CDBG("src.width %d height %d; src_rect.x %d y %d w %d h %d; dst_rect.x %d y %d w %d h %d\n",
139 overlayp->src_rect.x, overlayp->src_rect.y, overlayp->src_rect.w, overlayp->src_rect.h
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit.cpp 174 e->src_rect.w = (clip.b - clip.t);
175 e->src_rect.h = (clip.r - clip.l);
181 e->src_rect.w = (clip.r - clip.l);
182 e->src_rect.h = (clip.b - clip.t);
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
188 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);
190 e->src_rect.x = delta_x + src->l;
191 e->src_rect.y = delta_y + src->t;
195 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit.cpp 177 e->src_rect.w = (clip.b - clip.t);
178 e->src_rect.h = (clip.r - clip.l);
184 e->src_rect.w = (clip.r - clip.l);
185 e->src_rect.h = (clip.b - clip.t);
190 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
191 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);
193 e->src_rect.x = delta_x + src->l;
194 e->src_rect.y = delta_y + src->t;
198 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w)
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit.cpp 174 e->src_rect.w = (clip.b - clip.t);
175 e->src_rect.h = (clip.r - clip.l);
181 e->src_rect.w = (clip.r - clip.l);
182 e->src_rect.h = (clip.b - clip.t);
187 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
188 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);
190 e->src_rect.x = delta_x + src->l;
191 e->src_rect.y = delta_y + src->t;
195 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w)
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_window.cc 56 gfx::Rect src_rect = transform_window_.GetBoundsInScreen(); local
58 ShrinkRectToFitPreservingAspectRatio(src_rect, target_bounds));
60 ScopedTransformOverviewWindow::GetTransformForRect(src_rect, bounds()),
  /hardware/qcom/display/msm8974/liboverlay/
overlayMdp.cpp 126 mOVInfo.src_rect.x >>= mDownscale;
127 mOVInfo.src_rect.y >>= mDownscale;
128 mOVInfo.src_rect.w >>= mDownscale;
129 mOVInfo.src_rect.h >>= mDownscale;
135 if(mOVInfo.src_rect.w > 2048) {
146 utils::getDecimationFactor(mOVInfo.src_rect.w, mOVInfo.src_rect.h,
166 utils::normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
167 utils::normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h)
    [all...]
  /external/chromium_org/ui/gfx/
blit.cc 68 Rect src_rect(src_origin, dst_rect.size());
74 src_rect.Offset(transform.tx, delta_y);
79 CGImageCreateWithImageInRect(src_image, src_rect.ToCGRect()));
167 gfx::Rect src_rect = dest_rect - offset;
174 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
181 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
190 bitmap.getAddr32(src_rect.x(), src_rect.y() + y)
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
sprite.h 37 // Composite the section of the Sprite contained in |src_rect| into the given
40 void CompositeFromRectToPoint(const pp::Rect& src_rect,
  /external/chromium_org/ppapi/cpp/
graphics_2d.h 97 /// <code>top_left</code> and set <code>src_rect</code> to <code>NULL</code>.
115 /// in <code>src_rect</code> will be copied into the backing store. This
116 /// means that the rectangle being painted will be at <code>src_rect</code>
119 /// The <code>src_rect</code> is specified in the coordinate system of the
121 /// entire image, you may specify an empty <code>src_rect</code>.
126 /// as the <code>src_rect</code> subset of it falls entirely within the
132 /// <code>top_left</code> and set <code>src_rect</code> to <code>NULL</code>.
135 /// location of your image to (0,0) and then set <code>src_rect</code> to the
142 /// @param[in] src_rect The rectangular area where the <code>ImageData</code>
146 const Rect& src_rect);
    [all...]
graphics_2d.cc 88 const Rect& src_rect) {
93 &src_rect.pp_rect());
98 &src_rect.pp_rect());
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 31 const PP_Rect* src_rect) = 0;
  /external/chromium_org/ppapi/c/
ppb_graphics_2d.h 100 * in <code>src_rect</code> will be copied into the backing store. This
101 * means that the rectangle being painted will be at <code>src_rect</code>
104 * The <code>src_rect</code> is specified in the coordinate system of the
106 * entire image, you may specify an empty <code>src_rect</code>.
111 * as the <code>src_rect</code> subset of it falls entirely within the
117 * <code>top_left</code> and set <code>src_rect</code> to <code>NULL</code>.
120 * location of your image to (0,0) and then set <code>src_rect</code> to the
128 * @param[in] src_rect The rectangular area where the <code>ImageData</code>
134 const struct PP_Rect* src_rect);
294 const struct PP_Rect* src_rect);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc 174 // Returns the |src_rect| region of |src| scaled to |to_size| by drawing on a
177 const gfx::Rect& src_rect,
180 if (src_rect == gfx::Rect(0, 0, src.width(), src.height())) {
185 SkIRect::MakeXYWH(src_rect.x(), src_rect.y(),
186 src_rect.width(), src_rect.height())));
290 void RunResizeTest(const SkBitmap& src_bitmap, const gfx::Rect& src_rect,
293 << "src_rect=(" << src_rect.x() << ',' << src_rect.y(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.h 189 struct u_rect *src_rect,
202 struct u_rect *src_rect,
214 struct u_rect *src_rect,
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 189 struct u_rect *src_rect,
202 struct u_rect *src_rect,
214 struct u_rect *src_rect,
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 59 const PP_Rect* src_rect) {
72 !!src_rect, src_rect ? *src_rect : dummy));
  /external/qemu/android/skin/
surface.h 92 SkinRect* src_rect,
  /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

Completed in 289 milliseconds

1 2 3 4 5 6 7