Searched refs:nXHDelta (Results 1 – 2 of 2) sorted by relevance
215 int nXHDelta = aSize.Width() - aBoundRect.Right(); in Paint() local218 else if( nXHDelta <= 0 ) in Paint()219 aPoint.X() += nXHDelta - 1; in Paint()
390 int nXHDelta = (x + nX) - aBoundRect.Right(); in DrawChars_Impl() local393 else if( nXHDelta <= 0 ) in DrawChars_Impl()394 aPointTxTy.X() += nXHDelta - 1; in DrawChars_Impl()
Completed in 21 milliseconds