Searched refs:LoadGlyphPath (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 77 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/ |
D | fpdf_render_text.cpp | 732 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/ |
D | fx_ge_text.cpp | 963 …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
|
D | fx_ge_ps.cpp | 564 …const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_F… in FindPSFontGlyph()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_resource.h | 232 class CFX_PathData* LoadGlyphPath(FX_DWORD charcode, int dest_width = 0);
|