Home
last modified time | relevance | path

Searched refs:fY (Results 26 – 50 of 74) sorted by relevance

123

/trunk/main/basegfx/inc/basegfx/tuple/
H A Db3dtuple.hxx78 B3DTuple(double fX, double fY, double fZ) in B3DTuple() argument
80 mfY(fY), in B3DTuple()
130 void setY(double fY) in setY() argument
132 mfY = fY; in setY()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx605 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints() local
607 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
620 sal_Int32 fY = rPoint.Y() - rPt0.Y(); in InsertMissingOutlinePoints() local
622 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
786 double fY = (double)rPoint.Y() / (double)nHeight; in FitTextOutlinesToShapeOutlines() local
793 rPoint.X() = (sal_Int32)( fx1 + fWidth * fY ); in FitTextOutlinesToShapeOutlines()
794 rPoint.Y() = (sal_Int32)( fy1 + fHeight* fY ); in FitTextOutlinesToShapeOutlines()
/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx180 const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode() local
181 const basegfx::B2DRange aRange(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
H A Dsvgimagenode.cxx217 const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0); in decomposeSvgNode() local
218 const basegfx::B2DRange aTarget(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
H A Dsvgtools.cxx978 double fY(aMinY.solve(rInfoProvider, ycoordinate)); in readViewBox() local
981 return basegfx::B2DRange(fX,fY,fX+fW,fY+fH); in readViewBox()
1167 … const double fY(aY.isSet() ? aY.solve(rInfoProvider, ycoordinate) : 0.0); in readTransform() local
1169 … if(!basegfx::fTools::equalZero(fX) || !basegfx::fTools::equalZero(fY)) in readTransform()
1172 … aMatrix = aMatrix * basegfx::tools::createRotateAroundPoint(fX, fY, fAngle); in readTransform()
/trunk/main/chart2/source/view/main/
H A DVDataSeries.cxx655 double fY = getYValue( index ); in getMinimumofAllDifferentYValues() local
656 if(fMin>fY) in getMinimumofAllDifferentYValues()
657 fMin=fY; in getMinimumofAllDifferentYValues()
691 double fY = getYValue( index ); in getMaximumofAllDifferentYValues() local
692 if(fMax<fY) in getMaximumofAllDifferentYValues()
693 fMax=fY; in getMaximumofAllDifferentYValues()
H A DVPolarTransformation.cxx68 double fY=fRadius*sin(fAnglePi); in transform() local
72 ::basegfx::B3DPoint aPoint(fX,fY,fZ); in transform()
/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.hxx72 inline DXFVector(double fX=0.0, double fY=0.0, double fZ=0.0);
177 inline DXFVector::DXFVector(double fX, double fY, double fZ) in DXFVector() argument
179 fx=fX; fy=fY; fz=fZ; in DXFVector()
/trunk/main/tools/source/generic/
H A Dline.cxx48 double fX, fY; in Intersection() local
51 if( Intersection( rLine, fX, fY ) ) in Intersection()
54 rIntersection.Y() = FRound( fY ); in Intersection()
/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx895 double fY((GetCoreValue( maMtrPosY, mePoolUnit ) + maAnchor.getY()) * fUIScale); in FillItemSet() local
904 GetTopLeftPosition(fX, fY, maRange); in FillItemSet()
907 rOutAttrs.Put(SfxInt32Item(GetWhich(SID_ATTR_TRANSFORM_POS_Y), basegfx::fround(fY))); in FillItemSet()
1144 double fY((double)maMtrPosY.GetValue()); in DeactivatePage() local
1146 GetTopLeftPosition(fX, fY, maRange); in DeactivatePage()
1148 basegfx::fround(fX), basegfx::fround(fY), in DeactivatePage()
1149 basegfx::fround(fX + maRange.getWidth()), basegfx::fround(fY + maRange.getHeight())); in DeactivatePage()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins1.cxx117 double fY = aPageSize.Height() / (double) rSize.Height(); in ScLimitSizeOnDrawPage() local
119 if ( fX < fY ) in ScLimitSizeOnDrawPage()
127 rSize.Width() = (long) ( rSize.Width() * fY ); in ScLimitSizeOnDrawPage()
/trunk/main/basegfx/inc/basegfx/point/
H A Db2dpoint.hxx67 B2DPoint(double fX, double fY) in B2DPoint() argument
68 : B2DTuple(fX, fY) in B2DPoint()
H A Db3dpoint.hxx68 B3DPoint(double fX, double fY, double fZ) in B3DPoint() argument
69 : B3DTuple(fX, fY, fZ) in B3DPoint()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2dvector.hxx66 B2DVector(double fX, double fY) in B2DVector() argument
67 : B2DTuple(fX, fY) in B2DVector()
H A Db3dvector.hxx70 B3DVector(double fX, double fY, double fZ) in B3DVector() argument
71 : B3DTuple(fX, fY, fZ) in B3DVector()
/trunk/main/basegfx/inc/basegfx/matrix/
H A Db2dhommatrix.hxx94 void translate(double fX, double fY);
97 void scale(double fX, double fY);
H A Db3dhommatrix.hxx86 void translate(double fX, double fY, double fZ);
89 void scale(double fX, double fY, double fZ);
/trunk/main/sd/source/ui/view/
H A Dviewshe2.cxx248 double fY = (double) pVScroll->GetThumbPos() / pVScroll->GetRange().Len(); in IMPL_LINK_INLINE_END() local
259 mpContentWindow->SetVisibleXY(-1, fY); in IMPL_LINK_INLINE_END()
350 double fY = (double) mpVerticalScrollBar->GetThumbPos() / in Scroll() local
353 GetActiveWindow()->SetVisibleXY(fX, fY); in Scroll()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx398 double fY = pSeries->getYValue( nPointIndex ); in createShapes() local
399 if(fY<0.0) in createShapes()
403 if( ::rtl::math::isNan(fY) ) in createShapes()
405 fLogicYSum += fabs(fY); in createShapes()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx183 double fY = 0.0; in impl_execute() local
186 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
192 aRotateAnglePropPair.Second.Value >>= fY; in impl_execute()
197 fY += nDiff; in impl_execute()
199 aRotateAnglePropPair.Second.Value <<= fY; in impl_execute()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1991 double fX = 0.0, fY = 0.0; in exportAnimateTransform() local
1995 if ( ( aPair.First >>= fX ) && ( aPair.Second >>= fY ) ) in exportAnimateTransform()
1999 fByY = (float)( fY * 100 ); in exportAnimateTransform()
2004 if ( ( aPair.First >>= fX ) && ( aPair.Second >>= fY ) ) in exportAnimateTransform()
2008 fFromY = (float)( fY * 100 ); in exportAnimateTransform()
2013 if ( ( aPair.First >>= fX ) && ( aPair.Second >>= fY ) ) in exportAnimateTransform()
2017 fToY = (float)( fY * 100 ); in exportAnimateTransform()
/trunk/main/basegfx/source/polygon/
H A Db3dpolygontools.cxx652 const double fY(fOne - ((atan2(aVector.getY(), aVector.getXZLength()) + F_PI2) / F_PI)); in applyDefaultTextureCoordinatesSphere() local
655 if(fTools::equalZero(fY)) in applyDefaultTextureCoordinatesSphere()
668 else if(fTools::equal(fY, fOne)) in applyDefaultTextureCoordinatesSphere()
703 aTexCoor.setY(fY); in applyDefaultTextureCoordinatesSphere()
/trunk/main/tools/inc/tools/
H A Dvector2d.hxx42 inline Vector2D( double fX, double fY ) : mfX( fX ), mfY( fY ) {} in Vector2D() argument
/trunk/main/chart2/source/controller/main/
H A DDragMethod_RotateDiagram.cxx130 double fY = F_PI * (double)(rPnt.X() - m_aStartPos.X()) in MoveSdrDrag() local
134 m_fAdditionalYAngleRad = fY; in MoveSdrDrag()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1337 double fX, fY; in ImplDrawHatchLine() local
1353 if( rLine.Intersection( aCurSegment, fX, fY ) ) in ImplDrawHatchLine()
1356 ( fabs( fY - aCurSegment.GetStart().Y() ) <= 0.0000001 ) ) in ImplDrawHatchLine()
1369 ( fabs( fY - aCurSegment.GetEnd().Y() ) <= 0.0000001 ) ) in ImplDrawHatchLine()
1383 pPtBuffer[ nPCounter++ ] = Point( FRound( fX ), FRound( fY ) ); in ImplDrawHatchLine()

Completed in 165 milliseconds

123