Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp170 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharWidth()
196 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharBBox()
219 std::tie(glyph, font) = GetGlyphIndexAndFont(wUnicode, true); in GetGlyphIndex()
223 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> CFGAS_GEFont::GetGlyphIndexAndFont( in GetGlyphIndexAndFont() function in CFGAS_GEFont
242 it->second->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont()
267 std::tie(iGlyphIndex, font) = pFont->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont()
Dcfgas_gefont.h76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(