Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp171 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharWidth()
197 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharBBox()
229 std::tie(glyph, font) = GetGlyphIndexAndFont(wUnicode, true); in GetGlyphIndex()
233 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> CFGAS_GEFont::GetGlyphIndexAndFont( in GetGlyphIndexAndFont() function in CFGAS_GEFont
252 it->second->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont()
277 std::tie(iGlyphIndex, font) = pFont->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont()
Dcfgas_gefont.h76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(