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

1 2 3 4 5 6 7

  /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/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/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;
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...]
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) {
platform_canvas.cc 36 int y, const PlatformRect* src_rect) {
39 platform_device->DrawToNativeContext(context, x, y, src_rect);
  /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/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...]
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/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...]
  /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/ppapi/proxy/
graphics_2d_resource.cc 58 const PP_Rect* src_rect) {
71 !!src_rect, src_rect ? *src_rect : dummy));
  /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/original-kernel-headers/linux/
msm_rotator.h 28 struct mdp_rect src_rect; member in struct:msm_rotator_img_info
  /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,
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/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/ppapi/cpp/
graphics_2d.cc 88 const Rect& src_rect) {
93 &src_rect.pp_rect());
98 &src_rect.pp_rect());
  /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/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/qcom/display/msm8960/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;
  /hardware/qcom/display/msm8x26/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;
  /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...]

Completed in 1468 milliseconds

1 2 3 4 5 6 7