Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp661 static constexpr uint32_t kGsubTag = in GetGlyphIndex() local
665 int error = FT_Load_Sfnt_Table(face, kGsubTag, 0, nullptr, &length); in GetGlyphIndex()
670 FT_Load_Sfnt_Table(face, kGsubTag, 0, m_Font.GetSubData(), nullptr); in GetGlyphIndex()