Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp500 int& ps_fontnum, int &ps_glyphindex) in FindPSFontGlyph() argument
513 ps_glyphindex = j; in FindPSFontGlyph()
535 ps_glyphindex = pPSFont->m_nGlyphs; in FindPSFontGlyph()
536 pPSFont->m_Glyphs[ps_glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph()
537 pPSFont->m_Glyphs[ps_glyphindex].m_pFont = pFont; in FindPSFontGlyph()
538 pPSFont->m_Glyphs[ps_glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()
540 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]; in FindPSFontGlyph()
541 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[1] = charpos.m_AdjustMatrix[1]; in FindPSFontGlyph()
542 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[2] = charpos.m_AdjustMatrix[2]; in FindPSFontGlyph()
543 pPSFont->m_Glyphs[ps_glyphindex].m_AdjustMatrix[3] = charpos.m_AdjustMatrix[3]; in FindPSFontGlyph()
[all …]
/external/pdfium/core/include/fxge/
Dfx_ge.h727 …* pFaceCache, CFX_Font* pFont, const FXTEXT_CHARPOS& charpos, int& ps_fontnum, int &ps_glyphindex);