Searched refs:src_x (Results 1 - 25 of 117) sorted by relevance

12345

/external/chromium_org/ui/gfx/x/
H A Dx11_types.h38 // - |src_x|, |src_y|, |copy_width| and |copy_height| define source region
45 int src_x, int src_y,
H A Dx11_types.cc26 0, 0, // src_x, src_y
54 int src_x, int src_y,
87 src_x, src_y, dst_x, dst_y,
114 src_x, src_y, dst_x, dst_y,
144 src_x, src_y, dst_x, dst_y,
49 PutARGBImage(XDisplay* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int data_width, int data_height, int src_x, int src_y, int dst_x, int dst_y, int copy_width, int copy_height) argument
/external/pixman/test/
H A Doob-test.c21 int src_x; member in struct:__anon24790
84 info->src_x, info->src_y,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_rect.c53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
H A Du_rect.h95 int src_stride, unsigned src_x, unsigned src_y);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_blit.c97 short src_x, short src_y,
110 src_buffer, src_pitch, src_offset, src_x, src_y,
155 OUT_BATCH((src_y << 16) | src_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.c53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_x * blocksize;
44 util_copy_rect(ubyte * dst, enum pipe_format format, unsigned dst_stride, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, const ubyte * src, int src_stride, unsigned src_x, unsigned src_y) argument
H A Du_rect.h95 int src_stride, unsigned src_x, unsigned src_y);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_blit.c97 short src_x, short src_y,
110 src_buffer, src_pitch, src_offset, src_x, src_y,
155 OUT_BATCH((src_y << 16) | src_x);
89 i915_copy_blit(struct i915_context *i915, unsigned cpp, unsigned short src_pitch, struct i915_winsys_buffer *src_buffer, unsigned src_offset, unsigned short dst_pitch, struct i915_winsys_buffer *dst_buffer, unsigned dst_offset, short src_x, short src_y, short dst_x, short dst_y, short w, short h) argument
/external/chromium/chrome/browser/ui/views/
H A Dtab_icon_view.h51 int src_x,
H A Dtab_icon_view.cc105 int src_x,
130 canvas->DrawBitmapInt(bitmap, src_x, src_y, src_w, src_h,
103 PaintIcon(gfx::Canvas* canvas, const SkBitmap& bitmap, int src_x, int src_y, int src_w, int src_h, bool filter) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.h43 int src_x,
H A Dtab_icon_view.cc108 int src_x,
133 canvas->DrawImageInt(image, src_x, src_y, src_w, src_h,
106 PaintIcon(gfx::Canvas* canvas, const gfx::ImageSkia& image, int src_x, int src_y, int src_w, int src_h, bool filter) argument
/external/chromium_org/ui/gfx/
H A Dgdi_util.cc123 int src_x, int src_y, int src_w, int src_h, void* pixels,
131 if (bottom_up_src_y == 0 && src_x == 0 && src_h != bitmap_h) {
134 src_x, bitmap_h - src_y + 1, src_w, -src_h,
139 src_x, bottom_up_src_y, src_w, src_h,
122 StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h, int src_x, int src_y, int src_w, int src_h, void* pixels, const BITMAPINFO* bitmap_info) argument
H A Dgdi_util.h50 int src_x, int src_y, int src_w, int src_h,
H A Dcanvas.h321 int src_x,
331 int src_x,
425 int src_x,
432 int src_x,
H A Dskbitmap_operations.h85 int src_x, int src_y,
/external/chromium_org/content/browser/renderer_host/
H A Dcompositing_iosurface_transformer_mac.cc50 void DrawQuad(float src_x, float src_y, float src_width, float src_height, argument
65 { src_x, src_y + src_height },
66 { src_x, src_y },
67 { src_x + src_width, src_y },
68 { src_x + src_width, src_y + src_height }
/external/pixman/pixman/
H A Dpixman.c232 int32_t src_x,
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),
574 int32_t src_x,
619 (src_x == mask_x && src_y == mask_y))
631 src_x, src_y, mask_x, mask_y, dest_x, dest_y, width, height))
638 extents.x1 -= dest_x - src_x;
640 extents.x2 -= dest_x - src_x;
646 extents.x1 -= src_x - mask_x;
648 extents.x2 -= src_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/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_surface.h79 unsigned src_x, unsigned src_y, unsigned src_z,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_context.h52 int src_x,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h57 float src_x, float src_y, float src_w, float src_h,
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.h47 int src_x, int src_y,
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.h79 unsigned src_x, unsigned src_y, unsigned src_z,
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.h52 int src_x,

Completed in 685 milliseconds

12345