Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1169 sal_Int32* pNewGlyphWidths = (sal_Int32*)alloca( mnGlyphCount * sizeof(sal_Int32) ); in ApplyDXArray() local
1171 pNewGlyphWidths[ i ] = 0; in ApplyDXArray()
1186 pNewGlyphWidths[ i ] += nDelta * mnUnitsPerPixel; in ApplyDXArray()
1200 int nNewClusterWidth = pNewGlyphWidths[i]; in ApplyDXArray()
1208 nNewClusterWidth += pNewGlyphWidths[j]; in ApplyDXArray()

Completed in 28 milliseconds