Searched refs:T1_FIELD_CALLBACK (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1load.c | 1808 T1_FIELD_CALLBACK( "FontMatrix", t1_parse_font_matrix, 1810 T1_FIELD_CALLBACK( "Encoding", parse_encoding, 1812 T1_FIELD_CALLBACK( "Subrs", parse_subrs, 1814 T1_FIELD_CALLBACK( "CharStrings", parse_charstrings, 1816 T1_FIELD_CALLBACK( "Private", parse_private, 1820 T1_FIELD_CALLBACK( "BlendDesignPositions", parse_blend_design_positions, 1822 T1_FIELD_CALLBACK( "BlendDesignMap", parse_blend_design_map, 1824 T1_FIELD_CALLBACK( "BlendAxisTypes", parse_blend_axis_types, 1826 T1_FIELD_CALLBACK( "WeightVector", parse_weight_vector, 1828 T1_FIELD_CALLBACK( "BuildCharArray", parse_buildchar,
|
/AliOS-Things-master/components/freetype/src/cid/ |
A D | cidload.c | 281 T1_FIELD_CALLBACK( "FDArray", parse_fd_array, 0 ) 282 T1_FIELD_CALLBACK( "FontMatrix", cid_parse_font_matrix, 0 ) 283 T1_FIELD_CALLBACK( "ExpansionFactor", parse_expansion_factor, 0 )
|
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42parse.c | 97 T1_FIELD_CALLBACK( "FontMatrix", t42_parse_font_matrix, 0 ) 98 T1_FIELD_CALLBACK( "Encoding", t42_parse_encoding, 0 ) 99 T1_FIELD_CALLBACK( "CharStrings", t42_parse_charstrings, 0 ) 100 T1_FIELD_CALLBACK( "sfnts", t42_parse_sfnts, 0 )
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | psaux.h | 328 #define T1_FIELD_CALLBACK( _ident, _name, _dict ) \ macro
|
Completed in 12 milliseconds