Home
last modified time | relevance | path

Searched refs:fY (Results 1 – 25 of 74) sorted by last modified time

123

/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 …]
/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
1445 ImplWriteDouble( fY ); in ImplTranslate()
1452 void PSWriter::ImplScale( const double& fX, const double& fY, sal_uInt32 nMode ) in ImplScale() argument
1455 ImplWriteDouble( fY ); in ImplScale()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1166 double fY = static_cast< double >( nY ) / aBitmapSizePixel.Height(); in ApplyRectangularGradientAsBitmap() local
1171 if ( fY < fFocusY ) in ApplyRectangularGradientAsBitmap()
1173 if ( fX > fY ) in ApplyRectangularGradientAsBitmap()
1174 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1180 if ( fX > ( 1 - fY ) ) in ApplyRectangularGradientAsBitmap()
1181 fDist = ( 1 - fY ), fD = 1 - fFocusY; in ApplyRectangularGradientAsBitmap()
1188 if ( fY < fFocusY ) in ApplyRectangularGradientAsBitmap()
1190 if ( ( 1 - fX ) > fY ) in ApplyRectangularGradientAsBitmap()
1191 fDist = fY, fD = fFocusY; in ApplyRectangularGradientAsBitmap()
1197 if ( ( 1 - fX ) > ( 1 - fY ) ) in ApplyRectangularGradientAsBitmap()
[all …]
/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()
H A DEnhancedCustomShape3d.cxx266 double fY = rPoint3D.getY() - fOriginY; in Transform2D() local
269 aPoint2D.Y() = (sal_Int32)(( fY - fViewPoint.getY() ) * f + fViewPoint.getY() + fOriginY ); in Transform2D()
H A DEnhancedCustomShape2d.cxx1151 double fY =-dx * sin( a ); in GetHandlePosition() local
1156 Round( ( fY * fYScale ) / fXScale + aReferencePoint.Y() ) ); in GetHandlePosition()
1236 double fY = fPos2; in SetHandleControllerPosition() local
1237 fPos1 = fY; in SetHandleControllerPosition()
1257 double fY = ( fPos2 - fYRef ); in SetHandleControllerPosition() local
1258 double fRadius = sqrt( fX * fX + fY * fY ); in SetHandleControllerPosition()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1184 double fY = (double) nThumb / nRange; in VirtVScrollHdl() local
1193 long nTargetPos = (long)(fY * nViewHeight); in VirtVScrollHdl()
H A Dsdwindow.cxx784 void Window::SetVisibleXY(double fX, double fY) in SetVisibleXY() argument
791 if ( fY >= 0 ) in SetVisibleXY()
792 maWinPos.Y() = (long) (fY * maViewSize.Height()); in SetVisibleXY()
/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()
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()
H A Dpdfwriter_impl.cxx8930 double fY = (double)-aPoint.Y(); in calcAngle() local
8933 fY = fY*((double)rRect.GetWidth()/(double)rRect.GetHeight()); in calcAngle()
8936 return atan2( fY, fX ); in calcAngle()
H A Dsallayout.cxx810 double fY = aOfs.Y(); 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()
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()
/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/svx/source/xoutdev/
H A Dxattr.cxx1697 double fX, fY; in streamInB2DPolyPolygon() local
1699 rIn >> fY; in streamInB2DPolyPolygon()
1700 aCandidate.append(basegfx::B2DPoint(fX, fY)); in streamInB2DPolyPolygon()
1710 rIn >> fY; in streamInB2DPolyPolygon()
1711 aCandidate.setPrevControlPoint(b, basegfx::B2DVector(fX, fY)); in streamInB2DPolyPolygon()
1714 rIn >> fY; 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
1286 mfY( fY ), in SdXMLImExViewBox()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3178 double fY = aRelativePosition.Secondary * rPageSize.Height; in exportRegressionCurve() local
3181 aPos.Y = static_cast< sal_Int32 >( ::rtl::math::round( fY )); 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/vcl/source/window/
H A Dprintdlg.cxx424 double fY = double(aSubSize.Height())/double(aSampleTextSize.Height()); in Paint() local
425 double fScale = (fX < fY) ? fX : fY; in Paint()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx258 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 ()()
/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()
54 rIntersection.Y() = FRound( fY ); 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
64 aViewWin.Y = fY; in SetViewWindow()
H A Dcamera3d.cxx98 void Camera3D::SetViewWindow(double fX, double fY, double fW, double fH) in SetViewWindow() argument
100 Viewport3D::SetViewWindow(fX, fY, fW, fH); in SetViewWindow()
/trunk/main/svx/inc/svx/
H A Dviewpt3d.hxx111 void SetViewWindow(double fX, double fY, double fW, double fH);

Completed in 261 milliseconds

123