Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp288 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode); in GetCharWidthInternal() local
289 if (iGlyph != 0xFFFF && pFont) { in GetCharWidthInternal()
291 iWidth = m_pFont->GetGlyphWidth(iGlyph); in GetCharWidthInternal()
323 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode); in GetCharBBoxInternal() local
324 if (!pFont || iGlyph == 0xFFFF) in GetCharBBoxInternal()
331 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox)) in GetCharBBoxInternal()