Searched refs:nNewLeft (Results 1 – 2 of 2) sorted by relevance
427 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth() local428 setLeft(nNewLeft); in ScaleWidth()434 double nNewLeft = getLeft() - nDeltaWidth; in ScaleWidth() local435 setLeft(nNewLeft); in ScaleWidth()
332 long nNewLeft, nNewTop, nNewRight, nNewBottom; in ImplGetCropParams() local366 …nNewLeft = -FRound( ( ( pAttr->GetMirrorFlags() & BMP_MIRROR_HORZ ) ? pAttr->GetRightCrop() : pAtt… in ImplGetCropParams()367 nNewRight = nNewLeft + FRound( aSize100.Width() * fScale ) - 1; in ImplGetCropParams()370 rPt.X() += FRound( nNewLeft * fScale ); in ImplGetCropParams()371 rSz.Width() = FRound( ( nNewRight - nNewLeft + 1 ) * fScale ); in ImplGetCropParams()
Completed in 25 milliseconds