Lines Matching refs:nXPos
743 long nXPos = mnBaseAdv; local
749 pCaretXArray[ i ] = nXPos;
750 nXPos += mpGlyphAdvances[ i>>1 ];
751 pCaretXArray[ i+1 ] = nXPos;
764 long nXRight = nXPos + mpCharWidths[ nCurrIdx ];
769 pCaretXArray[ nCurrIdx ] = nXPos;
776 pCaretXArray[ nCurrIdx+1 ] = nXPos;
778 nXPos += mpGlyphAdvances[ i ];
913 int nXPos = mnBaseAdv; local
915 nXPos += mpGlyphAdvances[i];
918 int nDelta = nNewXPos - nXPos;
2338 long nXPos = 0; local
2347 nXPos = rVisualItem.mnXOffset;
2353 pGlyphPos[ i ] = nXPos;
2354 nXPos += mpGlyphAdvances[ i ];
2357 pGlyphPos[ i ] = nXPos;
2384 nXPos = 0;
2389 nXPos = pCaretXArray[ i ];
2391 pCaretXArray[ i ] = nXPos;