Home
last modified time | relevance | path

Searched refs:pG2 (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1383 GlyphItem* pG2 = pNewGlyphItems; in KashidaJustify() local
1385 for( i = mnGlyphCount; --i >= 0; ++pG1, ++pG2 ) in KashidaJustify()
1388 *pG2 = *pG1; in KashidaJustify()
1408 *(pG2++) = GlyphItem( pG1->mnCharPos, nKashidaIndex, aPos, in KashidaJustify()
1419 pG2[-1].mnNewWidth += nGapWidth; // adjust kashida width to gap width in KashidaJustify()
1420 pG2[-1].maLinearPos.X() += nGapWidth; in KashidaJustify()
1425 *pG2 = *pG1; in KashidaJustify()
1426 pG2->maLinearPos.X() = aPos.X(); in KashidaJustify()
1427 pG2->mnNewWidth = pG2->mnOrigWidth; in KashidaJustify()
1431 DBG_ASSERT( mnGlyphCapacity >= pG2-pNewGlyphItems, "KashidaJustify overflow" ); in KashidaJustify()
[all …]

Completed in 34 milliseconds