Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.h269 TT_uint16_t SubstFormat; member
270 TSubTableBase(): SubstFormat(0) {} in TSubTableBase()
281 SubstFormat = 1; in TSingleSubstFormat1()
299 SubstFormat = 2; in TSingleSubstFormat2()
Dttgsubtable.cpp148 switch(Lookup->SubTable[i]->SubstFormat) { in GetVerticalGlyphSub2()