Searched refs:aRightBottom (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 103 ::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()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | dlgsnap.cxx | 99 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()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 133 ::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()
|
/aoo42x/main/basebmp/test/ |
H A D | filltest.cxx | 168 const basegfx::B2DRange aRightBottom(10,10,20,20); in implTestClipping() local 191 basegfx::tools::createPolygonFromRect(aRightBottom)), in implTestClipping()
|
/aoo42x/main/canvas/source/tools/ |
H A D | canvastools.cxx | 1013 ::basegfx::B2DPoint aRightBottom( 1.0, 1.0 ); in calcGradientStepCount() 1018 aRightBottom*= rTotalTransform; in calcGradientStepCount() 1024 ::basegfx::B2DVector(aRightBottom-aLeftTop).getLength(), in calcGradientStepCount()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1062 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 105 milliseconds