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

  /external/pixman/pixman/
pixman-edge-imp.h 39 line = buf + pixman_fixed_to_int (y) * stride;
64 if (pixman_fixed_to_int (rx) >= width)
80 lxi = pixman_fixed_to_int (lx);
81 rxi = pixman_fixed_to_int (rx);
pixman-bits-image.c 77 int x0 = pixman_fixed_to_int (x - pixman_fixed_e);
78 int y0 = pixman_fixed_to_int (y - pixman_fixed_e);
112 x1 = pixman_fixed_to_int (x1);
113 y1 = pixman_fixed_to_int (y1);
191 y1 = pixman_fixed_to_int (y);
284 tr = top_row[pixman_fixed_to_int (x_top) + 1] | top_mask;
285 br = bottom_row[pixman_fixed_to_int (x_bottom) + 1] | bottom_mask;
307 tl = top_row [pixman_fixed_to_int (x_top)] | top_mask;
308 tr = top_row [pixman_fixed_to_int (x_top) + 1] | top_mask;
309 bl = bottom_row [pixman_fixed_to_int (x_bottom)] | bottom_mask
    [all...]
pixman-edge.c 170 line = buf + pixman_fixed_to_int (y) * stride;
185 if (pixman_fixed_to_int (rx) >= width)
200 lxi = pixman_fixed_to_int (lx);
201 rxi = pixman_fixed_to_int (rx);
pixman-trap.c 48 if (pixman_fixed_to_int (i) == 0x7fff)
77 if (pixman_fixed_to_int (i) == 0x8000)
263 if (pixman_fixed_to_int (b) >= height)
376 if (pixman_fixed_to_int (b) >= height)
440 y1 = pixman_fixed_to_int (trap->top);
444 y2 = pixman_fixed_to_int (pixman_fixed_ceil (trap->bottom));
449 if (pixman_fixed_to_int ((x)) < box->x1) \
450 box->x1 = pixman_fixed_to_int ((x));
452 if (pixman_fixed_to_int (pixman_fixed_ceil ((x))) > box->x2) \
453 box->x2 = pixman_fixed_to_int (pixman_fixed_ceil ((x)))
    [all...]
pixman-android.c 88 x1 = pixman_fixed_to_int(vx);
91 x2 = pixman_fixed_to_int(vx);
98 x1 = pixman_fixed_to_int(vx);
201 y1 = pixman_fixed_to_int(vy);
pixman.c 509 if (pixman_fixed_to_int (transformed.x1) >= 0 &&
510 pixman_fixed_to_int (transformed.y1) >= 0 &&
511 pixman_fixed_to_int (transformed.x2) < image->bits.width &&
512 pixman_fixed_to_int (transformed.y2) < image->bits.height)
517 if (pixman_fixed_to_int (transformed.x1 - pixman_fixed_1 / 2) >= 0 &&
518 pixman_fixed_to_int (transformed.y1 - pixman_fixed_1 / 2) >= 0 &&
519 pixman_fixed_to_int (transformed.x2 + pixman_fixed_1 / 2) < image->bits.width &&
520 pixman_fixed_to_int (transformed.y2 + pixman_fixed_1 / 2) < image->bits.height)
    [all...]
pixman-image.c 689 int width = pixman_fixed_to_int (params[0]);
690 int height = pixman_fixed_to_int (params[1]);
691 int x_phase_bits = pixman_fixed_to_int (params[2]);
692 int y_phase_bits = pixman_fixed_to_int (params[3]);
pixman-inlines.h 327 x1 = pixman_fixed_to_int (vx); \
337 x2 = pixman_fixed_to_int (vx); \
389 x1 = pixman_fixed_to_int (vx); \
499 y = pixman_fixed_to_int (vy); \
    [all...]
pixman-fast-path.c 1383 tmp1 = *(src + pixman_fixed_to_int (vx));
1385 tmp2 = *(src + pixman_fixed_to_int (vx));
1387 tmp3 = *(src + pixman_fixed_to_int (vx));
1389 tmp4 = *(src + pixman_fixed_to_int (vx));
1398 tmp1 = *(src + pixman_fixed_to_int (vx));
1400 tmp2 = *(src + pixman_fixed_to_int (vx));
1406 *dst = *(src + pixman_fixed_to_int (vx));
    [all...]
pixman-matrix.c 615 x1 = pixman_fixed_to_int (v[i].vector[0]);
616 y1 = pixman_fixed_to_int (v[i].vector[1]);
617 x2 = pixman_fixed_to_int (pixman_fixed_ceil (v[i].vector[0]));
618 y2 = pixman_fixed_to_int (pixman_fixed_ceil (v[i].vector[1]));
pixman-sse2.c     [all...]
pixman.h 129 #define pixman_fixed_to_int(f) ((int) ((f) >> 16)) macro
    [all...]
pixman-mmx.c     [all...]

Completed in 549 milliseconds