Home
last modified time | relevance | path

Searched refs:fX (Results 1 – 25 of 81) sorted by last modified time

1234

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx777 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 …]
H A Datslayout.cxx810 const Fixed nFixedPos = mnBaseAdv + aCaret0.fX; in GetCaretPositions()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx199 void ImplTranslate( const double& fX, const double& fY, sal_uInt32 nMode = PS_RET );
200 void ImplScale( const double& fX, const double& fY, sal_uInt32 nMode = PS_RET );
1442 void PSWriter::ImplTranslate( const double& fX, const double& fY, sal_uInt32 nMode ) in ImplTranslate() argument
1444 ImplWriteDouble( fX ); in ImplTranslate()
1452 void PSWriter::ImplScale( const double& fX, const double& fY, sal_uInt32 nMode ) in ImplScale() argument
1454 ImplWriteDouble( fX ); in ImplScale()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1169 if ( fX < fFocusX ) in ApplyRectangularGradientAsBitmap()
1173 if ( fX > fY ) in ApplyRectangularGradientAsBitmap()
1176 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1180 if ( fX > ( 1 - fY ) ) in ApplyRectangularGradientAsBitmap()
1183 fDist = fX, fD = fFocusX; in ApplyRectangularGradientAsBitmap()
1190 if ( ( 1 - fX ) > fY ) in ApplyRectangularGradientAsBitmap()
1197 if ( ( 1 - fX ) > ( 1 - fY ) ) in ApplyRectangularGradientAsBitmap()
4003 double fX = nContrast; in ImportGraphic() local
4004 fX /= 0x10000; in ImportGraphic()
4005 fX /= 51; // 50 + 1 to round in ImportGraphic()
[all …]
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx604 sal_Int32 fX = rPoint.X() - rPt0.X(); in InsertMissingOutlinePoints() local
607 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
619 sal_Int32 fX = rPoint.X() - rPt0.X(); in InsertMissingOutlinePoints() local
622 … rPoly.Insert( i, Point( (sal_Int32)( rPt0.X() + fX * fd ), (sal_Int32)( rPt0.Y() + fY * fd ) ) ); in InsertMissingOutlinePoints()
632 void GetPoint( const Polygon& rPoly, const std::vector< double >& rDistances, const double& fX, dou… in GetPoint() argument
637 …tor< double >::const_iterator aIter = std::lower_bound( rDistances.begin(), rDistances.end(), fX ); in GetPoint()
644 if ( nIdx && ( aIter != rDistances.end() ) && ( *aIter != fX ) ) in GetPoint()
648 double fd = ( 1.0 / ( *aIter - fDist0 ) ) * ( fX - fDist0 ); in GetPoint()
785 double fX = (double)rPoint.X() / (double)nWidth; in FitTextOutlinesToShapeOutlines() local
789 GetPoint( rOutlinePoly, vDistances, fX, fx1, fy1 ); in FitTextOutlinesToShapeOutlines()
[all …]
H A DEnhancedCustomShape3d.cxx265 double fX = rPoint3D.getX() - fOriginX; in Transform2D() local
268 aPoint2D.X() = (sal_Int32)(( fX - fViewPoint.getX() ) * f + fViewPoint.getX() + fOriginX ); in Transform2D()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1154 double fX = (double) nThumb / nRange; in VirtHScrollHdl() local
1163 long nTargetPos = (long)(fX * nViewWidth); in VirtHScrollHdl()
H A Dsdwindow.cxx784 void Window::SetVisibleXY(double fX, double fY) in SetVisibleXY() argument
789 if ( fX >= 0 ) in SetVisibleXY()
790 maWinPos.X() = (long) (fX * maViewSize.Width()); in SetVisibleXY()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1260 fX = fGuess; in RateIteration()
1274 fGeoSeriesDerivation = fNper * fPowNminus1 / fX - fGeoSeries / fX; in RateIteration()
1289 fX = fXnew; in RateIteration()
1309 fGeoSeries = (pow( 1.0+fX, fNper) - 1.0) / fX; in RateIteration()
1310 fGeoSeriesDerivation = fNper * pow( 1.0+fX, fNper-1.0) / fX - fGeoSeries / fX; in RateIteration()
1325 fX = fXnew; in RateIteration()
1722 fX += fDiff; in ScBackSolver()
1729 fBestX = fX; in ScBackSolver()
1736 fBestX = fX; in ScBackSolver()
1749 fXPrev = fX; in ScBackSolver()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx336 BitmapColor BitmapReadAccess::GetInterpolatedColorWithFallback( double fY, double fX, const BitmapC… in GetInterpolatedColorWithFallback() argument
340 if(mpBuffer && fX >= 0.0 && fY >= 0.0) in GetInterpolatedColorWithFallback()
342 const sal_Int32 nX(static_cast< sal_Int32 >(fX)); in GetInterpolatedColorWithFallback()
351 sal_Int16 nDeltaX((fX - (nX + 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()
431 const sal_Int32 nX(static_cast< sal_Int32 >(fX)); in GetColorWithFallback()
H A Dpdfwriter_impl.cxx8929 double fX = (double)aPoint.X(); in calcAngle() local
8935 fX = fX*((double)rRect.GetHeight()/(double)rRect.GetWidth()); in calcAngle()
8936 return atan2( fY, fX ); in calcAngle()
H A Dsallayout.cxx809 double fX = aOfs.X(); in GetDrawPosition() local
811 long nX = static_cast<long>( +fCos * fX + fSin * fY ); in GetDrawPosition()
812 long nY = static_cast<long>( +fCos * fY - fSin * fX ); in GetDrawPosition()
H A Doutdev4.cxx1337 double fX, fY; in ImplDrawHatchLine() local
1353 if( rLine.Intersection( aCurSegment, fX, fY ) ) in ImplDrawHatchLine()
1355 if( ( fabs( fX - aCurSegment.GetStart().X() ) <= 0.0000001 ) && in ImplDrawHatchLine()
1368 else if( ( fabs( fX - aCurSegment.GetEnd().X() ) <= 0.0000001 ) && in ImplDrawHatchLine()
1383 pPtBuffer[ nPCounter++ ] = Point( FRound( fX ), FRound( fY ) ); in ImplDrawHatchLine()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx182 double fX = 0.0; in impl_execute() local
184 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
191 aRotateAnglePropPair.First.Value >>= fX; in impl_execute()
195 fX += nDiff; in impl_execute()
198 aRotateAnglePropPair.First.Value <<= fX; in impl_execute()
/trunk/main/svx/source/xoutdev/
H A Dxattr.cxx1697 double fX, fY; in streamInB2DPolyPolygon() local
1698 rIn >> fX; in streamInB2DPolyPolygon()
1700 aCandidate.append(basegfx::B2DPoint(fX, fY)); in streamInB2DPolyPolygon()
1709 rIn >> fX; in streamInB2DPolyPolygon()
1711 aCandidate.setPrevControlPoint(b, basegfx::B2DVector(fX, fY)); in streamInB2DPolyPolygon()
1713 rIn >> fX; in streamInB2DPolyPolygon()
1715 aCandidate.setNextControlPoint(b, basegfx::B2DVector(fX, fY)); in streamInB2DPolyPolygon()
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx1284 SdXMLImExViewBox::SdXMLImExViewBox(double fX, double fY, double fW, double fH) in SdXMLImExViewBox() argument
1285 : mfX( fX ), in SdXMLImExViewBox()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3177 double fX = aRelativePosition.Primary * rPageSize.Width; in exportRegressionCurve() local
3180 aPos.X = static_cast< sal_Int32 >( ::rtl::math::round( fX )); in exportRegressionCurve()
/trunk/main/xmloff/inc/
H A Dxexptran.hxx125 SdXMLImExViewBox(double fX = 0.0, double fY = 0.0, double fW = 1000.0, double fH = 1000.0);
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1249 double fX = nIntValue; in ProcessShapeOptions() local
1250 fX /= 0x10000; in ProcessShapeOptions()
1251 fX /= 51; // 50 + 1 to round in ProcessShapeOptions()
1252 fX = 1/fX; in ProcessShapeOptions()
1253 m_pImpl->nContrast = static_cast<sal_Int32>(fX); in ProcessShapeOptions()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx423 double fX = double(aSubSize.Width())/double(aSampleTextSize.Width()); in Paint() local
425 double fScale = (fX < fY) ? fX : fY; in Paint()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx250 float fX = r.mnWidth ? r.mnWidth : r.mnHeight; in getXPixelsPerEm() local
251 return fX; in getXPixelsPerEm()
320 advance.fX = 0; in getGlyphAdvance()
325 advance.fX = rGM.GetCharWidth(); in getGlyphAdvance()
406 struct IcuPosition{ float fX, fY; }; in operator ()() member
467 mpIcuLE->getGlyphPositions( &pGlyphPositions->fX, rcIcu ); in operator ()()
540 aNewPos = Point( (int)(pPos->fX+0.5), (int)(pPos->fY+0.5) ); in operator ()()
559 nNewWidth = static_cast<int>(pNextPos->fX - pPos->fX); in operator ()()
572 nNewWidth = static_cast<int>(pNextPos->fX - pPos->fX); in operator ()()
637 aNewPos = Point( (int)(pPos->fX+0.5), (int)(pPos->fY+0.5) ); in operator ()()
/trunk/main/vcl/inc/vcl/
H A Dbmpacc.hxx176 …BitmapColor GetInterpolatedColorWithFallback( double fY, double fX, const BitmapColor& rFallback )…
180 BitmapColor GetColorWithFallback( double fY, double fX, const BitmapColor& rFallback ) const;
/trunk/main/tools/source/generic/
H A Dline.cxx48 double fX, fY; in Intersection() local
51 if( Intersection( rLine, fX, fY ) ) in Intersection()
53 rIntersection.X() = FRound( fX ); in Intersection()
/trunk/main/tools/inc/tools/
H A Dvector2d.hxx42 inline Vector2D( double fX, double fY ) : mfX( fX ), mfY( fY ) {} in Vector2D() argument
/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx61 void Viewport3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument
63 aViewWin.X = fX; in SetViewWindow()

Completed in 304 milliseconds

1234