HomeSort by relevance Sort by last modified time
    Searched defs:FT_ULong (Results 1 - 3 of 3) 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 65 /* FT_ULong */
248 /* FT_ULong */
253 typedef unsigned long FT_ULong;
482 ( ( (FT_ULong)_x1 << 24 ) | \
483 ( (FT_ULong)_x2 << 16 ) | \
484 ( (FT_ULong)_x3 << 8 ) | \
485 (FT_ULong)_x4 )
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
fttypes.h 65 /* FT_ULong */
248 /* FT_ULong */
253 typedef unsigned long FT_ULong;
482 ( ( (FT_ULong)_x1 << 24 ) | \
483 ( (FT_ULong)_x2 << 16 ) | \
484 ( (FT_ULong)_x3 << 8 ) | \
485 (FT_ULong)_x4 )
    [all...]

Completed in 62 milliseconds