Searched refs:aRightTop (Results 1 – 7 of 7) sorted by relevance
/trunk/main/canvas/source/directx/ |
H A D | dx_canvashelper_texturefill.cxx | 102 ::basegfx::B2DPoint aRightTop( 1.0, 0.0 ); in fillLinearGradient() 107 aRightTop *= aTextureTransform; in fillLinearGradient() 118 aRightTop, in fillLinearGradient() 137 const ::basegfx::B2DPoint aHalfPlaneLeftTop( (aLeftTop + aRightTop) * 0.5 ); in fillLinearGradient() 139 const ::basegfx::B2DPoint aHalfPlaneRightTop( aRightTop + aDirection ); in fillLinearGradient() 170 static_cast<Gdiplus::REAL>(aRightTop.getX()), in fillLinearGradient() 171 static_cast<Gdiplus::REAL>(aRightTop.getY()) ); in fillLinearGradient()
|
/trunk/main/canvas/source/vcl/ |
H A D | canvashelper_texturefill.cxx | 132 ::basegfx::B2DPoint aRightTop( 1.0, 0.0 ); in fillLinearGradient() 137 aRightTop *= rTextureTransform; in fillLinearGradient() 152 ::basegfx::B2DVector aDirection( aRightTop - aLeftTop ); in fillLinearGradient() 160 aRightTop, in fillLinearGradient() 239 (i+1)/double(nStepCount)*aRightTop ); in fillLinearGradient() 264 const ::basegfx::B2DPoint& rPoint3( aRightTop + 2.0*nDiagonalLength*aDirection ); in fillLinearGradient()
|
/trunk/main/sw/source/core/text/ |
H A D | txttab.cxx | 148 Point aRightTop( nMyRight, pFrm->Frm().Top() ); in NewTabPortion() local 149 pFrm->SwitchHorizontalToVertical( aRightTop ); in NewTabPortion() 150 nMyRight = aRightTop.Y(); in NewTabPortion()
|
/trunk/main/sc/source/ui/view/ |
H A D | preview.cxx | 1302 Point aRightTop = LogicToPixel( Point( nRightMargin, -aOffset.Y() ), aMMMode ); in MouseMove() local 1315 …nRight[i] + 2 ) && ( aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightTop.X() ) && ( aPixP… in MouseMove() 1331 …else if( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) && !bLeftRulerMo… in MouseMove() 1368 …( aPixPt.X() < ( aRightTop.X() + 2 ) && aPixPt.X() > ( aRightTop.X() - 2 ) ) || bRightRulerMove ||… in MouseMove()
|
/trunk/main/basebmp/test/ |
H A D | filltest.cxx | 166 const basegfx::B2DRange aRightTop(10,-10,20,1); in implTestClipping() local 179 basegfx::tools::createPolygonFromRect(aRightTop)), in implTestClipping()
|
/trunk/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1059 Rectangle aRightTop(aLeft); in ImpWriteAutoLayoutInfos() local 1060 aRightTop.Left() = long(aRightTop.Left() + aRightTop.GetWidth() * 1.05); in ImpWriteAutoLayoutInfos() 1061 aRightTop.setHeight(long(aRightTop.GetHeight() * 0.477)); in ImpWriteAutoLayoutInfos() 1062 Rectangle aRightBottom(aRightTop); in ImpWriteAutoLayoutInfos() 1067 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aRightTop); in ImpWriteAutoLayoutInfos()
|
/trunk/main/canvas/source/tools/ |
H A D | canvastools.cxx | 1012 ::basegfx::B2DPoint aRightTop( 1.0, 0.0 ); in calcGradientStepCount() 1017 aRightTop *= rTotalTransform; in calcGradientStepCount() 1025 ::basegfx::B2DVector(aRightTop-aLeftBottom).getLength() ) + 1.0 ) ); in calcGradientStepCount()
|
Completed in 92 milliseconds