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

1 2 3 4 5 6

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
crop_yuvf_420_to_yuvx_444.rs 23 uint32_t src_x;
29 uchar py = rsGetElementAtYuv_uchar_Y(mInput, x + src_x, y + src_y);
30 uchar pu = rsGetElementAtYuv_uchar_U(mInput, x + src_x, y + src_y);
31 uchar pv = rsGetElementAtYuv_uchar_V(mInput, x + src_x, y + src_y);
means_yuvx_444_2d_to_1d.rs 26 uint32_t src_x; // x-offset from mInput
38 uchar py = rsGetElementAtYuv_uchar_Y(mInput, src_x + i, src_y + x);
39 uchar pu = rsGetElementAtYuv_uchar_U(mInput, src_x + i, src_y + x);
40 uchar pv = rsGetElementAtYuv_uchar_V(mInput, src_x + i, src_y + x);
69 yuvx_444 elem = rsGetElementAt_yuvx_444(mInput, src_x + i, src_y + x);
  /external/pixman/pixman/
pixman-android.h 31 android_simple_image* dst_image, float scale, int src_x, int src_y);
pixman-android.c 175 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);
pixman.c 232 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 - mask_x
    [all...]
  /external/chromium_org/ui/gfx/x/
x11_types.h 42 // - |src_x|, |src_y|, |copy_width| and |copy_height| define source region
49 int src_x, int src_y,
x11_types.cc 41 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,
  /external/pixman/test/
oob-test.c 21 int src_x; member in struct:__anon33473
84 info->src_x, info->src_y,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_rect.c 53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_x * blocksize;
u_rect.h 95 int src_stride, unsigned src_x, unsigned src_y);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_blit.c 97 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);
  /external/mesa3d/src/gallium/auxiliary/util/
u_rect.c 53 unsigned src_x,
70 src_x /= blockwidth;
74 src += src_x * blocksize;
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 97 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);
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.h 45 int src_x,
  /external/chromium_org/ui/gfx/
gdi_util.cc 123 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,
gdi_util.h 50 int src_x, int src_y, int src_w, int src_h,
canvas.h 299 int src_x,
309 int src_x,
325 int src_x,
390 int src_x,
397 int src_x,
439 int src_x,
skbitmap_operations.h 79 int src_x, int src_y,
  /hardware/intel/img/psb_video/src/
psb_texture.h 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_w,
143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
  /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) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 1233 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
1253 FX_DWORD src_x = (clip_left + i) * src_width \/ dest_width; local
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/
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 52 int src_x,
  /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,

Completed in 649 milliseconds

1 2 3 4 5 6