Home
last modified time | relevance | path

Searched refs:SubstFormat (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/otvalid/
Dotvgsub.c48 FT_UInt SubstFormat; in otv_SingleSubst_validate() local
54 SubstFormat = FT_NEXT_USHORT( p ); in otv_SingleSubst_validate()
56 OTV_TRACE(( " (format %d)\n", SubstFormat )); in otv_SingleSubst_validate()
58 switch ( SubstFormat ) in otv_SingleSubst_validate()
130 FT_UInt SubstFormat; in otv_MultipleSubst_validate() local
136 SubstFormat = FT_NEXT_USHORT( p ); in otv_MultipleSubst_validate()
138 OTV_TRACE(( " (format %d)\n", SubstFormat )); in otv_MultipleSubst_validate()
140 switch ( SubstFormat ) in otv_MultipleSubst_validate()
171 FT_UInt SubstFormat; in otv_AlternateSubst_validate() local
177 SubstFormat = FT_NEXT_USHORT( p ); in otv_AlternateSubst_validate()
[all …]
/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp82 switch (subTable->SubstFormat) { in GetVerticalGlyphSub2()
346 SubstFormat = 1; in TSubTable1()
352 SubstFormat = 2; in TSubTable2()
Dcfx_cttgsubtable.h95 uint16_t SubstFormat; member