Home
last modified time | relevance | path

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

/external/libvncserver/utils/
Dbdf2c.pl21 $glyphindex=$1;
28 @encodings[$glyphindex*5..($glyphindex*5+4)]=($counter,$width,$height,$x,$y);
30 $encodings[$glyphindex*5+1]=$dwidth;
40 $out.=" /* $glyphindex */\n";
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp572 int glyphindex = pPSFont->m_nGlyphs; in FindPSFontGlyph() local
573 *ps_glyphindex = glyphindex; in FindPSFontGlyph()
574 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex; in FindPSFontGlyph()
575 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont; in FindPSFontGlyph()
576 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust; in FindPSFontGlyph()
578 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0]; in FindPSFontGlyph()
579 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[1] = charpos.m_AdjustMatrix[1]; in FindPSFontGlyph()
580 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[2] = charpos.m_AdjustMatrix[2]; in FindPSFontGlyph()
581 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[3] = charpos.m_AdjustMatrix[3]; in FindPSFontGlyph()
602 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex in FindPSFontGlyph()
[all …]