Home | History | Annotate | Download | only in freetype2

Lines Matching defs:FT_ULong

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 )