Home
last modified time | relevance | path

Searched defs:GetGlyphWidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_font.cpp390 int CFX_Font::GetGlyphWidth(uint32_t glyph_index) const { in GetGlyphWidth() function in CFX_Font
394 int CFX_Font::GetGlyphWidth(uint32_t glyph_index, in GetGlyphWidth() function in CFX_Font
H A Dcfx_glyphcache.cpp321 int CFX_GlyphCache::GetGlyphWidth(const CFX_Font* font, in GetGlyphWidth() function in CFX_GlyphCache
/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp53 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth() function in CFPF_SkiaFont