Home
last modified time | relevance | path

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

/aoo41x/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx101 ::basegfx::B2DPoint aLeftBottom( 0.0, 1.0 ); in fillLinearGradient()
106 aLeftBottom *= aTextureTransform; in fillLinearGradient()
117 aLeftBottom, in fillLinearGradient()
133 ::basegfx::B2DVector aDirection( aLeftTop - aLeftBottom ); in fillLinearGradient()
138 const ::basegfx::B2DPoint aHalfPlaneLeftBottom( (aLeftBottom + aRightBottom) * 0.5 ); in fillLinearGradient()
174 static_cast<Gdiplus::REAL>(aLeftBottom.getX()), in fillLinearGradient()
175 static_cast<Gdiplus::REAL>(aLeftBottom.getY()) ); in fillLinearGradient()
/aoo41x/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx131 ::basegfx::B2DPoint aLeftBottom( 0.0, 1.0 ); in fillLinearGradient()
136 aLeftBottom *= rTextureTransform; in fillLinearGradient()
159 aLeftBottom, in fillLinearGradient()
196 const ::basegfx::B2DPoint& rPoint2( aLeftBottom - 2.0*nDiagonalLength*aDirection ); in fillLinearGradient()
244 (nStepCount - i-1)/double(nStepCount)*aLeftBottom + in fillLinearGradient()
/aoo41x/main/basebmp/test/
H A Dfilltest.cxx185 const basegfx::B2DRange aLeftBottom(-10,10,1,20); in implTestClipping() local
205 basegfx::tools::createPolygonFromRect(aLeftBottom)), in implTestClipping()
/aoo41x/main/canvas/source/tools/
H A Dcanvastools.cxx1011 ::basegfx::B2DPoint aLeftBottom( 0.0, 1.0 ); in calcGradientStepCount()
1016 aLeftBottom *= rTotalTransform; in calcGradientStepCount()
1025 ::basegfx::B2DVector(aRightTop-aLeftBottom).getLength() ) + 1.0 ) ); in calcGradientStepCount()
/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1102 Rectangle aLeftBottom(aLeftTop); in ImpWriteAutoLayoutInfos() local
1103 aLeftBottom.Top() = long(aLeftBottom.Top() + aLeftBottom.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos()
1107 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aLeftBottom); in ImpWriteAutoLayoutInfos()
/aoo41x/main/sc/source/ui/view/
H A Dpreview.cxx1304 …Point aLeftBottom = LogicToPixel( Point( nLeftMargin ,(long)(nHeight * HMM_PER_TWIPS - aOffset.Y… in MouseMove() local
1372 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()

Completed in 1361 milliseconds