Searched refs:LoadGlyphPath (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 454 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()
|
D | cfx_glyphcache.h | 41 const CFX_Path* LoadGlyphPath(const CFX_Font* pFont,
|
D | cfx_face.h | 93 std::unique_ptr<CFX_Path> LoadGlyphPath(uint32_t glyph_index,
|
D | cfx_font.h | 99 const CFX_Path* LoadGlyphPath(uint32_t glyph_index, int dest_width) const;
|
D | cfx_glyphcache.cpp | 133 const CFX_Path* CFX_GlyphCache::LoadGlyphPath(const CFX_Font* pFont, in LoadGlyphPath() function in CFX_GlyphCache
|
D | cfx_face.cpp | 566 std::unique_ptr<CFX_Path> CFX_Face::LoadGlyphPath( in LoadGlyphPath() function in CFX_Face
|
D | cfx_renderdevice.cpp | 1271 pFont->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPath()
|
/external/pdfium/core/fxge/win32/ |
D | cfx_psrenderer.cpp | 718 const CFX_Path* pPath = pGlyphCache->LoadGlyphPath( in FindPSFontGlyph()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_edittext.cpp | 1008 pCfxFont->LoadGlyphPath(pos[0].m_GlyphIndex, pos[0].m_FontCharWidth); in FPDFFont_GetGlyphPath()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 1108 font->LoadGlyphPath(charpos.m_GlyphIndex, charpos.m_FontCharWidth); in DrawTextPathWithPattern()
|