Lines Matching refs:pixman_fixed_1
65 #define DST_WIDTH (MIN_SRC_WIDTH * pixman_fixed_1 / MAX_INC)
71 #define SRC_HEIGHT ((DST_HEIGHT * MAX_INC + pixman_fixed_1 - 1) / pixman_fixed_1)
173 ref_src = bilinear ? pixman_fixed_1 / 2 : pixman_fixed_e; in calc_translate()
174 ref_dst = pixman_fixed_1 / 2; in calc_translate()
179 bilinear * pixman_fixed_1 / 2; in calc_translate()
180 ref_dst = pixman_int_to_fixed (dst_size) - pixman_fixed_1 / 2; in calc_translate()
183 scaled_dst = ((uint64_t) ref_dst * scale + pixman_fixed_1 / 2) / in calc_translate()
184 pixman_fixed_1; in calc_translate()
205 offset += (pixman_fixed_1 >> BILINEAR_INTERPOLATION_BITS) - 16; in random_offset()
225 v1.vector[0] = pixman_fixed_1 / 2; in check_transform()
226 v1.vector[1] = pixman_fixed_1 / 2; in check_transform()
227 v1.vector[2] = pixman_fixed_1; in check_transform()
231 pixman_fixed_1 / 2; in check_transform()
233 pixman_fixed_1 / 2; in check_transform()
234 v2.vector[2] = pixman_fixed_1; in check_transform()
239 assert (v1.vector[0] >= pixman_fixed_1 / 2); in check_transform()
240 assert (v1.vector[1] >= pixman_fixed_1 / 2); in check_transform()
242 pixman_fixed_1 / 2); in check_transform()
244 pixman_fixed_1 / 2); in check_transform()