Home
last modified time | relevance | path

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

/AOO41X/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()
354 aMirrorRect.Top() = (long)( fMirrorGradientLine - (((double) i) + 1.0)* fScanInc ); in ImplDrawLinearGradient()
355 aPoly[0] = aMirrorRect.TopLeft(); in ImplDrawLinearGradient()
356 aPoly[1] = aMirrorRect.TopRight(); in ImplDrawLinearGradient()
[all …]