Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcfx_cttgsubtable.h23 bool LoadGSUBTable(FT_Bytes gsub);
Dcfx_cttgsubtable.cpp19 bool CFX_CTTGSUBTable::LoadGSUBTable(FT_Bytes gsub) { in LoadGSUBTable() function in CFX_CTTGSUBTable
Dcpdf_cidfont.cpp600 m_pTTGSUBTable->LoadGSUBTable((FT_Bytes)m_Font.GetSubData()); in GetGlyphIndex()