HomeSort by relevance Sort by last modified time
    Searched defs:unit_x (Results 1 - 3 of 3) 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-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...]

Completed in 527 milliseconds