Searched defs:FT_ULong (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/freetype/src/raster/
H A Dftmisc.h46 typedef unsigned long FT_ULong; typedef
51 ( ( (FT_ULong)_x1 << 24 ) | \
52 ( (FT_ULong)_x2 << 16 ) | \
53 ( (FT_ULong)_x3 << 8 ) | \
54 (FT_ULong)_x4 )
/external/freetype/src/raster/
H A Dftmisc.h46 typedef unsigned long FT_ULong; typedef
51 ( ( (FT_ULong)_x1 << 24 ) | \
52 ( (FT_ULong)_x2 << 16 ) | \
53 ( (FT_ULong)_x3 << 8 ) | \
54 (FT_ULong)_x4 )
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h63 /* FT_ULong */
244 /* FT_ULong */
249 typedef unsigned long FT_ULong; typedef
478 ( ( (FT_ULong)_x1 << 24 ) | \
479 ( (FT_ULong)_x2 << 16 ) | \
480 ( (FT_ULong)_x3 << 8 ) | \
481 (FT_ULong)_x4 )
/external/freetype/include/freetype/
H A Dfttypes.h63 /* FT_ULong */
244 /* FT_ULong */
249 typedef unsigned long FT_ULong; typedef
478 ( ( (FT_ULong)_x1 << 24 ) | \
479 ( (FT_ULong)_x2 << 16 ) | \
480 ( (FT_ULong)_x3 << 8 ) | \
481 (FT_ULong)_x4 )

Completed in 804 milliseconds