Searched refs:GetGlyphBBox (Results 1 – 5 of 5) sorted by relevance
33 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() function in CFPF_SkiaFont
67 bool GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox);
352 bool CFX_Font::GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox) { in GetGlyphBBox() function in CFX_Font
205 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox)) in GetCharBBox()