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

  /external/freetype/src/type1/
t1parse.h 91 #define T1_ToInt( p ) (p)->root.funcs.to_int( &(p)->root )
  /external/freetype/src/type42/
t42parse.c 117 #define T1_ToInt( p ) \
333 count = (FT_Int)T1_ToInt( parser );
432 charcode = (FT_Int)T1_ToInt( parser );
627 tmp = T1_ToInt( parser );
804 loader->num_glyphs = T1_ToInt( parser );
977 (void)T1_ToInt( parser );
    [all...]

Completed in 179 milliseconds