Home
last modified time | relevance | path

Searched refs:LoadGSUBTable (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dttgsubtable.cpp67 LoadGSUBTable(gsub); in CFX_CTTGSUBTable()
76 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable() function in CFX_CTTGSUBTable
Dttgsubtable.h39 bool LoadGSUBTable(FT_Bytes gsub);
Dcpdf_cidfont.cpp584 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()