Searched refs:CFX_CTTGSUBTable (Results 1 – 4 of 4) sorted by relevance
27 CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub) { in CFX_CTTGSUBTable() function in CFX_CTTGSUBTable50 CFX_CTTGSUBTable::~CFX_CTTGSUBTable() = default;52 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable()60 uint32_t CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum) const { in GetVerticalGlyph()69 bool CFX_CTTGSUBTable::GetVerticalGlyphSub(const TFeatureRecord& feature, in GetVerticalGlyphSub()83 bool CFX_CTTGSUBTable::GetVerticalGlyphSub2(const TLookup& lookup, in GetVerticalGlyphSub2()110 int CFX_CTTGSUBTable::GetCoverageIndex(TCoverageFormatBase* Coverage, in GetCoverageIndex()141 uint8_t CFX_CTTGSUBTable::GetUInt8(FT_Bytes& p) const { in GetUInt8()147 int16_t CFX_CTTGSUBTable::GetInt16(FT_Bytes& p) const { in GetInt16()153 uint16_t CFX_CTTGSUBTable::GetUInt16(FT_Bytes& p) const { in GetUInt16()[all …]
18 class CFX_CTTGSUBTable {20 explicit CFX_CTTGSUBTable(FT_Bytes gsub);21 ~CFX_CTTGSUBTable();
29 class CFX_CTTGSUBTable; variable81 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable;
579 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(m_Font.GetSubData()); in GetGlyphIndex()