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

12345

/external/pixman/pixman/
H A Dpixman-android.h31 android_simple_image* dst_image, float scale, int src_x, int src_y);
H A Dpixman-android.c175 android_simple_image* dst_image, float scale, int src_x, int src_y) {
188 v.vector[0] = pixman_double_to_fixed((src_x + 0.5f) * scale);
281 android_simple_image* dst_image, float scale, int src_x, int src_y) {
297 v.vector[0] = pixman_double_to_fixed((src_x + 0.5f) * scale);
338 android_simple_image* dst_image, float scale, int src_x, int src_y) {
342 android_bilinear_filter_neon(src_image, dst_image, scale, src_x, src_y);
346 android_nearest_filter(src_image, dst_image, scale, src_x, src_y);
174 android_bilinear_filter_neon(android_simple_image* src_image, android_simple_image* dst_image, float scale, int src_x, int src_y) argument
280 android_nearest_filter(android_simple_image* src_image, android_simple_image* dst_image, float scale, int src_x, int src_y) argument
337 android_simple_scale(android_simple_image* src_image, android_simple_image* dst_image, float scale, int src_x, int src_y) argument
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/ui/gfx/x/
H A Dx11_types.h41 // - |src_x|, |src_y|, |copy_width| and |copy_height| define source region
48 int src_x, int src_y,
H A Dx11_types.cc41 0, 0, // src_x, src_y
69 int src_x, int src_y,
102 src_x, src_y, dst_x, dst_y,
129 src_x, src_y, dst_x, dst_y,
159 src_x, src_y, dst_x, dst_y,
64 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:__anon27988
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_org/chrome/browser/ui/views/
H A Dtab_icon_view.h45 int src_x,
/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.h299 int src_x,
309 int src_x,
325 int src_x,
390 int src_x,
397 int src_x,
439 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/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp168 int src_x, src_y; local
169 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
170 if (src_x < 0 || src_x >= src_width || src_y < 0 || src_y >= src_height) {
173 if (!((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8)))) {
183 int src_x, src_y; local
184 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
185 if (src_x < 0 || src_x >
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_loadimage.cpp1233 FX_DWORD src_x = (clip_left + i) * src_width / dest_width; local
1235 src_x = src_width - src_x - 1;
1237 src_x %= src_width;
1238 if (pSrcLine[src_x / 8] & (1 << (7 - src_x % 8))) {
1253 FX_DWORD src_x = (clip_left + i) * src_width / dest_width; local
1255 src_x = src_width - src_x - 1;
1257 src_x
1298 FX_DWORD src_x = (clip_left + i) * src_width / dest_width; local
1319 FX_DWORD src_x = (clip_left + i) * src_width / dest_width; local
1343 FX_DWORD src_x = (bFlipX ? (dest_width - dest_x - 1) : dest_x) * (FX_INT64)src_width / dest_width; local
[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,

Completed in 1427 milliseconds

12345