Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp170 int32_t iGlyph; in GetCharWidth() local
171 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharWidth()
172 if (iGlyph != 0xFFFF && pFont) { in GetCharWidth()
174 iWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidth()
196 int32_t iGlyph; in GetCharBBox() local
197 std::tie(iGlyph, pFont) = GetGlyphIndexAndFont(wUnicode, true); in GetCharBBox()
198 if (!pFont || iGlyph == 0xFFFF) in GetCharBBox()
205 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox)) in GetCharBBox()