Lines Matching refs:Top

187 	aRect.Top()    -= (long)fDY;  in ImplDrawLinearGradient()
198 aMirrorRect.Top() = ( aRect.Top() + aRect.Bottom() ) / 2; in ImplDrawLinearGradient()
201 aRect.Bottom() = aMirrorRect.Top(); in ImplDrawLinearGradient()
254 aBorderRect.Bottom() = (long)( aBorderRect.Top() + fBorder ); in ImplDrawLinearGradient()
255 aRect.Top() = aBorderRect.Bottom(); in ImplDrawLinearGradient()
268 aBorderRect.Top() = (long) ( aBorderRect.Bottom() - fBorder ); in ImplDrawLinearGradient()
269 aMirrorRect.Bottom() = aBorderRect.Top(); in ImplDrawLinearGradient()
314 double fGradientLine = (double)aRect.Top(); in ImplDrawLinearGradient()
340 aRect.Top() = (long)( fGradientLine + ((double) i) * fScanInc ); in ImplDrawLinearGradient()
354 aMirrorRect.Top() = (long)( fMirrorGradientLine - (((double) i) + 1.0)* fScanInc ); in ImplDrawLinearGradient()
377 aRect.Top() = (long)( fGradientLine + ((double)nSteps) * fScanInc ); in ImplDrawLinearGradient()
439 aRect.Top() -= (long) fDY; in ImplDrawComplexGradient()
470 Point aCenter( aRect.Left() + nZWidth, aRect.Top() + nZHeight ); in ImplDrawComplexGradient()
478 aRect.Top() = aCenter.Y() - ( aSize.Height() >> 1 ); in ImplDrawComplexGradient()
521 double fScanTop = aRect.Top(); in ImplDrawComplexGradient()
544 aExtRect.Top() -= 1; in ImplDrawComplexGradient()
556 aRect.Top() = (long)( fScanTop += fScanInc ); in ImplDrawComplexGradient()
732 aRect.Top()--; in DrawGradient()
977 aVDevMap.SetOrigin( Point( -aDstRect.Left(), -aDstRect.Top() ) ); in DrawGradient()
1027 aRect.Top()--; in AddGradientActions()
1181 …aRect.Left() -= nLogPixelWidth; aRect.Top() -= nLogPixelWidth; aRect.Right() += nLogPixelWidth; aR… in ImplDrawHatch()
1243 if( aRef.Y() <= rRect.Top() ) in ImplCalcHatchValues()
1244 nOffset = ( ( rRect.Top() - aRef.Y() ) % nDist ); in ImplCalcHatchValues()
1246 nOffset = ( nDist - ( ( aRef.Y() - rRect.Top() ) % nDist ) ); in ImplCalcHatchValues()
1278 rPt2 = Point( rRect.Right(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1285 rPt2 = Point( rRect.Left(), rRect.Top() - nYOff ); in ImplCalcHatchValues()
1302 const long nXOff = FRound( ( rRect.Bottom() - rRect.Top() ) / fTan ); in ImplCalcHatchValues()
1311 rEndPt1 = Point( rRect.Right() + nXOff, rRect.Top() ); in ImplCalcHatchValues()
1317 rPt2 = Point( rRect.Left() - nXOff, rRect.Top() ); in ImplCalcHatchValues()