HomeSort by relevance Sort by last modified time
    Searched refs:GetGlyphBBox (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxge/android/
cfpf_skiafont.h 33 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
cfpf_skiafont.cpp 90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) {
  /external/pdfium/core/fxge/
cfx_font.h 67 bool GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox);
cfx_font.cpp 352 bool CFX_Font::GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox) {
  /external/pdfium/xfa/fgas/font/
cfgas_gefont.cpp 205 if (!m_pFont->GetGlyphBBox(iGlyph, rtBBox))

Completed in 77 milliseconds