Home
last modified time | relevance | path

Searched refs:ps_fontnum (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp536 int* ps_fontnum, in FindPSFontGlyph() argument
553 *ps_fontnum = i; in FindPSFontGlyph()
580 *ps_fontnum = m_PSFontList.size() - 1; in FindPSFontGlyph()
581 CPSFont* pPSFont = m_PSFontList[*ps_fontnum].get(); in FindPSFontGlyph()
612 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex in FindPSFontGlyph()
636 buf << "/X" << *ps_fontnum << " Ff/Encoding get " << glyphindex << "/" in FindPSFontGlyph()
671 int ps_fontnum, ps_glyphindex; in DrawText() local
672 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], &ps_fontnum, in DrawText()
674 if (last_fontnum != ps_fontnum) { in DrawText()
675 buf << "/X" << ps_fontnum << " Ff " << font_size << " Fs Sf "; in DrawText()
[all …]
Dcfx_psrenderer.h85 int* ps_fontnum,