Searched refs:iGlyph (Results 1 – 1 of 1) sorted by relevance
288 int32_t iGlyph = GetGlyphIndex(wUnicode, true, &pFont, bCharCode); in GetCharWidthInternal() local289 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() local324 if (!pFont || iGlyph == 0xFFFF) in GetCharBBoxInternal()331 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox)) in GetCharBBoxInternal()