Home
last modified time | relevance | path

Searched refs:pixman_fixed_to_double (Results 1 – 4 of 4) sorted by relevance

/external/pixman/pixman/
Dpixman-filter.c312 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()
Dpixman-conical-gradient.c208 conical->angle = (pixman_fixed_to_double (angle) / 180.0) * M_PI; in pixman_image_create_conical_gradient()
Dpixman.h131 #define pixman_fixed_to_double(f) (double) ((f) / (double) pixman_fixed_1) macro
Dpixman-matrix.c747 ft->m[j][i] = pixman_fixed_to_double (t->matrix[j][i]); in pixman_f_transform_from_pixman_transform()