Home
last modified time | relevance | path

Searched refs:pFaceCache (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp499 void CFX_PSRenderer::FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARP… in FindPSFontGlyph() argument
551 …const CFX_PathData* pPathData = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_F… in FindPSFontGlyph()
612 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawText() local
617 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], ps_fontnum, ps_glyphindex); in DrawText()
Dfx_ge_text.cpp203 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawNormalText() local
229 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &n… in DrawNormalText()
232 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &d… in DrawNormalText()
929 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(pFont); in DrawTextPath() local
938 …const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(pFont, charpos.m_GlyphIndex, charpos.m_FontC… in DrawTextPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp712 CFX_FaceCache* pFaceCache = pCache->GetCachedFace(&pFont->m_Font); in DrawTextPathWithPattern() local
718 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath(&pFont->m_Font, charpos.m_GlyphIndex, in DrawTextPathWithPattern()
/external/pdfium/core/include/fxge/
Dfx_ge.h727 …void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, …