Searched defs:dest_x (Results 1 - 25 of 29) sorted by relevance

12

/external/pixman/pixman/
H A Dpixman-arm-neon.c240 int dest_x,
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.c137 int dest_x,
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.c222 int dest_x,
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.c242 int dest_x,
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.c400 int32_t dest_x,
426 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0,
448 glyph_box.x1 = dest_x + glyphs[i].x - glyph->origin_x;
475 info.src_x = src_x + composite_box.x1 - dest_x;
477 info.mask_x = composite_box.x1 - (dest_x + glyphs[i].x - glyph->origin_x);
479 info.dest_x = composite_box.x1;
601 info.dest_x = composite_box.x1;
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)
642 int32_t dest_x,
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.c236 int32_t dest_x,
241 region->extents.x1 = dest_x;
242 region->extents.x2 = dest_x + width;
296 if (!clip_source_image (region, src_image, dest_x - src_x, dest_y - src_y))
302 dest_x - (src_x - src_image->common.alpha_origin_x),
311 if (!clip_source_image (region, mask_image, dest_x - mask_x, dest_y - mask_y))
317 dest_x - (mask_x - mask_image->common.alpha_origin_x),
578 int32_t dest_x,
631 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height))
638 extents.x1 -= dest_x
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...]
/external/pixman/test/
H A Doob-test.c23 int dest_x; member in struct:__anon28869
86 info->dest_x, info->dest_y,
H A Dglyph-test.c271 int dest_x = prng_rand_n (64) - 32; local
283 dest_x, dest_y,
292 int dest_x = prng_rand_n (64) - 32; local
298 dest_x, dest_y,
H A Dlowlevel-blt-bench.c117 info->dest_x, info->dest_y,
145 int32_t dest_x,
160 info.dest_x = dest_x;
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.cc364 int dest_x,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
379 int dest_x,
385 DrawImageIntHelper(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w,
394 int dest_x,
433 dest_x,
495 int dest_x,
499 TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h);
507 int dest_x,
511 if (!IntersectsClipRectInt(dest_x, dest_
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.c1011 int dest_x,
1036 req->drw_x = dest_x;
1068 int dest_x,
1095 req->drw_x = dest_x;
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/content/child/npapi/
H A Dplugin_instance.cc600 double* dest_x, double* dest_y,
657 if (dest_x)
658 *dest_x = target_x;
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.h676 * @dest_x: X placement coordinate for surface.
689 int32_t dest_x; member in struct:drm_vmw_present_arg
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmwgfx_drm.h676 * @dest_x: X placement coordinate for surface.
689 int32_t dest_x; member in struct:drm_vmw_present_arg
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc963 int dest_x = rect.right() - dest_right_border_width; local
965 right_border_image->height(), dest_x, rect.y(),
980 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.h733 * @dest_x: X placement coordinate for surface.
746 int32_t dest_x; member in struct:drm_vmw_present_arg
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp1015 int dest_x = m_ClipLeft + x; local
1016 int src_x = (m_bFlipX ? (m_DestWidth - dest_x - 1) : dest_x) * src_width / m_DestWidth;
H A Dfpdf_render_loadimage.cpp1342 int dest_x = clip_left + i; local
1343 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width;
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp4540 int dest_x = m_DestLeft + (m_bFlipX ? (m_DestWidth - line - 1) : line); local
4541 FX_LPBYTE dest_buf = m_pBitmap->GetBuffer() + dest_x * Bpp + m_DestTop * dest_pitch;
4543 m_pBitmap->m_pAlphaMask->GetBuffer() + dest_x + m_DestTop * dest_alpha_pitch : NULL;
4575 clip_pitch + (dest_x - m_pClipRgn->GetBox().left);
H A Dfx_dib_main.cpp1176 FX_DWORD dest_x = clip_left + i; local
1177 FX_DWORD src_x = dest_x * m_Width / dest_width;
1188 FX_DWORD dest_x = clip_left + i; local
1189 FX_DWORD src_x = dest_x * m_Width / dest_width;
1218 FX_DWORD dest_x = clip_left + i; local
1219 FX_DWORD src_x = bFlipX ? (m_Width - dest_x * m_Width / dest_width - 1) * src_Bpp : (dest_x * m_Width / dest_width) * src_Bpp;

Completed in 517 milliseconds

12