Home
last modified time | relevance | path

Searched refs:fAngle (Results 1 – 25 of 55) sorted by relevance

123

/trunk/main/basegfx/source/tools/
H A Dgradienttools.cxx59 double fAngle, in init1DGradientInfo() argument
64 fAngle = -fAngle; in init1DGradientInfo()
130 double fAngle, in initEllipticalGradientInfo() argument
135 fAngle = -fAngle; in initEllipticalGradientInfo()
199 double fAngle, in initRectGradientInfo() argument
204 fAngle = -fAngle; in initRectGradientInfo()
280 fAngle, in createLinearODFGradientInfo()
294 fAngle, in createAxialODFGradientInfo()
325 fAngle, in createEllipticalODFGradientInfo()
341 fAngle, in createSquareODFGradientInfo()
[all …]
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx270 if( fAngle < 0.0 ) in ImplGetMousePointer()
271 fAngle += 360.; in ImplGetMousePointer()
275 if( fAngle >= 22.5 && fAngle <= 67.5 ) in ImplGetMousePointer()
277 else if( fAngle >= 67.5 && fAngle <= 112.5 ) in ImplGetMousePointer()
279 else if( fAngle >= 112.5 && fAngle <= 157.5 ) in ImplGetMousePointer()
281 else if( fAngle >= 157.5 && fAngle <= 202.5 ) in ImplGetMousePointer()
283 else if( fAngle >= 202.5 && fAngle <= 247.5 ) in ImplGetMousePointer()
285 else if( fAngle >= 247.5 && fAngle <= 292.5 ) in ImplGetMousePointer()
287 else if( fAngle >= 292.5 && fAngle <= 337.5 ) in ImplGetMousePointer()
294 if( fAngle >= 270. || fAngle <= 90. ) in ImplGetMousePointer()
[all …]
/trunk/main/drawinglayer/source/texture/
H A Dtexture.cxx120 double fAngle) in GeoTexSvxGradientLinear() argument
130 fAngle); in GeoTexSvxGradientLinear()
216 double fAngle) in GeoTexSvxGradientAxial() argument
225 fAngle); in GeoTexSvxGradientAxial()
359 double fAngle) in GeoTexSvxGradientElliptical() argument
367 fAngle); in GeoTexSvxGradientElliptical()
436 double fAngle) in GeoTexSvxGradientSquare() argument
444 fAngle); in GeoTexSvxGradientSquare()
495 double fAngle) in GeoTexSvxGradientRect() argument
503 fAngle); in GeoTexSvxGradientRect()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DChartInDraw.java245 double fAngle = 10.0; in testThreeD() local
246 double fCosX = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
247 double fSinX = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
250 fAngle = -20.0; in testThreeD()
251 double fCosY = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
252 double fSinY = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
255 fAngle = -5.0; in testThreeD()
256 double fCosZ = java.lang.Math.cos( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
257 double fSinZ = java.lang.Math.sin( java.lang.Math.PI / 180.0 * fAngle ); in testThreeD()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1002 double fAngle = bVert ? GetVerDiagAngle( rRect ) : GetHorDiagAngle( rRect ); in lclGetDiagLineEnds() local
1006 …ong nTOffs = bTLBR ? GetTLDiagOffset( 0, nDiagOffs, fAngle ) : GetTRDiagOffset( 0, nDiagOffs, fAng… in lclGetDiagLineEnds()
1007 …ong nBOffs = bTLBR ? GetBRDiagOffset( 0, nDiagOffs, fAngle ) : GetBLDiagOffset( 0, nDiagOffs, fAng… in lclGetDiagLineEnds()
1351 long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetTLDiagOffset() argument
1353 return lclD2L( nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetTLDiagOffset()
1356 long GetBLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetBLDiagOffset() argument
1358 return lclD2L( -nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetBLDiagOffset()
1361 long GetBRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetBRDiagOffset() argument
1363 return -lclD2L( -nVerOffs / tan( fAngle ) - nDiagOffs / sin( fAngle ) ); in GetBRDiagOffset()
1366 long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle ) in GetTRDiagOffset() argument
[all …]
H A Dframelinkarray.cxx258 double fAngle = 0.0; in GetHorDiagAngle() local
273 fAngle = frame::GetHorDiagAngle( nWidth + 1, nHeight + 1 ); in GetHorDiagAngle()
276 return fAngle; in GetHorDiagAngle()
281 double fAngle = GetHorDiagAngle( nCol, nRow, bSimple ); in GetVerDiagAngle() local
282 return (fAngle > 0.0) ? (F_PI2 - fAngle) : 0.0; in GetVerDiagAngle()
1060 double fAngle = mxImpl->GetHorDiagAngle( nFirstCol, nRow ); in DrawRange() local
1081 fAngle = mxImpl->GetHorDiagAngle( nCol, nRow ); in DrawRange()
1090 DiagStyle aLFromBR( GetCellStyleTL( nCol, nRow ), fAngle ); in DrawRange()
1096 DiagStyle aRFromBL( GetCellStyleTR( nCol, nRow ), fAngle ); in DrawRange()
1139 double fAngle = mxImpl->GetVerDiagAngle( nCol, nFirstRow ); in DrawRange() local
[all …]
H A Ddialcontrol.cxx87 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements() local
88 double fSin = sin( fAngle ); in DrawElements()
89 double fCos = cos( fAngle ); in DrawElements()
197 double fAngle = nAngle * F_PI180; in DrawBackground() local
198 long nX = static_cast< long >( -mnCenterX * cos( fAngle ) ); in DrawBackground()
199 long nY = static_cast< long >( mnCenterY * sin( fAngle ) ); in DrawBackground()
468 double fAngle = acos( nX / fH ); in HandleMouseEvent() local
469 sal_Int32 nAngle = static_cast< sal_Int32 >( fAngle / F_PI180 * 100.0 ); in HandleMouseEvent()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx232 double fAngle, in getLineJoinSegments() argument
246 const sal_uInt32 nHorSeg(basegfx::fround((fAngle / F_2PI) * (double)nSegments)); in getLineJoinSegments()
251 …segfx::tools::createUnitSphereFillPolyPolygon(nHorSeg, nVerSeg, true, F_PI2, -F_PI2, 0.0, fAngle)); in getLineJoinSegments()
274 const double fMiterAngle(fAngle/2.0); in getLineJoinSegments()
284 const double fSin(sin(-fAngle)); in getLineJoinSegments()
285 const double fCos(cos(-fAngle)); in getLineJoinSegments()
287 const double fMiterSin(bMiter ? sin(-(fAngle/2.0)) : 0.0); in getLineJoinSegments()
288 const double fMiterCos(bMiter ? cos(-(fAngle/2.0)) : 0.0); in getLineJoinSegments()
575 … const double fAngle(acos(aBack.scalar(aForw) / (fForwLen * aBack.getLength()))); // 0.0 .. F_PI2 in impCreate3DDecomposition() local
580 fAngle, in impCreate3DDecomposition()
H A Dhatchtextureprimitive3d.cxx146 const double fAngle(getHatch().getAngle()); in impCreate3DDecomposition() local
159 fAngle - F_PI4); in impCreate3DDecomposition()
170 fAngle - F_PI2); in impCreate3DDecomposition()
181 fAngle); in impCreate3DDecomposition()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx176 double fAngle = nAngle * F_PI1800; in ImplDrawLinearGradient() local
179 double fDX = fWidth * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient()
180 fHeight * fabs( sin( fAngle ) ); in ImplDrawLinearGradient()
181 double fDY = fHeight * fabs( cos( fAngle ) ) + in ImplDrawLinearGradient()
182 fWidth * fabs( sin( fAngle ) ); in ImplDrawLinearGradient()
428 const double fAngle = nAngle * F_PI1800; in ImplDrawComplexGradient() local
431 double fDX = fWidth * fabs( cos( fAngle ) ) + fHeight * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
432 double fDY = fHeight * fabs( cos( fAngle ) ) + fWidth * fabs( sin( fAngle ) ); in ImplDrawComplexGradient()
1268 const double fAngle = F_PI1800 * labs( nAngle ); in ImplCalcHatchValues() local
1269 const double fTan = tan( fAngle ); in ImplCalcHatchValues()
[all …]
/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx76 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
77 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec()
99 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
100 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aCenter, -fAngle)); in GradToVec()
123 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
124 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec()
158 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec() local
159 …t basegfx::B2DHomMatrix aTransformation(basegfx::tools::createRotateAroundPoint(aEndPos, -fAngle)); in GradToVec()
/trunk/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture.hxx132 double fAngle);
163 double fAngle);
218 double fAngle);
246 double fAngle);
274 double fAngle);
309 double fAngle);
/trunk/main/basegfx/inc/basegfx/tools/
H A Dgradienttools.hxx154 double fAngle);
202 double fAngle);
289 double fAngle);
333 double fAngle);
377 double fAngle);
/trunk/main/svx/inc/svx/
H A Dframelink.hxx197 inline explicit DiagStyle( const Style& rStyle, double fAngle ) : in DiagStyle() argument
198 Style( rStyle ), mfAngle( fAngle ) {} in DiagStyle()
321 SVX_DLLPUBLIC long GetTLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
358 long GetBLDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
378 long GetBRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
398 long GetTRDiagOffset( long nVerOffs, long nDiagOffs, double fAngle );
H A Ddef3d.hxx35 #define DEG2RAD(fAngle) (fPiDiv180 * (fAngle)) argument
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx591 double fAngle(0.0); in createAreaGeometryForEdge() local
602 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge()
608 fAngle + F_PI2, in createAreaGeometryForEdge()
639 fAngle = atan2(aTangent.getY(), aTangent.getX()); in createAreaGeometryForEdge()
646 fAngle - F_PI2, in createAreaGeometryForEdge()
702 const double fAngle(fabs(rPerpendPrev.angle(rPerpendEdge))); in createAreaGeometryForJoin() local
704 if((F_PI - fAngle) < fMiterMinimumAngle) in createAreaGeometryForJoin()
882 const double fAngle(fabs(aTangentPrev.angle(aTangentEdge))); in createAreaGeometry() local
884 if(fTools::equal(fAngle, F_PI)) in createAreaGeometry()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx183 double fAngle = 0.01745329251994 * ( 360 - rDesc.mnOrientation ); in ImplGetBitmap() local
184 double fSin = sin(fAngle); in ImplGetBitmap()
185 double fCos = cos(fAngle); in ImplGetBitmap()
189 fAngle = acos( nX / sqrt( nX * nX + nY * nY ) ) * 57.29577951308; in ImplGetBitmap()
191 fAngle = 360 - fAngle; in ImplGetBitmap()
193 if ( fAngle > 180 ) // wird das bild nach oben oder unten aufgebaut ? in ImplGetBitmap()
/trunk/main/drawinglayer/source/attribute/
H A Dfillhatchattribute.cxx53 double fAngle, in ImpFillHatchAttribute() argument
60 mfAngle(fAngle), in ImpFillHatchAttribute()
109 double fAngle, in FillHatchAttribute() argument
117 fAngle, in FillHatchAttribute()
H A Dfillgradientattribute.cxx55 double fAngle, in ImpFillGradientAttribute() argument
64 mfAngle(fAngle), in ImpFillGradientAttribute()
119 double fAngle, in FillGradientAttribute() argument
124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
/trunk/main/drawinglayer/source/primitive2d/
H A Dfillhatchprimitive2d.cxx55 const double fAngle(getFillHatch().getAngle()); in create2DDecomposition() local
81 fAngle - F_PI4); in create2DDecomposition()
94 fAngle - F_PI2); in create2DDecomposition()
107 fAngle); in create2DDecomposition()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControlBmp.cxx56 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements() local
57 double fSin = sin( fAngle ); in DrawElements()
58 double fCos = cos( fAngle ); in DrawElements()
/trunk/main/svgio/source/svgreader/
H A Dsvgmarkernode.cxx172 double fAngle(0.0); in parseAttribute() local
174 if(readAngle(aContent, nPos, fAngle, nLen)) in parseAttribute()
176 setAngle(fAngle); in parseAttribute()
H A Dsvgtools.cxx567 …bool readAngle(const rtl::OUString& rCandidate, sal_Int32& nPos, double& fAngle, const sal_Int32 n… in readAngle() argument
569 if(readNumber(rCandidate, nPos, fAngle, nLen)) in readAngle()
614 fAngle *= F_PI / 180.0; in readAngle()
619 fAngle *= F_PI / 200.0; in readAngle()
1153 double fAngle(0.0); in readTransform() local
1155 if(readAngle(rCandidate, nPos, fAngle, nLen)) in readTransform()
1172 … aMatrix = aMatrix * basegfx::tools::createRotateAroundPoint(fX, fY, fAngle); in readTransform()
1177 … aMatrix = aMatrix * basegfx::tools::createRotateB2DHomMatrix(fAngle); in readTransform()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx213 double fAngle = fUnitCircleStartAngleDegree + fUnitCircleWidthAngleDegree/2.0; in createDataPoint() local
216 …drawing::Position3D aNewOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fRadius, fLogic… in createDataPoint()
541 double fAngle = fUnitCircleStartAngleDegree + fUnitCircleWidthAngleDegree/2.0; in createShapes() local
543 …drawing::Position3D aOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fUnitCircleOuterRa… in createShapes()
544 …awing::Position3D aNewOrigin = m_pPosHelper->transformUnitCircleToScene( fAngle, fUnitCircleOuterR… in createShapes()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx361 float fAngle = 0; in exportXML() local
362 sal_Bool bSuccess = (_rValue >>= fAngle); in exportXML()
367 SvXMLUnitConverter::convertDouble(sValue, ((double)fAngle) / 10); in exportXML()

Completed in 126 milliseconds

123