HomeSort by relevance Sort by last modified time
    Searched refs:ps_glyphindex (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)
523 ps_glyphindex = j;
548 ps_glyphindex = pPSFont->m_nGlyphs;
549 pPSFont->m_Glyphs[ps_glyphindex].m_GlyphIndex = charpos.m_GlyphIndex;
550 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont;
551 pPSFont->m_Glyphs[ps_glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust;
553 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0];
554 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[1] = charpos.m_AdjustMatrix[1];
555 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[2] = charpos.m_AdjustMatrix[2];
556 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[3] = charpos.m_AdjustMatrix[3];
629 int ps_fontnum, ps_glyphindex; local
    [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 165 milliseconds