HomeSort by relevance Sort by last modified time
    Searched refs:unit_x (Results 1 - 8 of 8) sorted by null

  /external/pixman/test/
scaling-helpers-test.c 13 pixman_fixed_t unit_x,
47 vx += unit_x;
63 pixman_fixed_t unit_x = prng_rand_n(10 << 16) + 1; local
68 unit_x,
77 unit_x,
  /external/pixman/pixman/
pixman-android.c 81 pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed) {
89 vx += unit_x;
92 vx += unit_x;
115 * arguments. The code is assuming that 'unit_x' is positive.
122 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
127 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
138 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
151 int32_t source_image_width, pixman_fixed_t vx, pixman_fixed_t unit_x,
180 pixman_fixed_t unit_x, unit_y; local
292 pixman_fixed_t unit_x, unit_y; local
    [all...]
pixman-inlines.h 231 * arguments. The code is assuming that 'unit_x' is positive.
240 pixman_fixed_t unit_x,
249 tmp = ((int64_t) unit_x - 1 - vx) / unit_x;
265 tmp = ((int64_t) unit_x - 1 - vx + max_vx) / unit_x - *left_pad;
310 pixman_fixed_t unit_x, \
328 vx += unit_x; \
331 /* This works because we know that unit_x is positive */ \
338 vx += unit_x; \
    [all...]
pixman-mips-dspr2.h 259 pixman_fixed_t unit_x); \
266 pixman_fixed_t unit_x, \
271 vx, unit_x); \
302 pixman_fixed_t unit_x); \
310 pixman_fixed_t unit_x, \
318 vx, unit_x); \
350 pixman_fixed_t unit_x); \
360 pixman_fixed_t unit_x, \
369 vx, unit_x); \
411 pixman_fixed_t unit_x, \
    [all...]
pixman-arm-common.h 239 pixman_fixed_t unit_x, \
247 pixman_fixed_t unit_x, \
252 vx, unit_x, \
284 pixman_fixed_t unit_x, \
294 pixman_fixed_t unit_x, \
301 vx, unit_x, \
351 pixman_fixed_t unit_x, \
358 dst, src_top, src_bottom, wt, wb, vx, unit_x, w); \
400 pixman_fixed_t unit_x, \
407 dst, mask, src_top, src_bottom, wt, wb, vx, unit_x, w);
    [all...]
pixman-sse2.c     [all...]
pixman-fast-path.c 1376 pixman_fixed_t unit_x,
1384 vx += unit_x;
1386 vx += unit_x;
1388 vx += unit_x;
1390 vx += unit_x;
1399 vx += unit_x;
1401 vx += unit_x;
1467 pixman_fixed_t unit_x, unit_y; local
    [all...]
pixman-mmx.c     [all...]

Completed in 161 milliseconds