HomeSort by relevance Sort by last modified time
    Searched refs:pixman_fixed_to_double (Results 1 - 4 of 4) sorted by null

  /external/pixman/pixman/
pixman-filter.c 312 double sx = fabs (pixman_fixed_to_double (scale_x));
313 double sy = fabs (pixman_fixed_to_double (scale_y));
pixman-conical-gradient.c 208 conical->angle = (pixman_fixed_to_double (angle) / 180.0) * M_PI;
pixman-matrix.c 747 ft->m[j][i] = pixman_fixed_to_double (t->matrix[j][i]);
pixman.h 131 #define pixman_fixed_to_double(f) (double) ((f) / (double) pixman_fixed_1) macro
    [all...]

Completed in 195 milliseconds