OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CFF_FIELD_DELTA
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/cff/
cfftoken.h
50
CFF_FIELD_DELTA
( 0x117, base_font_blend, 16, "BaseFontBlend" )
75
CFF_FIELD_DELTA
( 6, blue_values, 14, "BlueValues" )
76
CFF_FIELD_DELTA
( 7, other_blues, 10, "OtherBlues" )
77
CFF_FIELD_DELTA
( 8, family_blues, 14, "FamilyBlues" )
78
CFF_FIELD_DELTA
( 9, family_other_blues, 10, "FamilyOtherBlues" )
84
CFF_FIELD_DELTA
( 0x10C, snap_widths, 13, "StemSnapH" )
85
CFF_FIELD_DELTA
( 0x10D, snap_heights, 13, "StemSnapV" )
cffparse.c
622
#undef
CFF_FIELD_DELTA
646
#define
CFF_FIELD_DELTA
( code, name, max, id ) \
690
#define
CFF_FIELD_DELTA
( code, name, max, id ) \
742
#undef
CFF_FIELD_DELTA
743
#define
CFF_FIELD_DELTA
( code, name, max, id ) i++;
782
#undef
CFF_FIELD_DELTA
783
#define
CFF_FIELD_DELTA
( code_, name_, max_, id_ ) \
831
#undef
CFF_FIELD_DELTA
832
#define
CFF_FIELD_DELTA
( code_, name_, max_, id_ ) \
Completed in 851 milliseconds