Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h42 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
Dcfpf_skiafont.cpp79 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() function in CFPF_SkiaFont
/external/pdfium/core/fxge/
Dcfx_font.h113 absl::optional<FX_RECT> GetGlyphBBox(uint32_t glyph_index);
Dcfx_font.cpp485 absl::optional<FX_RECT> CFX_Font::GetGlyphBBox(uint32_t glyph_index) { in GetGlyphBBox() function in CFX_Font
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp192 absl::optional<FX_RECT> rtBBox = m_pFont->GetGlyphBBox(iGlyph); in GetCharBBox()