Searched refs:fHor (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 392 const double fHor(aRectangle.getWidth()); in create2DDecompositionOfGraphic() local 413 const double fHor(aRectangle.getWidth()); in create2DDecompositionOfGraphic() local 430 const double fHor(aRectangle.getWidth()); in create2DDecompositionOfGraphic() local 443 LineInfo aLineInfo(LINE_SOLID, basegfx::fround(fHor / 50.0)); in create2DDecompositionOfGraphic() 532 const double fHor(aRectangle.getWidth()); in create2DDecompositionOfGraphic() local 667 aRectangle.Left() + basegfx::fround(fHor * 0.2), in create2DDecompositionOfGraphic() 670 aRectangle.Left() + basegfx::fround(fHor * 0.2), in create2DDecompositionOfGraphic() 673 aRectangle.Left() + basegfx::fround(fHor * 0.2), in create2DDecompositionOfGraphic() 703 aRectangle.Left() + basegfx::fround(fHor * 0.2), in create2DDecompositionOfGraphic() 706 aRectangle.Left() + basegfx::fround(fHor * 0.2), in create2DDecompositionOfGraphic() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 796 fHor = (fHor * F_PI180) - F_PI; // -PI..PI in SetPosition() 798 basegfx::B3DVector aDirection(cos(fVer) * -sin(fHor), sin(fVer), cos(fVer) * -cos(fHor)); in SetPosition() 831 mfRotateY = fHor * F_PI180; in SetPosition() 1094 double fHor, fVer; in CheckSelection() local 1095 maLightControl.GetPosition(fHor, fVer); in CheckSelection() 1103 double fHor, fVer; in move() local 1105 maLightControl.GetPosition(fHor, fVer); in move() 1106 fHor += fDeltaHor; in move() 1115 maLightControl.SetPosition(fHor, fVer); in move() 1294 double fHor, fVer; in IMPL_LINK() local [all …]
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolypolygontools.cxx | 257 inline B3DPoint getPointFromCartesian(double fVer, double fHor) in getPointFromCartesian() argument 259 const double fCosHor(cos(fHor)); in getPointFromCartesian() 260 return B3DPoint(fCosHor * cos(fVer), sin(fHor), fCosHor * -sin(fVer)); in getPointFromCartesian() 306 const double fHor(fHorStart + ((double)(b) * fHorDiffPerStep)); in createUnitSpherePolyPolygon() local 307 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 317 const double fHor(fHorStart + ((double)(a) * fHorDiffPerStep)); in createUnitSpherePolyPolygon() local 328 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 395 const double fHor(fHorStart + (((fHorStop - fHorStart) * b) / nHorSeg)); in createUnitSphereFillPolyPolygon() local 399 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSphereFillPolyPolygon() 402 aNew.append(getPointFromCartesian(fHor, fVer2)); in createUnitSphereFillPolyPolygon()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dlgctl3d.hxx | 141 void SetPosition(double fHor, double fVer);
|
Completed in 34 milliseconds