Searched refs:GetGlyphIndexAndFont (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 171 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()
|
D | cfgas_gefont.h | 76 std::pair<int32_t, RetainPtr<CFGAS_GEFont>> GetGlyphIndexAndFont(
|