Home
last modified time | relevance | path

Searched refs:aMirrorRect (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx197 Rectangle aMirrorRect = aRect; // used in style axial in ImplDrawLinearGradient() local
198 aMirrorRect.Top() = ( aRect.Top() + aRect.Bottom() ) / 2; in ImplDrawLinearGradient()
201 aRect.Bottom() = aMirrorRect.Top(); in ImplDrawLinearGradient()
267 aBorderRect = aMirrorRect; in ImplDrawLinearGradient()
269 aMirrorRect.Bottom() = aBorderRect.Top(); in ImplDrawLinearGradient()
315 double fMirrorGradientLine = (double) aMirrorRect.Bottom(); in ImplDrawLinearGradient()
353 aMirrorRect.Bottom() = (long)( fMirrorGradientLine - ((double) i) * fScanInc ); in ImplDrawLinearGradient()
355 aPoly[0] = aMirrorRect.TopLeft(); in ImplDrawLinearGradient()
356 aPoly[1] = aMirrorRect.TopRight(); in ImplDrawLinearGradient()
357 aPoly[2] = aMirrorRect.BottomRight(); in ImplDrawLinearGradient()
[all …]

Completed in 16 milliseconds