HomeSort by relevance Sort by last modified time
    Searched refs:CFX_CTTGSUBTable (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.cpp 59 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub)
73 bool CFX_CTTGSUBTable::GetVerticalGlyph(TT_uint32_t glyphnum, TT_uint32_t *vglyphnum)
121 bool CFX_CTTGSUBTable::GetVerticalGlyphSub(
142 bool CFX_CTTGSUBTable::GetVerticalGlyphSub2(
171 int CFX_CTTGSUBTable::GetCoverageIndex(struct TCoverageFormatBase *Coverage, TT_uint32_t g)
202 bool CFX_CTTGSUBTable::Parse(
212 void CFX_CTTGSUBTable::ParseScriptList(FT_Bytes raw, struct TScriptList *rec)
229 void CFX_CTTGSUBTable::ParseScript(FT_Bytes raw, struct TScript *rec)
247 void CFX_CTTGSUBTable::ParseLangSys(FT_Bytes raw, struct TLangSys *rec)
262 void CFX_CTTGSUBTable::ParseFeatureList(FT_Bytes raw, TFeatureList *rec)
    [all...]
ttgsubtable.h 22 class CFX_CTTGSUBTable : public CFX_Object
25 CFX_CTTGSUBTable(void): loaded(false), m_bFeautureMapLoad(FALSE) {};
26 CFX_CTTGSUBTable(FT_Bytes gsub): loaded(false), m_bFeautureMapLoad(FALSE)
30 virtual ~CFX_CTTGSUBTable() {}
417 CFX_CTTGSUBTable m_GsubImp;
fpdf_font_cid.cpp     [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 39 class CFX_CTTGSUBTable;
570 CFX_CTTGSUBTable* m_pTTGSUBTable;

Completed in 532 milliseconds