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.cpp528 int* ps_fontnum, in FindPSFontGlyph() argument
545 *ps_fontnum = i; in FindPSFontGlyph()
570 *ps_fontnum = m_PSFontList.size() - 1; in FindPSFontGlyph()
571 CPSFont* pPSFont = m_PSFontList[*ps_fontnum].get(); in FindPSFontGlyph()
602 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex in FindPSFontGlyph()
626 buf << "/X" << *ps_fontnum << " Ff/Encoding get " << glyphindex << "/" in FindPSFontGlyph()
656 int ps_fontnum, ps_glyphindex; in DrawText() local
657 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], &ps_fontnum, in DrawText()
659 if (last_fontnum != ps_fontnum) { in DrawText()
660 buf << "/X" << ps_fontnum << " Ff " << font_size << " Fs Sf "; in DrawText()
[all …]
Dcfx_psrenderer.h84 int* ps_fontnum,