HomeSort by relevance Sort by last modified time
    Searched refs:src_y (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /external/chromium_org/third_party/libyuv/source/
rotate.cc     [all...]
format_conversion.cc 394 int I420ToBayer(const uint8* src_y, int src_stride_y,
416 src_y = src_y + (height - 1) * src_stride_y;
449 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
481 I422ToARGBRow(src_y, src_u, src_v, row, width);
484 src_y += src_stride_y;
511 int I420ToBayer##BAYER(const uint8* src_y, int src_stride_y, \
516 return I420ToBayer(src_y, src_stride_y, \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.h 95 int src_stride, unsigned src_x, unsigned src_y);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_surface.h 79 unsigned src_x, unsigned src_y, unsigned src_z,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.h 53 int src_y,
xa_yuv.c 111 int src_y,
151 (float)src_y + scale_y * (y - dst_y),
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 47 int src_x, int src_y,
  /external/chromium_org/ui/gfx/
skbitmap_operations.h 79 int src_x, int src_y,
canvas.cc 361 int src_y,
370 DrawImageInt(image, src_x, src_y, src_w, src_h, dest_x, dest_y,
376 int src_y,
385 DrawImageIntHelper(image, src_x, src_y, src_w, src_h, dest_x, dest_y, dest_w,
391 int src_y,
430 src_y,
494 int src_y,
499 TileImageInt(image, src_x, src_y, 1.0f, 1.0f, dest_x, dest_y, w, h);
504 int src_y,
521 shader_scale.preTranslate(SkIntToScalar(-src_x), SkIntToScalar(-src_y));
    [all...]
  /external/libyuv/files/source/
rotate.cc     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.h 95 int src_stride, unsigned src_x, unsigned src_y);
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 79 unsigned src_x, unsigned src_y, unsigned src_z,
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.h 53 int src_y,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.h 57 float src_x, float src_y, float src_w, float src_h,
  /external/pixman/test/
composite-traps-test.c 63 int src_x, src_y; local
91 src_y = 234;
103 src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
glyph-test.c 268 int src_y = prng_rand_n (300) - 150; local
281 src_x, src_y,
291 int src_y = prng_rand_n (300) - 150; local
297 src_x, src_y,
blitters-test.c 232 int src_x, src_y; local
289 src_y = prng_rand_n (src_height);
310 mask_y = src_y;
347 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
348 src_x, src_y, dst_x, dst_y);
355 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
scaling-test.c 62 int src_x, src_y; local
131 src_y = -(src_height / 4) + prng_rand_n (src_height * 3 / 2);
250 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
251 src_x, src_y, dst_x, dst_y);
338 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
341 src_x, src_y, mask_x, mask_y, dst_x, dst_y, w, h);
  /external/libyuv/files/unit_test/
scale_test.cc 33 align_buffer_page_end(src_y, src_y_plane_size)
51 src_y[(i * src_stride_y) + j] = (random() & 0xff);
71 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
80 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
92 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
106 I420Scale(src_y + (src_stride_y * b) + b, src_stride_y,
158 free_aligned_buffer_page_end(src_y)
  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 168 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 >= src_width || src_y < 0 || src_y >= src_height) {
188 if ((src_buf + src_pitch * src_y)[src_x / 8] & (1 << (7 - src_x % 8))) {
    [all...]
  /external/pixman/pixman/
pixman-glyph.c 399 int32_t src_y,
426 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0,
476 info.src_y = src_y + composite_box.y1 - dest_y;
524 info.src_y = 0;
592 int src_y = composite_box.y1 - glyph_box.y1; local
600 info.mask_y = info.src_y = src_y;
621 * Then (mask_x, mask_y) in the infinite mask and (src_x, src_y) in the source
639 int32_t src_y,
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 224 uint8_t *src_y = surface_data + psb_surface->stride * srcy; local
233 int y1 = *(src_y + x);
234 int y2 = *(src_y + x + 1);
235 int y3 = *(src_y + x + psb_surface->stride);
236 int y4 = *(src_y + x + psb_surface->stride + 1);
248 src_y += psb_surface->stride * 2;
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 111 int src_y,
135 canvas->DrawImageInt(image, src_x, src_y, src_w, src_h,
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
format_conversion.cc 396 int I420ToBayer(const uint8* src_y, int src_stride_y,
418 src_y = src_y + (height - 1) * src_stride_y;
451 IS_ALIGNED(src_y, 4) && IS_ALIGNED(src_stride_y, 4) &&
483 I422ToARGBRow(src_y, src_u, src_v, row, width);
486 src_y += src_stride_y;
513 int I420ToBayer##BAYER(const uint8* src_y, int src_stride_y, \
518 return I420ToBayer(src_y, src_stride_y, \

Completed in 1072 milliseconds

1 2 34 5 6 7 8 910