HomeSort by relevance Sort by last modified time
    Searched refs:ps_fontnum (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 510 int& ps_fontnum, int &ps_glyphindex)
522 ps_fontnum = i;
546 ps_fontnum = m_PSFontList.GetSize() - 1;
547 CPSFont* pPSFont = m_PSFontList[ps_fontnum];
573 buf << FX_BSTRC("/X") << ps_fontnum << FX_BSTRC(" Ff/CharProcs get begin/")
600 buf << FX_BSTRC("/X") << ps_fontnum << FX_BSTRC(" Ff/Encoding get ") << ps_glyphindex
629 int ps_fontnum, ps_glyphindex; local
630 FindPSFontGlyph(pFaceCache, pFont, pCharPos[i], ps_fontnum, ps_glyphindex);
631 if (last_fontnum != ps_fontnum) {
632 buf << FX_BSTRC("/X") << ps_fontnum << FX_BSTRC(" Ff ") << font_size
    [all...]
  /external/pdfium/core/include/fxge/
fx_ge.h 729 void FindPSFontGlyph(CFX_FaceCache* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, int& ps_fontnum, int &ps_glyphindex);

Completed in 45 milliseconds