HomeSort by relevance Sort by last modified time
    Searched defs:FT_ULong (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/raster/
ftmisc.h 46 typedef unsigned long FT_ULong;
51 ( ( (FT_ULong)_x1 << 24 ) | \
52 ( (FT_ULong)_x2 << 16 ) | \
53 ( (FT_ULong)_x3 << 8 ) | \
54 (FT_ULong)_x4 )
  /external/freetype/include/freetype/
fttypes.h 63 /* FT_ULong */
244 /* FT_ULong */
249 typedef unsigned long FT_ULong;
478 ( ( (FT_ULong)_x1 << 24 ) | \
479 ( (FT_ULong)_x2 << 16 ) | \
480 ( (FT_ULong)_x3 << 8 ) | \
481 (FT_ULong)_x4 )
    [all...]

Completed in 38 milliseconds