Searched refs:GetGlyphsBBox (Results 1 – 4 of 4) sorted by relevance
56 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias);
34 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias) { in GetGlyphsBBox() function
947 FX_RECT bmp_rect = GetGlyphsBBox(glyphs, anti_alias); in DrawNormalText()
1094 FX_RECT rect = GetGlyphsBBox(glyphs, 0); in ProcessType3Text()