Home
last modified time | relevance | path

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

/aoo4110/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx103 ::basegfx::B2DPoint aRightBottom( 1.0, 1.0 ); in fillLinearGradient()
108 aRightBottom*= aTextureTransform; in fillLinearGradient()
119 aRightBottom, in fillLinearGradient()
138 const ::basegfx::B2DPoint aHalfPlaneLeftBottom( (aLeftBottom + aRightBottom) * 0.5 ); in fillLinearGradient()
140 const ::basegfx::B2DPoint aHalfPlaneRightBottom( aRightBottom + aDirection ); in fillLinearGradient()
172 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aRightBottom.getX()), in fillLinearGradient()
173 static_cast<Gdiplus::REAL>(aRightBottom.getY()), in fillLinearGradient()
/aoo4110/main/sd/source/ui/dlg/
H A Ddlgsnap.cxx99 Point aRightBottom(aWorkArea.Right()-2, aWorkArea.Bottom()-2); in SdSnapLineDlg() local
100 pPV->LogicToPagePos(aRightBottom); in SdSnapLineDlg()
111 SetMetricValue( aMtrFldX, aRightBottom.X(), ePoolUnit ); in SdSnapLineDlg()
123 SetMetricValue( aMtrFldY, aRightBottom.Y(), ePoolUnit ); in SdSnapLineDlg()
/aoo4110/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx133 ::basegfx::B2DPoint aRightBottom( 1.0, 1.0 ); in fillLinearGradient()
138 aRightBottom*= rTextureTransform; in fillLinearGradient()
161 aRightBottom, in fillLinearGradient()
245 (i+1)/double(nStepCount)*aRightBottom ); in fillLinearGradient()
268 const ::basegfx::B2DPoint& rPoint4( aRightBottom + 2.0*nDiagonalLength*aDirection ); in fillLinearGradient()
/aoo4110/main/basebmp/test/
H A Dfilltest.cxx186 const basegfx::B2DRange aRightBottom(10,10,20,20); in implTestClipping() local
212 basegfx::tools::createPolygonFromRect(aRightBottom)), in implTestClipping()
/aoo4110/main/canvas/source/tools/
H A Dcanvastools.cxx1013 ::basegfx::B2DPoint aRightBottom( 1.0, 1.0 ); in calcGradientStepCount()
1018 aRightBottom*= rTotalTransform; in calcGradientStepCount()
1024 ::basegfx::B2DVector(aRightBottom-aLeftTop).getLength(), in calcGradientStepCount()
/aoo4110/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1062 Rectangle aRightBottom(aRightTop); in ImpWriteAutoLayoutInfos() local
1063 aRightBottom.Top() = long(aRightBottom.Top() + aRightBottom.GetHeight() * 1.095); in ImpWriteAutoLayoutInfos()
1068 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aRightBottom); in ImpWriteAutoLayoutInfos()

Completed in 66 milliseconds