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.cpp470 int* ps_fontnum, in FindPSFontGlyph() argument
487 *ps_fontnum = i; in FindPSFontGlyph()
514 *ps_fontnum = m_PSFontList.size() - 1; in FindPSFontGlyph()
515 CPSFont* pPSFont = m_PSFontList[*ps_fontnum].get(); in FindPSFontGlyph()
545 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex in FindPSFontGlyph()
569 buf << "/X" << *ps_fontnum << " Ff/Encoding get " << glyphindex << "/" in FindPSFontGlyph()
608 int ps_fontnum, ps_glyphindex; in DrawText() local
609 FindPSFontGlyph(pGlyphCache.Get(), pFont, pCharPos[i], &ps_fontnum, in DrawText()
611 if (last_fontnum != ps_fontnum) { in DrawText()
612 buf << "/X" << ps_fontnum << " Ff " << font_size << " Fs Sf "; in DrawText()
[all …]
Dcfx_psrenderer.h108 int* ps_fontnum,