Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h42 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox);
Dfpf_skiafont.cpp90 FX_BOOL CFPF_SkiaFont::GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox) in GetGlyphBBox() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h42 virtual FX_BOOL GetGlyphBBox(FX_INT32 iGlyphIndex, FX_RECT &rtBBox) = 0;
Dfx_font.h83 FX_BOOL GetGlyphBBox(FX_DWORD glyph_index, FX_RECT &bbox);
/external/pdfium/core/src/fxge/ge/
Dfx_ge_font.cpp207 FX_BOOL CFX_Font::GetGlyphBBox(FX_DWORD glyph_index, FX_RECT &bbox) in GetGlyphBBox() function in CFX_Font