Searched defs:dest_y (Results 1 - 25 of 28) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-arm-neon.c241 int dest_y,
254 dest_y * dst_stride * 4 + dest_x * 2), dst_stride * 2,
262 dest_y * dst_stride * 4 + dest_x * 4), dst_stride,
231 arm_neon_blt(pixman_implementation_t *imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
H A Dpixman-arm-simd.c138 int dest_y,
151 dest_y * dst_stride * 4 + dest_x * 1), dst_stride * 4,
159 dest_y * dst_stride * 4 + dest_x * 2), dst_stride * 2,
167 dest_y * dst_stride * 4 + dest_x * 4), dst_stride,
128 arm_simd_blt(pixman_implementation_t *imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
H A Dpixman-mips-dspr2.c223 int dest_y,
242 + dst_stride * (dest_y) + (dest_x));
262 + dst_stride * (dest_y) + (dest_x));
213 mips_dspr2_blt(pixman_implementation_t *imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
H A Dpixman-implementation.c243 int dest_y,
251 src_bpp, dst_bpp, src_x, src_y, dest_x, dest_y,
233 _pixman_implementation_blt(pixman_implementation_t * imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
H A Dpixman-glyph.c401 int32_t dest_y,
426 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0,
449 glyph_box.y1 = dest_y + glyphs[i].y - glyph->origin_y;
476 info.src_y = src_y + composite_box.y1 - dest_y;
478 info.mask_y = composite_box.y1 - (dest_y + glyphs[i].y - glyph->origin_y);
480 info.dest_y = composite_box.y1;
602 info.dest_y = composite_box.y1;
622 * image are both aligned with (dest_x, dest_y) in the destination image. Then
625 * (dest_x, dest_y, dst_x + width, dst_y + height)
643 int32_t dest_y,
395 pixman_composite_glyphs_no_mask(pixman_op_t op, pixman_image_t *src, pixman_image_t *dest, int32_t src_x, int32_t src_y, int32_t dest_x, int32_t dest_y, pixman_glyph_cache_t *cache, int n_glyphs, const pixman_glyph_t *glyphs) argument
634 pixman_composite_glyphs(pixman_op_t op, pixman_image_t *src, pixman_image_t *dest, pixman_format_code_t mask_format, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height, pixman_glyph_cache_t *cache, int n_glyphs, const pixman_glyph_t *glyphs) argument
[all...]
H A Dpixman.c237 int32_t dest_y,
243 region->extents.y1 = dest_y;
244 region->extents.y2 = dest_y + height;
296 if (!clip_source_image (region, src_image, dest_x - src_x, dest_y - src_y))
303 dest_y - (src_y - src_image->common.alpha_origin_y)))
311 if (!clip_source_image (region, mask_image, dest_x - mask_x, dest_y - mask_y))
318 dest_y - (mask_y - mask_image->common.alpha_origin_y)))
579 int32_t dest_y,
631 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height))
639 extents.y1 -= dest_y
228 _pixman_compute_composite_region32(pixman_region32_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
570 pixman_image_composite32(pixman_op_t op, pixman_image_t * src, pixman_image_t * mask, pixman_image_t * dest, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
717 pixman_image_composite(pixman_op_t op, pixman_image_t * src, pixman_image_t * mask, pixman_image_t * dest, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dest_x, int16_t dest_y, uint16_t width, uint16_t height) argument
735 pixman_blt(uint32_t *src_bits, uint32_t *dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
1104 pixman_compute_composite_region(pixman_region16_t * region, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int16_t src_x, int16_t src_y, int16_t mask_x, int16_t mask_y, int16_t dest_x, int16_t dest_y, uint16_t width, uint16_t height) argument
[all...]
H A Dpixman-mmx.c1390 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
1456 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1);
1535 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
1624 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
1693 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
1818 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
1864 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1);
1969 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
2218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1);
2285 dest_x, dest_y, widt
3242 mmx_blt(pixman_implementation_t *imp, uint32_t * src_bits, uint32_t * dst_bits, int src_stride, int dst_stride, int src_bpp, int dst_bpp, int src_x, int src_y, int dest_x, int dest_y, int width, int height) argument
[all...]
/external/pixman/test/
H A Doob-test.c24 int dest_y; member in struct:__anon28869
86 info->dest_x, info->dest_y,
H A Dglyph-test.c272 int dest_y = prng_rand_n (64) - 32; local
283 dest_x, dest_y,
293 int dest_y = prng_rand_n (64) - 32; local
298 dest_x, dest_y,
H A Dlowlevel-blt-bench.c117 info->dest_x, info->dest_y,
146 int32_t dest_y,
161 info.dest_y = dest_y;
136 call_func(pixman_composite_func_t func, pixman_op_t op, pixman_image_t * src_image, pixman_image_t * mask_image, pixman_image_t * dest_image, int32_t src_x, int32_t src_y, int32_t mask_x, int32_t mask_y, int32_t dest_x, int32_t dest_y, int32_t width, int32_t height) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c124 short dest_x, short dest_y,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_image.c145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
143 vlVaPutImage(VADriverContextP ctx, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height) argument
H A Dva_subpicture.c124 short dest_x, short dest_y,
121 vlVaAssociateSubpicture(VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags) argument
/external/chromium_org/ui/gfx/
H A Dgdi_util.cc122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h, argument
133 dest_x, dest_h + dest_y - 1, dest_w, -dest_h,
138 dest_x, dest_y, dest_w, dest_h,
H A Dcanvas.cc365 int dest_y,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
380 int dest_y,
385 DrawImageIntHelper(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w,
395 int dest_y,
434 dest_y,
496 int dest_y,
499 TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h);
508 int dest_y,
511 if (!IntersectsClipRectInt(dest_x, dest_y,
359 DrawImageInt(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter) argument
374 DrawImageInt(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint) argument
389 DrawImageIntInPixel(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint) argument
492 TileImageInt(const ImageSkia& image, int src_x, int src_y, int dest_x, int dest_y, int w, int h) argument
502 TileImageInt(const ImageSkia& image, int src_x, int src_y, float tile_scale_x, float tile_scale_y, int dest_x, int dest_y, int w, int h) argument
571 DrawImageIntHelper(const ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h, bool filter, const SkPaint& paint, float image_scale, bool pixel) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c1012 int dest_y,
1037 req->drw_y = dest_y;
1069 int dest_y,
1096 req->drw_y = dest_y;
1001 XvPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h ) argument
1058 XvShmPutImage( Display *dpy, XvPortID port, Drawable d, GC gc, SDL_NAME(XvImage) *image, int src_x, int src_y, unsigned int src_w, unsigned int src_h, int dest_x, int dest_y, unsigned int dest_w, unsigned int dest_h, Bool send_event ) argument
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc352 int dest_y = browser_view()->IsTabStripVisible() local
357 dest_y - GetTopInset(), x,
358 dest_y, w, theme_toolbar->height());
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc600 double* dest_x, double* dest_y,
659 if (dest_y)
660 *dest_y = target_y;
598 ConvertPoint(double source_x, double source_y, NPCoordinateSpace source_space, double* dest_x, double* dest_y, NPCoordinateSpace dest_space) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h677 * @dest_y: Y placement coordinate for surface.
690 int32_t dest_y; member in struct:drm_vmw_present_arg
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h677 * @dest_y: Y placement coordinate for surface.
690 int32_t dest_y; member in struct:drm_vmw_present_arg
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp842 int dest_y, src_y; local
844 dest_y = result_height - m_LineIndex - 1;
845 src_y = (m_DestHeight - (dest_y + m_ClipRect.top) - 1) * src_height / m_DestHeight;
847 dest_y = m_LineIndex;
848 src_y = (dest_y + m_ClipRect.top) * src_height / m_DestHeight;
864 m_pDest->ComposeScanline(dest_y, m_pScanline, m_pMaskScanline);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc980 int dest_x, int dest_y, int dest_w, int dest_h) const {
983 dest_x, dest_y, dest_w, dest_h, true);
989 int dest_x, int dest_y, int w, int h) const {
992 tile_scale_y, dest_x, dest_y, w, h);
977 DrawImageInt( SkCanvas* sk_canvas, const gfx::ImageSkia& image, int src_x, int src_y, int src_w, int src_h, int dest_x, int dest_y, int dest_w, int dest_h) const argument
986 DrawTiledImage(SkCanvas* sk_canvas, const gfx::ImageSkia& image, int src_x, int src_y, float tile_scale_x, float tile_scale_y, int dest_x, int dest_y, int w, int h) const argument
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h734 * @dest_y: Y placement coordinate for surface.
747 int32_t dest_y; member in struct:drm_vmw_present_arg
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp992 int dest_y, src_y; local
994 dest_y = m_ResultHeight - m_LineIndex - 1;
995 src_y = (m_DestHeight - (dest_y + m_ClipTop) - 1) * src_height / m_DestHeight;
997 dest_y = m_LineIndex;
998 src_y = (dest_y + m_ClipTop) * src_height / m_DestHeight;
1013 FX_LPBYTE result_scan = result_buf + dest_y * m_pBitmap->GetPitch();

Completed in 545 milliseconds

12