Searched refs:glyphindex (Results 1 – 1 of 1) sorted by relevance
516 int glyphindex = pPSFont->m_nGlyphs; in FindPSFontGlyph() local517 *ps_glyphindex = glyphindex; in FindPSFontGlyph()518 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph()519 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont; in FindPSFontGlyph()520 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()522 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]; in FindPSFontGlyph()523 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[1] = charpos.m_AdjustMatrix[1]; in FindPSFontGlyph()524 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[2] = charpos.m_AdjustMatrix[2]; in FindPSFontGlyph()525 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[3] = charpos.m_AdjustMatrix[3]; in FindPSFontGlyph()545 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex in FindPSFontGlyph()[all …]