Searched refs:pNewGlyphWidths (Results 1 – 1 of 1) sorted by relevance
1169 sal_Int32* pNewGlyphWidths = (sal_Int32*)alloca( mnGlyphCount * sizeof(sal_Int32) ); in ApplyDXArray() local1171 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 26 milliseconds