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

1 2 3 4 5 6 7 8 9

  /hardware/intel/common/libva/test/common/
va_display_android.cpp 83 const VARectangle *src_rect,
91 src_rect->x, src_rect->y,
92 src_rect->width, src_rect->height,
va_display_x11.c 108 const VARectangle *src_rect,
118 if (!validate_rect(src_rect) || !validate_rect(dst_rect))
126 src_rect->x, src_rect->y,
127 src_rect->width, src_rect->height,
va_display.h 39 const VARectangle *src_rect,
56 const VARectangle *src_rect,
va_display_drm.c 63 const VARectangle *src_rect,
  /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_win.cc 211 const RECT* src_rect) {
216 if (!src_rect) {
221 src_rect = &temp_rect;
224 int copy_width = src_rect->right - src_rect->left;
225 int copy_height = src_rect->bottom - src_rect->top;
240 src_rect->left,
241 src_rect->top,
252 src_rect->left
    [all...]
bitmap_platform_device_skia.h 47 const PlatformRect* src_rect) OVERRIDE;
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 112 overlayp->src_rect.x = e->src_rect.x;
113 overlayp->src_rect.y = e->src_rect.y;
114 overlayp->src_rect.w = e->src_rect.w;
115 overlayp->src_rect.h = e->src_rect.h;
136 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",
138 overlayp->src_rect.x, overlayp->src_rect.y, overlayp->src_rect.w, overlayp->src_rect.h
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 111 overlayp->src_rect.x = e->src_rect.x;
112 overlayp->src_rect.y = e->src_rect.y;
113 overlayp->src_rect.w = e->src_rect.w;
114 overlayp->src_rect.h = e->src_rect.h;
135 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",
137 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/msm8960/liboverlay/
overlayMdpRot.cpp 54 if((utils::ROT_DS_HALF == ds) && (mRotImgInfo.src_rect.h &0x3))
55 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 4);
56 else if(((utils::ROT_DS_FOURTH == ds) && (mRotImgInfo.src_rect.h &0x7)))
57 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 8);
58 else if(((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h &0xf)))
59 mRotImgInfo.src_rect.h = utils::aligndown(mRotImgInfo.src_rect.h, 16);
60 } else if ((utils::ROT_DS_EIGHTH == ds) && (mRotImgInfo.src_rect.h & 0xF))
    [all...]
  /external/chromium_org/ash/wm/overview/
window_selector_window.cc 66 gfx::Rect src_rect = transform_window_.GetBoundsInScreen(); local
68 ShrinkRectToFitPreservingAspectRatio(src_rect, target_bounds));
70 ScopedTransformOverviewWindow::GetTransformForRect(src_rect, bounds()),
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdp.cpp 135 mOVInfo.src_rect.x >>= mDownscale;
136 mOVInfo.src_rect.y >>= mDownscale;
137 mOVInfo.src_rect.w >>= mDownscale;
138 mOVInfo.src_rect.h >>= mDownscale;
144 if(mOVInfo.src_rect.w > 2048) {
155 utils::getDecimationFactor(mOVInfo.src_rect.w, mOVInfo.src_rect.h,
175 utils::normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
176 utils::normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h)
    [all...]
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdp.cpp 140 mOVInfo.src_rect.x >>= mDownscale;
141 mOVInfo.src_rect.y >>= mDownscale;
142 mOVInfo.src_rect.w >>= mDownscale;
143 mOVInfo.src_rect.h >>= mDownscale;
149 if(mOVInfo.src_rect.w > 2048) {
160 utils::getDecimationFactor(mOVInfo.src_rect.w, mOVInfo.src_rect.h,
180 utils::normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
181 utils::normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h)
    [all...]
  /external/chromium_org/ui/gfx/
blit.cc 75 Rect src_rect(src_origin, dst_rect.size());
81 src_rect.Offset(transform.tx, delta_y);
86 CGImageCreateWithImageInRect(src_image, src_rect.ToCGRect()));
174 gfx::Rect src_rect = dest_rect - offset;
181 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
188 bitmap.getAddr32(src_rect.x(), src_rect.y() + y),
197 bitmap.getAddr32(src_rect.x(), src_rect.y() + y)
    [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;
131 utils::getDecimationFactor(mOVInfo.src_rect.w, mOVInfo.src_rect.h,
143 utils::normalizeCrop(mOVInfo.src_rect.x, mOVInfo.src_rect.w);
144 utils::normalizeCrop(mOVInfo.src_rect.y, mOVInfo.src_rect.h)
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit.cpp 178 e->src_rect.w = (clip.b - clip.t);
179 e->src_rect.h = (clip.r - clip.l);
185 e->src_rect.w = (clip.r - clip.l);
186 e->src_rect.h = (clip.b - clip.t);
191 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
192 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);
194 e->src_rect.x = delta_x + src->l;
195 e->src_rect.y = delta_y + src->t;
199 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w)
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit.cpp 180 e->src_rect.w = (clip.b - clip.t);
181 e->src_rect.h = (clip.r - clip.l);
187 e->src_rect.w = (clip.r - clip.l);
188 e->src_rect.h = (clip.b - clip.t);
193 MULDIV(&delta_x, &e->src_rect.w, src->r - src->l, W);
194 MULDIV(&delta_y, &e->src_rect.h, src->b - src->t, H);
196 e->src_rect.x = delta_x + src->l;
197 e->src_rect.y = delta_y + src->t;
201 e->src_rect.x = (src->l + src->r) - (e->src_rect.x + e->src_rect.w)
    [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...]
  /external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc 59 const PP_Rect* src_rect) {
72 !!src_rect, src_rect ? *src_rect : dummy));
  /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...]

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 9