HomeSort by relevance Sort by last modified time
    Searched refs:dest_x (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/pixman/test/
oob-test.c 23 int dest_x; member in struct:__anon33473
86 info->dest_x, info->dest_y,
glyph-test.c 271 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,
  /external/chromium_org/ui/gfx/
gdi_util.h 49 int dest_x, int dest_y, int dest_w, int dest_h,
canvas.h 303 int dest_x,
313 int dest_x,
329 int dest_x,
392 int dest_x,
401 int dest_x,
443 int dest_x,
gdi_util.cc 122 void StretchDIBits(HDC hdc, int dest_x, int dest_y, int dest_w, int dest_h,
133 dest_x, dest_h + dest_y - 1, dest_w, -dest_h,
138 dest_x, dest_y, dest_w, dest_h,
canvas.cc 364 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_y, w, h)
    [all...]
  /external/pixman/pixman/
pixman.c 236 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 - src_x
    [all...]
pixman-glyph.c 400 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,
    [all...]
pixman-arm-simd.c 137 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,
pixman-mips-dspr2.h 71 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
112 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
151 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
193 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
230 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
pixman-fast-path.c 122 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
175 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1);
240 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 1);
281 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
328 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
375 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1);
432 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint8_t, dst_stride, dst_line, 3);
487 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1);
546 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint16_t, dst_stride, dst_line, 1);
603 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, uint32_t, dst_stride, dst_line, 1)
    [all...]
pixman-arm-common.h 75 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
107 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
144 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
183 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
218 PIXMAN_IMAGE_GET_LINE (dest_image, dest_x, dest_y, dst_type, \
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 167 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
169 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
176 dest_scan[dest_x / 8] |= 1 << (7 - dest_x % 8);
182 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
184 result2src_fix.Transform(dest_x, dest_y, src_x, src_y);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 223 int *dest_x,
239 if (*dest_x < 0) *dest_x = 0;
240 if (*dest_x > surface->width) *dest_x = surface->width - 1;
244 if (((*width) + (*dest_x)) > surface->width) *width = surface->width - *dest_x;
245 if (((*height) + (*dest_y)) > surface->height) *height = surface->height - *dest_x;
860 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
882 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y
    [all...]
psb_output.h 284 int dest_x,
338 short dest_x, /* upper left offset in surface */
  /external/chromium_org/ui/native_theme/
native_theme_base.h 154 int dest_x, int dest_y, int dest_w, int dest_h) const;
160 int dest_x, int dest_y, int w, int h) const;
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 388 int dest_x,
406 int dest_x,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_image.c 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
va_subpicture.c 124 short dest_x, short dest_y,
va_private.h 121 int dest_x,
139 short dest_x,
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 145 int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height)
va_subpicture.c 124 short dest_x, short dest_y,
va_private.h 121 int dest_x,
139 short dest_x,
  /external/chromium_org/third_party/libva/va/
va_backend.h 273 int dest_x,
326 short dest_x, /* upper left offset in surface */
  /hardware/intel/common/libva/va/
va_backend.h 272 int dest_x,
325 short dest_x, /* upper left offset in surface */

Completed in 1495 milliseconds

1 2 3