Searched refs:CFX_CTTGSUBTable (Results 1 – 4 of 4) sorted by relevance
15 CFX_CTTGSUBTable::CFX_CTTGSUBTable() : m_bFeautureMapLoad(false) {} in CFX_CTTGSUBTable() function in CFX_CTTGSUBTable17 CFX_CTTGSUBTable::~CFX_CTTGSUBTable() {} in ~CFX_CTTGSUBTable()19 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable()27 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum, in GetVerticalGlyph()64 bool CFX_CTTGSUBTable::GetVerticalGlyphSub(uint32_t glyphnum, in GetVerticalGlyphSub()78 bool CFX_CTTGSUBTable::GetVerticalGlyphSub2(uint32_t glyphnum, in GetVerticalGlyphSub2()105 int CFX_CTTGSUBTable::GetCoverageIndex(TCoverageFormatBase* Coverage, in GetCoverageIndex()136 uint8_t CFX_CTTGSUBTable::GetUInt8(FT_Bytes& p) const { in GetUInt8()142 int16_t CFX_CTTGSUBTable::GetInt16(FT_Bytes& p) const { in GetInt16()148 uint16_t CFX_CTTGSUBTable::GetUInt16(FT_Bytes& p) const { in GetUInt16()[all …]
18 class CFX_CTTGSUBTable {20 CFX_CTTGSUBTable();21 ~CFX_CTTGSUBTable();
29 class CFX_CTTGSUBTable; variable90 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable;
599 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(); in GetGlyphIndex()