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

/external/pixman/pixman/
H A Dpixman-filter.c312 double sx = fabs (pixman_fixed_to_double (scale_x));
313 double sy = fabs (pixman_fixed_to_double (scale_y));
H A Dpixman-conical-gradient.c208 conical->angle = (pixman_fixed_to_double (angle) / 180.0) * M_PI;
H A Dpixman-matrix.c747 ft->m[j][i] = pixman_fixed_to_double (t->matrix[j][i]);
H A Dpixman.h131 #define pixman_fixed_to_double(f) (double) ((f) / (double) pixman_fixed_1) macro

Completed in 98 milliseconds