HomeSort by relevance Sort by last modified time
    Searched refs:pixman_min_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 139 #define pixman_min_fixed_48_16 (-((pixman_fixed_48_16_t) 1 << 31)) macro
    [all...]

Completed in 505 milliseconds