Lines Matching defs:f
50 #define PICT_FORMAT_BPP(f) PIXMAN_FORMAT_BPP(f) argument
51 #define PICT_FORMAT_TYPE(f) PIXMAN_FORMAT_TYPE(f) argument
52 #define PICT_FORMAT_A(f) PIXMAN_FORMAT_A(f) argument
53 #define PICT_FORMAT_R(f) PIXMAN_FORMAT_R(f) argument
54 #define PICT_FORMAT_G(f) PIXMAN_FORMAT_G(f) argument
55 #define PICT_FORMAT_B(f) PIXMAN_FORMAT_B(f) argument
56 #define PICT_FORMAT_RGB(f) PIXMAN_FORMAT_RGB(f) argument
57 #define PICT_FORMAT_VIS(f) PIXMAN_FORMAT_VIS(f) argument
67 #define PICT_FORMAT_COLOR(f) PIXMAN_FORMAT_COLOR(f) argument
199 #define xFixedToInt(f) pixman_fixed_to_int(f) argument
204 #define xFixedFrac(f) pixman_fixed_frac(f) argument
205 #define xFixedFloor(f) pixman_fixed_floor(f) argument
206 #define xFixedCeil(f) pixman_fixed_ceil(f) argument
208 #define xFixedFraction(f) pixman_fixed_fraction(f) argument
209 #define xFixedMod2(f) pixman_fixed_mod2(f) argument