Home
last modified time | relevance | path

Searched refs:LoadGlyphPathImpl (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_font.h138 std::unique_ptr<CFX_Path> LoadGlyphPathImpl(uint32_t glyph_index,
Dcfx_glyphcache.cpp247 m_PathMap[key] = pFont->LoadGlyphPathImpl(glyph_index, dest_width); in LoadGlyphPath()
Dcfx_font.cpp701 std::unique_ptr<CFX_Path> CFX_Font::LoadGlyphPathImpl(uint32_t glyph_index, in LoadGlyphPathImpl() function in CFX_Font