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

1 2 3 4 5 6 7

  /external/chromium_org/skia/ext/
vector_platform_device_skia.h 38 const RECT* src_rect) OVERRIDE;
43 const CGRect* src_rect) OVERRIDE;
49 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_win.cc 242 const RECT* src_rect) {
247 if (!src_rect) {
252 src_rect = &temp_rect;
255 int copy_width = src_rect->right - src_rect->left;
256 int copy_height = src_rect->bottom - src_rect->top;
271 src_rect->left,
272 src_rect->top,
283 src_rect->left
    [all...]
bitmap_platform_device_android.h 47 const PlatformRect* src_rect) OVERRIDE;
bitmap_platform_device_linux.h 96 const PlatformRect* src_rect) OVERRIDE;
bitmap_platform_device_mac.h 56 const CGRect* src_rect) OVERRIDE;
bitmap_platform_device_win.h 60 const RECT* 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...]
  /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 66 Rect src_rect(src_origin, dst_rect.size());
72 src_rect.Offset(transform.tx, delta_y);
77 CGImageCreateWithImageInRect(src_image, src_rect.ToCGRect()));
165 gfx::Rect src_rect = dest_rect - offset;
172 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
179 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
188 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/proxy/
graphics_2d_resource.cc 58 const PP_Rect* src_rect) {
71 !!src_rect, src_rect ? *src_rect : dummy));
graphics_2d_resource.h 37 const PP_Rect* src_rect) OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_graphics_2d_api.h 30 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/content/renderer/pepper/
pepper_graphics_2d_host.cc 99 void ConvertImageData(PPB_ImageData_Impl* src_image, const SkIRect& src_rect,
109 if (src_rect.width() == src_image->width() &&
113 src_bitmap->getAddr32(static_cast<int>(src_rect.fLeft),
114 static_cast<int>(src_rect.fTop)),
115 src_rect.width() * src_rect.height(),
120 for (int y = 0; y < src_rect.height(); y++) {
122 src_bitmap->getAddr32(static_cast<int>(src_rect.fLeft),
123 static_cast<int>(src_rect.fTop + y)),
124 src_rect.width()
    [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/qemu/android/skin/
surface.h 92 SkinRect* src_rect,

Completed in 754 milliseconds

1 2 3 4 5 6 7