Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.cpp15 CFX_CTTGSUBTable::CFX_CTTGSUBTable() : m_bFeautureMapLoad(false) {} in CFX_CTTGSUBTable() function in CFX_CTTGSUBTable
17 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 …]
Dcfx_cttgsubtable.h18 class CFX_CTTGSUBTable {
20 CFX_CTTGSUBTable();
21 ~CFX_CTTGSUBTable();
Dcpdf_cidfont.h29 class CFX_CTTGSUBTable; variable
90 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable;
Dcpdf_cidfont.cpp599 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(); in GetGlyphIndex()