OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFF_FIELD_CALLBACK
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/cff/
cfftoken.h
37
CFF_FIELD_CALLBACK
( 0x107, font_matrix, "FontMatrix" )
39
CFF_FIELD_CALLBACK
( 5, font_bbox, "FontBBox" )
44
CFF_FIELD_CALLBACK
( 18, private_dict, "Private" )
51
CFF_FIELD_CALLBACK
( 0x118, multiple_master, "MultipleMaster" )
52
CFF_FIELD_CALLBACK
( 0x119, blend_axis_types, "BlendAxisTypes" )
55
CFF_FIELD_CALLBACK
( 0x11E, cid_ros, "ROS" )
cffparse.c
628
#define
CFF_FIELD_CALLBACK
( code, name, id ) \
670
#define
CFF_FIELD_CALLBACK
( code, name, id ) \
744
#undef
CFF_FIELD_CALLBACK
745
#define
CFF_FIELD_CALLBACK
( code, name, id ) i++;
760
#undef
CFF_FIELD_CALLBACK
761
#define
CFF_FIELD_CALLBACK
( code_, name_, id_ ) \
807
#undef
CFF_FIELD_CALLBACK
808
#define
CFF_FIELD_CALLBACK
( code_, name_, id_ ) \
Completed in 21 milliseconds