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

1 2

  /external/pixman/test/
oob-test.c 21 int src_x; member in struct:__anon32587
84 info->src_x, info->src_y,
affine-test.c 36 int src_x, src_y; local
70 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
215 printf ("src_x=%d, src_y=%d, dst_x=%d, dst_y=%d\n",
216 src_x, src_y, dst_x, dst_y);
274 src_x, src_y, 0, 0, dst_x, dst_y, w, h);
blitters-test.c 232 int src_x, src_y; local
288 src_x = prng_rand_n (src_width);
309 mask_x = src_x;
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);
composite-traps-test.c 63 int src_x, src_y; local
90 src_x = 10;
102 src_x = -(src_width / 4) + prng_rand_n (src_width * 3 / 2);
215 src_x, src_y, dst_x, dst_y, n_traps, traps);
glyph-test.c 267 int src_x = prng_rand_n (300) - 150; local
281 src_x, src_y,
290 int src_x = prng_rand_n (300) - 150; local
297 src_x, src_y,
scaling-test.c 62 int src_x, src_y; local
130 src_x = -(src_width / 4) + prng_rand_n (src_width * 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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_convolve.c 30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
34 sum += src_x[k] * x_filter[k];
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
56 sum += src_x[k] * x_filter[k];
  /external/libvpx/libvpx/vp9/common/
vp9_convolve.c 30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
34 sum += src_x[k] * x_filter[k];
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
56 sum += src_x[k] * x_filter[k];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_convolve.c 30 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
34 sum += src_x[k] * x_filter[k];
52 const uint8_t *const src_x = &src[x_q4 >> SUBPEL_BITS]; local
56 sum += src_x[k] * x_filter[k];
  /external/chromium_org/pdf/
draw_utils.cc 161 uint32 src_x = static_cast<uint32>(x * x_ratio); local
164 pp::Point(src_rc.x() + src_x, src_rc.y() + 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) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 244 int src_x, src_y; local
262 src_x = x;
265 src_x = x;
284 src_x, src_y,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 244 int src_x, src_y; local
262 src_x = x;
265 src_x = x;
284 src_x, src_y,
  /external/pixman/pixman/
pixman-glyph.c 398 int32_t src_x,
426 src_x - dest_x, src_y - dest_y, 0, 0, 0, 0,
475 info.src_x = src_x + composite_box.x1 - dest_x;
523 info.src_x = 0;
591 int src_x = composite_box.x1 - glyph_box.x1; local
599 info.mask_x = info.src_x = src_x;
621 * Then (mask_x, mask_y) in the infinite mask and (src_x, src_y) in the source
638 int32_t src_x,
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 467 float src_x = viewport.left; local
471 TL.set(-src_x, -src_y);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
697 &src_x, &src_y);
700 src_mt, src_x, src_y, src_mt->region->pitch * src_mt->region->cpp,
710 src_x, src_y,
726 src_x, src_y);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 693 uint32_t dst_x, dst_y, src_x, src_y; local
697 &src_x, &src_y);
700 src_mt, src_x, src_y, src_mt->region->pitch * src_mt->region->cpp,
710 src_x, src_y,
726 src_x, src_y);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 1016 int src_x = (m_bFlipX ? (m_DestWidth - dest_x - 1) : dest_x) * src_width \/ m_DestWidth; local
    [all...]
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/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1177 FX_DWORD src_x = dest_x * m_Width \/ dest_width; local
1189 FX_DWORD src_x = dest_x * m_Width \/ dest_width; local
1219 FX_DWORD src_x = bFlipX ? (m_Width - dest_x * m_Width \/ dest_width - 1) * src_Bpp : (dest_x * m_Width \/ dest_width) * src_Bpp; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 221 int *src_x,
230 if (*src_x < 0) *src_x = 0;
231 if (*src_x > image->width) *src_x = image->width - 1;
235 if (((*width) + (*src_x)) > image->width) *width = image->width - *src_x;
236 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_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...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msmb_pproc.h 150 uint32_t src_x; member in struct:msm_vpe_frame_strip_info
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msmb_pproc.h 132 uint32_t src_x; member in struct:msm_vpe_frame_strip_info
  /bionic/libc/kernel/uapi/drm/
drm_mode.h 134 __u32 src_x, src_y; member in struct:drm_mode_set_plane
  /external/kernel-headers/original/uapi/drm/
drm_mode.h 155 __u32 src_x, src_y; member in struct:drm_mode_set_plane

Completed in 1034 milliseconds

1 2