Home | History | Annotate | Download | only in pixman

Lines Matching refs:pixman_fixed_t

85 pixman_fixed_to_bilinear_weight (pixman_fixed_t x)
239 pixman_fixed_t vx,
240 pixman_fixed_t unit_x,
309 pixman_fixed_t vx, \
310 pixman_fixed_t unit_x, \
311 pixman_fixed_t src_width_fixed, \
428 pixman_fixed_t src_width_fixed = pixman_int_to_fixed (src_image->bits.width); \
429 pixman_fixed_t max_vy; \
431 pixman_fixed_t vx, vy; \
432 pixman_fixed_t unit_x, unit_y; \
577 pixman_fixed_t vx, \
578 pixman_fixed_t unit_x, \
579 pixman_fixed_t max_vx, \
761 pixman_fixed_t vx,
762 pixman_fixed_t unit_x,
796 * pixman_fixed_t vx,
797 * pixman_fixed_t unit_x,
798 * pixman_fixed_t max_vx,
838 pixman_fixed_t max_vx = INT32_MAX; /* suppress uninitialized variable warning */ \
840 pixman_fixed_t vx, vy; \
841 pixman_fixed_t unit_x, unit_y; \
850 pixman_fixed_t src_width_fixed; \