Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_font.cpp454 return m_Face->LoadGlyphPath(glyph_index, dest_width, m_bVertical, in LoadGlyphPathImpl()
470 const CFX_Path* CFX_Font::LoadGlyphPath(uint32_t glyph_index, in LoadGlyphPath() function in CFX_Font
472 return GetOrCreateGlyphCache()->LoadGlyphPath(this, glyph_index, dest_width); in LoadGlyphPath()
Dcfx_glyphcache.h41 const CFX_Path* LoadGlyphPath(const CFX_Font* pFont,
Dcfx_face.h93 std::unique_ptr<CFX_Path> LoadGlyphPath(uint32_t glyph_index,
Dcfx_font.h99 const CFX_Path* LoadGlyphPath(uint32_t glyph_index, int dest_width) const;
Dcfx_glyphcache.cpp133 const CFX_Path* CFX_GlyphCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() function in CFX_GlyphCache
Dcfx_face.cpp566 std::unique_ptr<CFX_Path> CFX_Face::LoadGlyphPath( in LoadGlyphPath() function in CFX_Face
Dcfx_renderdevice.cpp1271 pFont->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp718 const CFX_Path* pPath = pGlyphCache->LoadGlyphPath( in FindPSFontGlyph()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp1008 pCfxFont->LoadGlyphPath(pos[0].m_GlyphIndex, pos[0].m_FontCharWidth); in FPDFFont_GetGlyphPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp1108 font->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()