Home
last modified time | relevance | path

Searched refs:GetGlyphBBox (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h32 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
Dcfpf_skiafont.cpp90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() function in CFPF_SkiaFont
/external/pdfium/core/fxge/
Dfx_font.h145 bool GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox);
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp331 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox)) in GetCharBBoxInternal()
/external/pdfium/core/fxge/ge/
Dcfx_font.cpp385 bool CFX_Font::GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox) { in GetGlyphBBox() function in CFX_Font