Searched refs:GetGlyphBBox (Results 1 – 5 of 5) sorted by relevance
42 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
79 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() function in CFPF_SkiaFont
113 absl::optional<FX_RECT> GetGlyphBBox(uint32_t glyph_index);
485 absl::optional<FX_RECT> CFX_Font::GetGlyphBBox(uint32_t glyph_index) { in GetGlyphBBox() function in CFX_Font
192 absl::optional<FX_RECT> rtBBox = m_pFont->GetGlyphBBox(iGlyph); in GetCharBBox()