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

  /external/libvncserver/utils/
bdf2c.pl 21 $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/
cfx_psrenderer.cpp 582 int glyphindex = pPSFont->m_nGlyphs; local
583 *ps_glyphindex = glyphindex;
584 pPSFont->m_Glyphs[glyphindex].m_GlyphIndex = charpos.m_GlyphIndex;
585 pPSFont->m_Glyphs[glyphindex].m_pFont = pFont;
586 pPSFont->m_Glyphs[glyphindex].m_bGlyphAdjust = charpos.m_bGlyphAdjust;
588 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[0] = charpos.m_AdjustMatrix[0];
589 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[1] = charpos.m_AdjustMatrix[1];
590 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[2] = charpos.m_AdjustMatrix[2];
591 pPSFont->m_Glyphs[glyphindex].m_AdjustMatrix[3] = charpos.m_AdjustMatrix[3];
612 buf << "/X" << *ps_fontnum << " Ff/CharProcs get begin/" << glyphindex local
637 << glyphindex << " put\\n"; local
    [all...]

Completed in 238 milliseconds