Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxge/
Dfx_font.h77 CFX_PathData* LoadGlyphPath(FX_DWORD glyph_index, int dest_width = 0);
385 const CFX_PathData* LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_width);
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp732 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(&pFont->m_Font, charpos.m_GlyphIndex, in DrawTextPathWithPattern()
753 CFX_PathData* CPDF_Font::LoadGlyphPath(FX_DWORD charcode, int dest_width) in LoadGlyphPath() function in CPDF_Font
759 return m_Font.LoadGlyphPath(glyph_index, dest_width); in LoadGlyphPath()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp963 …const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontC… in DrawTextPath()
1569 const CFX_PathData* CFX_FaceCache::LoadGlyphPath(CFX_Font* pFont, FX_DWORD glyph_index, int dest_wi… in LoadGlyphPath() function in CFX_FaceCache
1586 pGlyphPath = pFont->LoadGlyphPath(glyph_index, dest_width); in LoadGlyphPath()
1692 CFX_PathData* CFX_Font::LoadGlyphPath(FX_DWORD glyph_index, int dest_width) in LoadGlyphPath() function in CFX_Font
Dfx_ge_ps.cpp564 …const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_F… in FindPSFontGlyph()
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h232 class CFX_PathData* LoadGlyphPath(FX_DWORD charcode, int dest_width = 0);