Home
last modified time | relevance | path

Searched refs:LoadGlyphPath (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_facecache.h36 const CFX_PathData* LoadGlyphPath(const CFX_Font* pFont,
Dcfx_font.h58 const CFX_PathData* LoadGlyphPath(uint32_t glyph_index, int dest_width) const;
Dcfx_font.cpp623 const CFX_PathData* CFX_Font::LoadGlyphPath(uint32_t glyph_index, in LoadGlyphPath() function in CFX_Font
625 return GetFaceCache()->LoadGlyphPath(this, glyph_index, dest_width); in LoadGlyphPath()
Dcfx_facecache.cpp194 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() function in CFX_FaceCache
Dcfx_renderdevice.cpp1108 pFont->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp602 const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath( in FindPSFontGlyph()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2043 font->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()