Searched refs:pG1 (Results 1 – 1 of 1) sorted by relevance
1358 const GlyphItem* pG1 = mpGlyphItems; in KashidaJustify() local1360 for( i = 0; i < mnGlyphCount; ++i, ++pG1 ) in KashidaJustify()1363 if( !pG1->IsRTLGlyph() ) in KashidaJustify()1366 if( IsSpacingGlyph( pG1->maGlyphId ) ) in KashidaJustify()1370 const int nGapWidth = pG1->mnNewWidth - pG1->mnOrigWidth; in KashidaJustify()1384 pG1 = mpGlyphItems; in KashidaJustify()1388 *pG2 = *pG1; in KashidaJustify()1391 if( !pG1->IsRTLGlyph() ) in KashidaJustify()1398 int nGapWidth = pG1->mnNewWidth - pG1->mnOrigWidth; in KashidaJustify()1404 Point aPos = pG1->maLinearPos; in KashidaJustify()[all …]
Completed in 13 milliseconds