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.cpp27 CFX_CTTGSUBTable::CFX_CTTGSUBTable(FT_Bytes gsub) { in CFX_CTTGSUBTable() function in CFX_CTTGSUBTable
50 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 …]
Dcfx_cttgsubtable.h18 class CFX_CTTGSUBTable {
20 explicit CFX_CTTGSUBTable(FT_Bytes gsub);
21 ~CFX_CTTGSUBTable();
Dcpdf_cidfont.h29 class CFX_CTTGSUBTable; variable
81 std::unique_ptr<CFX_CTTGSUBTable> m_pTTGSUBTable;
Dcpdf_cidfont.cpp579 m_pTTGSUBTable = pdfium::MakeUnique<CFX_CTTGSUBTable>(m_Font.GetSubData()); in GetGlyphIndex()