Home
last modified time | relevance | path

Searched refs:GetGlyphsBBox (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dfx_font.h56 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias);
Dfx_font.cpp34 FX_RECT GetGlyphsBBox(const std::vector<TextGlyphPos>& glyphs, int anti_alias) { in GetGlyphsBBox() function
Dcfx_renderdevice.cpp947 FX_RECT bmp_rect = GetGlyphsBBox(glyphs, anti_alias); in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1094 FX_RECT rect = GetGlyphsBBox(glyphs, 0); in ProcessType3Text()