Searched defs:dest_y (Results 1 - 25 of 30) 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...]
/external/pixman/test/
H A Doob-test.c24 int dest_y; member in struct:__anon24790
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/chrome/browser/automation/
H A Dautomation_provider_gtk.cc127 int dest_y = drag_path[i].y() + y; local
129 int half_step_y = (dest_y + drag_path[i - 1].y() + y) / 2;
131 next_task = new MouseMoveTask(next_task, dest_x, dest_y);
/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.cc388 int dest_y,
393 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
403 int dest_y,
415 if (!IntersectsClipRectInt(dest_x, dest_y, dest_w, dest_h))
427 SkIntToScalar(dest_y),
429 SkIntToScalar(dest_y + dest_h) };
450 shader_scale.postTranslate(SkIntToScalar(dest_x), SkIntToScalar(dest_y));
558 int dest_y,
561 TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h);
570 int dest_y,
382 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
397 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
554 TileImageInt(const ImageSkia& image, int src_x, int src_y, int dest_x, int dest_y, int w, int h) argument
564 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
[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/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc336 int dest_y = y - kNonClientBorderThickness; local
338 kNonClientBorderThickness, left_x, dest_y,
348 canvas->TileImageInt(*toolbar_center, x + center_offset, dest_y,
356 x + w - center_offset, dest_y, kNonClientBorderThickness,
362 int dest_y = y + (kFrameShadowThickness * 2); local
364 dest_y - GetHorizontalTabStripVerticalOffset(false), x,
365 dest_y, w, theme_toolbar->height());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc341 int dest_y = browser_view()->IsTabStripVisible() local
346 dest_y - GetTopInset(), x,
347 dest_y, w, theme_toolbar->height());
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc105 gint dest_x, gint dest_y) {
108 dest_x, dest_y, // Dest.
104 DrawFullPixbuf(GdkDrawable* drawable, GdkGC* gc, GdkPixbuf* pixbuf, gint dest_x, gint dest_y) argument
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc589 double* dest_x, double* dest_y,
648 if (dest_y)
649 *dest_y = target_y;
587 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/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc933 int dest_x, int dest_y, int dest_w, int dest_h) const {
941 dest_x, dest_y, dest_w, dest_h, true);
947 int dest_x, int dest_y, int w, int h) const {
955 tile_scale_y, dest_x, dest_y, w, h);
930 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
944 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/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/chromium/chrome/browser/chromeos/login/
H A Dscreen_locker.cc582 gint src_x, src_y, dest_x, dest_y, width, height, depth; local
583 gdk_window_get_geometry(dest_, &dest_x, &dest_y, &width, &height, &depth);
586 if (dest_x < 0 || dest_y < 0)
589 offset_.SetPoint(dest_x - src_x, dest_y - src_y);

Completed in 636 milliseconds

12