Searched refs:pixman_fixed_to_double (Results 1 – 4 of 4) sorted by relevance
312 double sx = fabs (pixman_fixed_to_double (scale_x)); in pixman_filter_create_separable_convolution()313 double sy = fabs (pixman_fixed_to_double (scale_y)); in pixman_filter_create_separable_convolution()
208 conical->angle = (pixman_fixed_to_double (angle) / 180.0) * M_PI; in pixman_image_create_conical_gradient()
131 #define pixman_fixed_to_double(f) (double) ((f) / (double) pixman_fixed_1) macro
747 ft->m[j][i] = pixman_fixed_to_double (t->matrix[j][i]); in pixman_f_transform_from_pixman_transform()