Home | History | Annotate | Download | only in freetype2

Lines Matching defs:FT_BOOL

66   /*    FT_Bool                                                            */
102 /* FT_Bool */
108 typedef unsigned char FT_Bool;
578 #define FT_BOOL( x ) ( (FT_Bool)( x ) )