Searched refs:GetGlyphBBox (Results 1 – 5 of 5) sorted by relevance
39 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
76 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() function in CFPF_SkiaFont
87 bool GetGlyphBBox(uint32_t glyph_index, FX_RECT* pBBox);
419 bool CFX_Font::GetGlyphBBox(uint32_t glyph_index, FX_RECT* pBBox) { in GetGlyphBBox() function in CFX_Font
204 if (!m_pFont->GetGlyphBBox(iGlyph, &rtBBox)) in GetCharBBox()