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

  /external/pixman/pixman/
pixman-matrix.c 448 if (v > pixman_max_fixed_48_16 || v < pixman_min_fixed_48_16)
pixman.c 398 #define IS_16_16(f) (((f) >= pixman_min_fixed_48_16 && ((f) <= pixman_max_fixed_48_16)))
    [all...]
pixman.h 138 #define pixman_max_fixed_48_16 ((pixman_fixed_48_16_t) 0x7fffffff) macro
    [all...]

Completed in 534 milliseconds