Searched refs:IS_INCREMENTAL (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/type1/ |
D | t1load.c | 76 #define IS_INCREMENTAL (FT_Bool)( face->root.internal->incremental_interface != 0 ) macro 78 #define IS_INCREMENTAL 0 macro 1709 if ( !read_binary_data( parser, &size, &base, IS_INCREMENTAL ) ) in parse_subrs() 1932 if ( !read_binary_data( parser, &size, &base, IS_INCREMENTAL ) ) in parse_charstrings() 2232 if ( !read_binary_data( parser, &s, &b, IS_INCREMENTAL ) ) in parse_dict() 2245 if ( !read_binary_data( parser, &s, &b, IS_INCREMENTAL ) ) in parse_dict() 2532 if ( !IS_INCREMENTAL ) in T1_Open_Face()
|
/external/freetype/ |
D | ChangeLog.24 | 2236 * src/type1/t1load.c (IS_INCREMENTAL): New macro. 2238 Update all callers using `IS_INCREMENTAL'.
|