Searched refs:pGlyphPos (Results 1 – 1 of 1) sorted by relevance
2334 long* const pGlyphPos = (long*)alloca( (mnGlyphCount+1) * sizeof(long) ); local2336 pGlyphPos[ i ] = -1;2353 pGlyphPos[ i ] = nXPos;2357 pGlyphPos[ i ] = nXPos;2370 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j ];2371 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j+1 ];2376 pCaretXArray[ nCurrIdx ] = pGlyphPos[ j+1 ];2377 pCaretXArray[ nCurrIdx+1 ] = pGlyphPos[ j ];
Completed in 49 milliseconds