Searched refs:IS_INCREMENTAL (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/freetype/src/type1/ |
D | t1load.c | 75 #define IS_INCREMENTAL (FT_Bool)( face->root.internal->incremental_interface != 0 ) macro 77 #define IS_INCREMENTAL 0 macro 1460 if ( !read_binary_data( parser, &size, &base, IS_INCREMENTAL ) ) in parse_subrs() 1666 if ( !read_binary_data( parser, &size, &base, IS_INCREMENTAL ) ) in parse_charstrings() 1951 if ( !read_binary_data( parser, &s, &b, IS_INCREMENTAL ) ) in parse_dict() 1964 if ( !read_binary_data( parser, &s, &b, IS_INCREMENTAL ) ) in parse_dict() 2240 if ( !IS_INCREMENTAL ) in T1_Open_Face()
|