Home | History | Annotate | Download | only in pixman

Lines Matching refs:pixman_fixed_t

451 	    d.matrix[dy][dx] = (pixman_fixed_t) v;
461 pixman_fixed_t sx,
462 pixman_fixed_t sy)
471 static pixman_fixed_t
472 fixed_inverse (pixman_fixed_t x)
474 return (pixman_fixed_t) ((((pixman_fixed_48_16_t) F (1)) * F (1)) / x);
480 pixman_fixed_t sx,
481 pixman_fixed_t sy)
508 pixman_fixed_t c,
509 pixman_fixed_t s)
523 pixman_fixed_t c,
524 pixman_fixed_t s)
547 pixman_fixed_t tx,
548 pixman_fixed_t ty)
562 pixman_fixed_t tx,
563 pixman_fixed_t ty)
657 within_epsilon (pixman_fixed_t a,
658 pixman_fixed_t b,
659 pixman_fixed_t epsilon)
661 pixman_fixed_t t = a - b;
669 #define EPSILON (pixman_fixed_t) (2)
765 t->matrix[j][i] = (pixman_fixed_t) floor (d);