Home
last modified time | relevance | path

Searched refs:CFX_CTTGSUBTable (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp58 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable()
69 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum, in GetVerticalGlyph()
116 bool CFX_CTTGSUBTable::GetVerticalGlyphSub(uint32_t glyphnum, in GetVerticalGlyphSub()
133 bool CFX_CTTGSUBTable::GetVerticalGlyphSub2(uint32_t glyphnum, in GetVerticalGlyphSub2()
160 int CFX_CTTGSUBTable::GetCoverageIndex(struct TCoverageFormatBase* Coverage, in GetCoverageIndex()
191 bool CFX_CTTGSUBTable::Parse(FT_Bytes scriptlist, in Parse()
199 void CFX_CTTGSUBTable::ParseScriptList(FT_Bytes raw, struct TScriptList* rec) { in ParseScriptList()
213 void CFX_CTTGSUBTable::ParseScript(FT_Bytes raw, struct TScript* rec) { in ParseScript()
228 void CFX_CTTGSUBTable::ParseLangSys(FT_Bytes raw, struct TLangSys* rec) { in ParseLangSys()
242 void CFX_CTTGSUBTable::ParseFeatureList(FT_Bytes raw, TFeatureList* rec) { in ParseFeatureList()
[all …]
Dttgsubtable.h28 class CFX_CTTGSUBTable {
30 CFX_CTTGSUBTable(void) : m_bFeautureMapLoad(FALSE), loaded(false) {} in CFX_CTTGSUBTable() function
31 CFX_CTTGSUBTable(FT_Bytes gsub) : m_bFeautureMapLoad(FALSE), loaded(false) { in CFX_CTTGSUBTable() function
34 virtual ~CFX_CTTGSUBTable() {} in ~CFX_CTTGSUBTable()
360 CFX_CTTGSUBTable m_GsubImp;
Dfpdf_font_cid.cpp1439 m_pTTGSUBTable = new CFX_CTTGSUBTable; in GetGlyphIndex()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h16 class CFX_CTTGSUBTable; variable
481 CFX_CTTGSUBTable* m_pTTGSUBTable;