| /aoo42x/main/chart2/source/view/main/ | 
| H A D | ShapeFactory.cxx | 1443             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1452             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1461             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1504             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1510             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1516             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1563             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1580             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1596             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() 1608             *pInnerSequenceY++ = fY;  in createPolyPolygon_Symbol() [all …] 
 | 
| H A D | PlottingPositionHelper.cxx | 189     this->doLogicScaling( &fX,&fY,&fZ );  in transformLogicToScene() 191         this->clipScaledLogicValues( &fX,&fY,&fZ );  in transformLogicToScene() 202     drawing::Position3D aPos( fX, fY, fZ);  in transformScaledLogicToScene() 245             double& fY = yValues[nP];  in transformScaledLogicToScene()  local 249             fY = aScenePosition.PositionY;  in transformScaledLogicToScene() 510         clipLogicValues( &fX, &fY, &fZ );  in transformToAngleDegree() 511         doLogicScaling( &fX, &fY, &fZ );  in transformToAngleDegree() 535             doLogicScaling( &fX, &fY, 0 );  in transformToRadius() 573         this->clipLogicValues( &fX,&fY,&fZ );  in transformLogicToScene() 602             std::swap(fY,fZ);  in transformUnitCircleToScene() [all …] 
 | 
| H A D | Linear3DTransformation.cxx | 52     double fY = rSourceValues[1];  in transform()  local 55         std::swap(fX,fY);  in transform() 60          + m_Matrix.Line1.Column2 * fY  in transform() 66 	     + m_Matrix.Line2.Column2 * fY  in transform() 72 	     + m_Matrix.Line3.Column2 * fY  in transform() 78 		 + m_Matrix.Line4.Column2 * fY  in transform()
  | 
| /aoo42x/main/svgio/source/svgreader/ | 
| H A D | svgsvgnode.cxx | 353 …               double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0);  in decomposeSvgNode()  local 404                             fY = getY().getNumber() * 0.01 * fHReference;  in decomposeSvgNode() 419                             const basegfx::B2DRange aTarget(fX, fY, fX + fW, fY + fH);  in decomposeSvgNode() 467                             if(!basegfx::fTools::equalZero(fX) || !basegfx::fTools::equalZero(fY))  in decomposeSvgNode() 472                                         basegfx::tools::createTranslateB2DHomMatrix(fX, fY),  in decomposeSvgNode() 483                                             basegfx::B2DRange(fX, fY, fX + fW, fY + fH))),  in decomposeSvgNode() 693 …               double fY( bYIsAbsolute && getY().isSet() ? getY().solveNonPercentage(*this) : 0.0);  in getCurrentViewPort()  local 697                         return basegfx::B2DRange(fX, fY, fX+fW, fY+fH);  in getCurrentViewPort() 728                                 fY = getY().getNumber() * 0.01 * fHReference;  in getCurrentViewPort() 740                             return basegfx::B2DRange(fX, fY, fX+fW, fY+fH);  in getCurrentViewPort()
  | 
| H A D | svgmasknode.cxx | 230 …const double fY(Unit_percent == getY().getUnit() ? getY().getNumber() * 0.01 : getY().getNumber());  in apply()  local 236                                 aContentRange.getMinY() + (fY * fContentHeight),  in apply() 238                                 aContentRange.getMinY() + ((fY + fH) * fContentHeight));  in apply() 243 …                          const double fY(getY().isSet() ? getY().solve(*this, ycoordinate) : 0.0);  in apply()  local 247                                 fY,  in apply() 249 …                         fY + (getHeight().isSet() ? getHeight().solve(*this, ycoordinate) : 0.0));  in apply()
  | 
| /aoo42x/main/chart2/source/view/inc/ | 
| H A D | PlottingPositionHelper.hxx | 71     inline bool   isSameForGivenResolution( double fX, double fY, double fZ 75     inline bool   isLogicVisible( double fX, double fY, double fZ ) const; 88             transformLogicToScene( double fX, double fY, double fZ, bool bClip ) const; 91             transformScaledLogicToScene( double fX, double fY, double fZ, bool bClip ) const; 189             transformLogicToScene( double fX, double fY, double fZ, bool bClip ) const; 191             transformScaledLogicToScene( double fX, double fY, double fZ, bool bClip ) const; 263 bool PlottingPositionHelper::isSameForGivenResolution( double fX, double fY, double fZ  in isSameForGivenResolution()  argument 266     if( !::rtl::math::isFinite(fX) || !::rtl::math::isFinite(fY) || !::rtl::math::isFinite(fZ)  in isSameForGivenResolution() 283 …bool bSameY = ( static_cast<sal_Int32>(m_nYResolution*(fY - fScaledMinY)/(fScaledMaxY-fScaledMinY))  in isSameForGivenResolution() 304     double fX, double fY, double fZ ) const  in isLogicVisible()  argument [all …] 
 | 
| /aoo42x/main/drawinglayer/source/texture/ | 
| H A D | texture3d.cxx | 257             double fY(rUV.getY() - maTopLeft.getY());  in impGetCorrected()  local 261 …const sal_Int32 nCol(static_cast< sal_Int32 >((fY < 0.0 ? maSize.getY() -fY : fY) / maSize.getY())…  in impGetCorrected() 274                     fY += mfOffsetY * maSize.getY();  in impGetCorrected() 279             fY = fmod(fY, maSize.getY());  in impGetCorrected() 286             if(fY < 0.0)  in impGetCorrected() 288                 fY += maSize.getY();  in impGetCorrected() 291             return basegfx::B2DPoint(fX + maTopLeft.getX(), fY + maTopLeft.getY());  in impGetCorrected()
  | 
| /aoo42x/main/canvas/source/cairo/ | 
| H A D | cairo_spritehelper.cxx | 110                 double fX, fY;  in redraw()  local 113                 fY = rPos.getY();  in redraw() 126                     cairo_matrix_transform_distance( &aInverseMatrix, &fX, &fY );  in redraw() 132                 fY = basegfx::fround( fY );  in redraw() 136                 cairo_translate( pCairo.get(), fX, fY );  in redraw() 151                 OSL_TRACE ("aSize %f x %f position: %f,%f", aSize.getX(), aSize.getY(), fX, fY );  in redraw() 160                                           fX, fY );  in redraw()
  | 
| /aoo42x/main/chart2/source/view/charttypes/ | 
| H A D | BarChart.cxx | 152     double fY = fScaledUpperYValue;  in getLabelScreenPositionAndAlignment()  local 164                 fY = bReverse ? fScaledLowerYValue : fScaledUpperYValue;  in getLabelScreenPositionAndAlignment() 171                 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0;  in getLabelScreenPositionAndAlignment() 181                 fY = bReverse ? fScaledUpperYValue : fScaledLowerYValue;  in getLabelScreenPositionAndAlignment() 188                 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0;  in getLabelScreenPositionAndAlignment() 198                 fY = bReverse ? fScaledUpperYValue : fScaledLowerYValue;  in getLabelScreenPositionAndAlignment() 205                 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0;  in getLabelScreenPositionAndAlignment() 215                 fY = bReverse ? fScaledLowerYValue : fScaledUpperYValue;  in getLabelScreenPositionAndAlignment() 222                 fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0;  in getLabelScreenPositionAndAlignment() 262         fY -= (fScaledUpperYValue-fScaledLowerYValue)/2.0;  in getLabelScreenPositionAndAlignment() [all …] 
 | 
| H A D | VSeriesPlotter.cxx | 780     pPosHelper->doLogicScaling( 0,&fY,&fZ );  in lcl_transformMixedToScene() 782         pPosHelper->clipScaledLogicValues( &fX,&fY,&fZ );  in lcl_transformMixedToScene() 829         const double fY = aUnscaledLogicPosition.PositionY;  in createErrorBar()  local 850                 double fLocalY = fY;  in createErrorBar() 873                 double fLocalY = fY;  in createErrorBar() 1539             double fY = (*aSeriesIter)->getYValue( nN );  in getMinimumAndMaximiumYInContinuousXRange()  local 1541             if( ::rtl::math::isNan(fY) )  in getMinimumAndMaximiumYInContinuousXRange() 1543             if(rfMaxY<fY)  in getMinimumAndMaximiumYInContinuousXRange() 1544                 rfMaxY=fY;  in getMinimumAndMaximiumYInContinuousXRange() 1545             if(rfMinY>fY)  in getMinimumAndMaximiumYInContinuousXRange() [all …] 
 | 
| H A D | AreaChart.cxx | 430         double fY = pPosHelper->getBaseValueY();//logic grounding  in impl_createArea()  local 432             fY = pPosHelper->getLogicMinY();  in impl_createArea() 437         pPosHelper->clipLogicValues( &fMinX, &fY, 0 );  in impl_createArea() 442             pPosHelper->doLogicScaling( &fMinX, &fY, &zValue );  in impl_createArea() 446         AddPointToPoly( aPoly, drawing::Position3D( fMaxX,fY,zValue) );  in impl_createArea() 447         AddPointToPoly( aPoly, drawing::Position3D( fMinX,fY,zValue) );  in impl_createArea() 573     FormerPoint( double fX, double fY, double fZ )  in FormerPoint() 574         : m_fX(fX), m_fY(fY), m_fZ(fZ)  in FormerPoint()
  | 
| /aoo42x/main/drawinglayer/source/primitive2d/ | 
| H A D | gridprimitive2d.cxx | 183 					    for(double fY(aExtendedViewport.getMinY()); fY < aExtendedViewport.getMaxY(); fY += fStepY)  in create2DDecomposition()  local 185 						    const bool bYZero(basegfx::fTools::equalZero(fY));  in create2DDecomposition() 192     						    const basegfx::B2DPoint aViewPos(aRST * basegfx::B2DPoint(fX, fY));  in create2DDecomposition() 210 								    const basegfx::B2DPoint aViewPos(aRST * basegfx::B2DPoint(fF, fY));  in create2DDecomposition() 222 							    double fF(fY + fSmallStepY);  in create2DDecomposition()
  | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | bmpacc.cxx | 336 BitmapColor BitmapReadAccess::GetInterpolatedColorWithFallback( double fY, double fX, const BitmapC…  in GetInterpolatedColorWithFallback()  argument 340     if(mpBuffer && fX >= 0.0 && fY >= 0.0)  in GetInterpolatedColorWithFallback() 343         const sal_Int32 nY(static_cast< sal_Int32 >(fY));  in GetInterpolatedColorWithFallback() 352             sal_Int16 nDeltaY((fY - (nY + 0.5)) * 255.0); // [-255 .. 255]  in GetInterpolatedColorWithFallback() 425 BitmapColor BitmapReadAccess::GetColorWithFallback( double fY, double fX, const BitmapColor& rFallb…  in GetColorWithFallback()  argument 429     if(mpBuffer && fX >= 0.0 && fY >= 0.0)  in GetColorWithFallback() 432         const sal_Int32 nY(static_cast< sal_Int32 >(fY));  in GetColorWithFallback()
  | 
| /aoo42x/main/basegfx/source/matrix/ | 
| H A D | b2dhommatrix.cxx | 240 	void B2DHomMatrix::translate(double fX, double fY)  in translate()  argument 242 		if(!fTools::equalZero(fX) || !fTools::equalZero(fY))  in translate() 247 			aTransMat.set(1, 2, fY);  in translate() 253 	void B2DHomMatrix::scale(double fX, double fY)  in scale()  argument 257 		if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY))  in scale() 262 			aScaleMat.set(1, 1, fY);  in scale()
  | 
| H A D | b3dhommatrix.cxx | 244 	void B3DHomMatrix::translate(double fX, double fY, double fZ)  in translate()  argument 246 		if(!fTools::equalZero(fX) || !fTools::equalZero(fY) || !fTools::equalZero(fZ))  in translate() 251 			aTransMat.set(1, 3, fY);  in translate() 258 	void B3DHomMatrix::scale(double fX, double fY, double fZ)  in scale()  argument 262 		if(!fTools::equal(fOne, fX) || !fTools::equal(fOne, fY) ||!fTools::equal(fOne, fZ))  in scale() 267 			aScaleMat.set(1, 1, fY);  in scale()
  | 
| /aoo42x/main/basegfx/inc/basegfx/point/ | 
| H A D | b2dhompoint.hxx | 108 		B2DHomPoint(double fX, double fY)   in B2DHomPoint()  argument 109 		:	maTuple(fX, fY),  in B2DHomPoint() 201 		inline void setY(double fY)  in setY()  argument 203 		    maTuple.setY(implIsHomogenized() ? fY : fY * mfW );  in setY()
  | 
| H A D | b3dhompoint.hxx | 112 		B3DHomPoint(double fX, double fY, double fZ)   in B3DHomPoint()  argument 113 		:	maTuple(fX, fY, fZ),  in B3DHomPoint() 219 		void setY(double fY)  in setY()  argument 221 			maTuple.setY(implIsHomogenized() ? fY : fY * mfW );  in setY()
  | 
| /aoo42x/main/extensions/source/scanner/ | 
| H A D | grid.cxx | 355 	for( double fY = m_fMinChunkY; fY < m_fMaxY; fY += m_fChunkY )  in drawGrid()  local 357 		drawLine( m_fMinX, fY, m_fMaxX, fY );  in drawGrid() 359 		Point aPt = transform( m_fMinX, fY );  in drawGrid() 360         std::sprintf( pBuf, "%g", fY );  in drawGrid()
  | 
| /aoo42x/main/vcl/aqua/source/gdi/ | 
| H A D | salgdi.cxx | 777 	float fX, fY;  in drawPolyLine()  local 780 	alignLinePoint( pPtAry, fX, fY );  in drawPolyLine() 781 	CGContextMoveToPoint( mrContext, fX, fY );  in drawPolyLine() 785 	    alignLinePoint( pPtAry, fX, fY );  in drawPolyLine() 786 	    CGContextAddLineToPoint( mrContext, fX, fY );  in drawPolyLine() 819         float fX, fY;  in drawPolygon()  local 820         alignLinePoint( pPtAry, fX, fY );  in drawPolygon() 821         CGContextMoveToPoint( mrContext, fX, fY );  in drawPolygon() 825             alignLinePoint( pPtAry, fX, fY );  in drawPolygon() 894 	            float fX, fY;  in drawPolyPolygon()  local [all …] 
 | 
| /aoo42x/main/vcl/source/glyphs/ | 
| H A D | gcach_layout.cxx | 258     float fY = mrServerFont.GetFontSelData().mnHeight;  in getYPixelsPerEm()  local 259     return fY;  in getYPixelsPerEm() 328     advance.fY = 0;  in getGlyphAdvance() 406     struct IcuPosition{ float fX, fY; };  in operator ()()  member 540             aNewPos = Point( (int)(pPos->fX+0.5), (int)(pPos->fY+0.5) );  in operator ()() 637         aNewPos = Point( (int)(pPos->fX+0.5), (int)(pPos->fY+0.5) );  in operator ()()
  | 
| /aoo42x/main/sc/source/core/tool/ | 
| H A D | interpr6.cxx | 50     double fY = 1.0 - fA;  in GetGammaContFraction()  local 64         fY = fY+ 1.0;  in GetGammaContFraction() 65         fNum = fY * fCount;  in GetGammaContFraction()
  | 
| /aoo42x/main/basegfx/inc/basegfx/tuple/ | 
| H A D | b2i64tuple.hxx | 68 		B2I64Tuple(sal_Int64 fX, sal_Int64 fY)   in B2I64Tuple()  argument 70 			mnY( fY )   in B2I64Tuple() 105 		void setY(sal_Int64 fY)  in setY()  argument 107 			mnY = fY;  in setY()
  | 
| H A D | b2ituple.hxx | 69 		B2ITuple(sal_Int32 fX, sal_Int32 fY)   in B2ITuple()  argument 71 			mnY( fY )   in B2ITuple() 106 		void setY(sal_Int32 fY)  in setY()  argument 108 			mnY = fY;  in setY()
  | 
| H A D | b2dtuple.hxx | 72 		B2DTuple(double fX, double fY)   in B2DTuple()  argument 74 			mfY( fY )   in B2DTuple() 116 		void setY(double fY)  in setY()  argument 118 			mfY = fY;  in setY()
  | 
| /aoo42x/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.cxx | 418 		double fY2, fY = rPt.Y();  in ImplMap()  local 420 		fX2 = fX * maXForm.eM11 + fY * maXForm.eM21 + maXForm.eDx;  in ImplMap() 421 		fY2 = fX * maXForm.eM12 + fY * maXForm.eM22 + maXForm.eDy;  in ImplMap() 1554 		double fY = aP2.Y();  in DrawText()  local 1557 			double fOrientation = acos( fX / sqrt( fX * fX + fY * fY ) ) * 57.29577951308;  in DrawText() 1558 			if ( fY > 0 )  in DrawText() 1942 void WinMtfOutput::ScaleDevExt( double fX, double fY )  in ScaleDevExt()  argument 1945 	mnDevHeight = FRound( mnDevHeight * fY );  in ScaleDevExt() 1985 void WinMtfOutput::ScaleWinExt( double fX, double fY )  in ScaleWinExt()  argument 1988 	mnWinExtY = FRound( mnWinExtY * fY );  in ScaleWinExt()
  |