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

  /external/pixman/pixman/
pixman-linear-gradient.c 43 pixman_fixed_32_32_t l;
102 pixman_fixed_32_32_t l;
140 pixman_fixed_32_32_t t, next_inc;
161 if (((pixman_fixed_32_32_t )(inc * width)) == 0)
pixman-radial-gradient.c 37 static inline pixman_fixed_32_32_t
299 pixman_fixed_32_32_t b, db, c, dc, ddc;
pixman-matrix.c 379 typedef pixman_fixed_32_32_t pixman_fixed_34_30_t;
436 pixman_fixed_32_32_t partial;
442 (pixman_fixed_32_32_t) l->matrix[dy][o] *
443 (pixman_fixed_32_32_t) r->matrix[o][dx];
pixman-trap.c 574 return ((pixman_fixed_32_32_t) bd.y * ad.x -
575 (pixman_fixed_32_32_t) ad.y * bd.x) < 0;
pixman.h 118 typedef int64_t pixman_fixed_32_32_t; typedef
119 typedef pixman_fixed_32_32_t pixman_fixed_48_16_t;
    [all...]
pixman-bits-image.c 841 f = ((pixman_fixed_32_32_t)fx * fy + 0x8000) >> 16;
    [all...]

Completed in 522 milliseconds