Home
last modified time | relevance | path

Searched refs:fround (Results 26 – 50 of 119) sorted by relevance

12345

/trunk/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx64 aActualArea.intersect( fround( rUpdateArea ) ); in repaintBackground()
319 aActualArea.intersect( fround( rUpdateArea.maTotalBounds ) ); in scrollUpdate()
343 aActualArea.intersect( fround( rTotalArea ) ); in opaqueUpdate()
363 aActualArea.intersect( fround( rTotalArea ) ); in genericUpdate()
H A Ddx_impltools.cxx423 (static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[0] ) ) << 16) | in sequenceToArgb()
424 (static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[1] ) ) << 8) | in sequenceToArgb()
425 static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[2] ) ); in sequenceToArgb()
430 aColor |= static_cast<sal_uInt8>( ::basegfx::fround( 255*rColor[3] ) ) << 24; in sequenceToArgb()
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx170 basegfx::fround(aBoundRange.getMinX()), basegfx::fround(aBoundRange.getMinY()), in TakeActionRect()
171 basegfx::fround(aBoundRange.getMaxX()), basegfx::fround(aBoundRange.getMaxY())); in TakeActionRect()
210 rPos.X() = basegfx::fround(aTransformed.getX()); in TakeDragObjAnchorPos()
211 rPos.Y() = basegfx::fround(aTransformed.getY()); in TakeDragObjAnchorPos()
H A Dsvdfmtf.cxx602 basegfx::fround(floor(std::max(0.0, aPixel.getMinX()))), in InsertObj()
603 basegfx::fround(floor(std::max(0.0, aPixel.getMinY())))); in InsertObj()
605 … basegfx::fround(ceil(std::min((double)aOrigSizePixel.Width(), aPixel.getWidth()))), in InsertObj()
606 … basegfx::fround(ceil(std::min((double)aOrigSizePixel.Height(), aPixel.getHeight())))); in InsertObj()
1615 sal_uInt8 aAlpha(basegfx::fround(fTransparence * 255.0)); in DoAction()
1655 … const sal_uInt8 aCol(basegfx::fround((1.0 - (fOpOld * fOpNew)) * 255.0)); in DoAction()
1675 … const sal_uInt8 aCol(basegfx::fround((1.0 - (fOpOld * fOpNew)) * 255.0)); in DoAction()
H A Dsvdmrkv.cxx1025 …const Point aTmpPos1(basegfx::fround(aGradTransVector.maPositionA.getX()), basegfx::fround(aGradTr… in AddDragModeHdl()
1026 …const Point aTmpPos2(basegfx::fround(aGradTransVector.maPositionB.getX()), basegfx::fround(aGradTr… in AddDragModeHdl()
1067 …const Point aTmpPos1(basegfx::fround(aGradTransVector.maPositionA.getX()), basegfx::fround(aGradTr… in AddDragModeHdl()
1068 …const Point aTmpPos2(basegfx::fround(aGradTransVector.maPositionB.getX()), basegfx::fround(aGradTr… in AddDragModeHdl()
/trunk/main/basegfx/source/vector/
H A Db3ivector.cxx33 mnX = fround( rMat.get(0,0)*mnX + rMat.get(0,1)*mnY + rMat.get(0,2)*mnZ ); in operator *=()
34 mnY = fround( rMat.get(1,0)*mnX + rMat.get(1,1)*mnY + rMat.get(1,2)*mnZ ); in operator *=()
35 mnZ = fround( rMat.get(2,0)*mnX + rMat.get(2,1)*mnY + rMat.get(2,2)*mnZ ); in operator *=()
/trunk/main/basegfx/source/tuple/
H A Db2dtuple.cxx73 B2ITuple fround(const B2DTuple& rTup) in fround() function
75 return B2ITuple(fround(rTup.getX()), fround(rTup.getY())); in fround()
/trunk/main/basegfx/source/range/
H A Db2drange.cxx61 B2IRange fround(const B2DRange& rRange) in fround() function
65 B2IRange(fround(rRange.getMinimum()), in fround()
66 fround(rRange.getMaximum())); in fround()
/trunk/main/basegfx/source/point/
H A Db3ipoint.cxx67 mnX = fround(fTempX); in operator *=()
68 mnY = fround(fTempY); in operator *=()
69 mnZ = fround(fTempZ); in operator *=()
H A Db2ipoint.cxx65 mnX = fround(fTempX); in operator *=()
66 mnY = fround(fTempY); in operator *=()
/trunk/main/sdext/source/pdfimport/misc/
H A Dpdfihelper.cxx38 const sal_uInt8 nRed ( sal::static_int_cast<sal_Int8>( basegfx::fround( rCol.Red * 255.0 ) ) ); in getColorString()
39 … const sal_uInt8 nGreen( sal::static_int_cast<sal_Int8>( basegfx::fround( rCol.Green * 255.0 ) ) ); in getColorString()
40 … const sal_uInt8 nBlue ( sal::static_int_cast<sal_Int8>( basegfx::fround( rCol.Blue * 255.0 ) ) ); in getColorString()
/trunk/main/slideshow/source/engine/
H A Dslideview.cxx253 return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()), in getLayerBoundsPixel()
254 ::basegfx::fround(aTmpRect.getMinY()), in getLayerBoundsPixel()
255 ::basegfx::fround(aTmpRect.getMaxX()) + 1, in getLayerBoundsPixel()
256 ::basegfx::fround(aTmpRect.getMaxY()) + 1 ); in getLayerBoundsPixel()
543 aMatrix.translate( -basegfx::fround(aTmpRect.getMinX()), in getTransformation()
544 -basegfx::fround(aTmpRect.getMinY()) ); in getTransformation()
/trunk/main/basegfx/source/raster/
H A Drasterconvert3d.cxx165 sal_Int32 nYStart(fround(aStart.getY())); in addEdge()
166 sal_Int32 nYEnd(fround(aEnd.getY())); in addEdge()
256 sal_Int32 nYStart(fround(aStart.getY())); in rasterconvertB3DEdge()
257 sal_Int32 nYEnd(fround(aEnd.getY())); in rasterconvertB3DEdge()
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx243 aIntegerDXArray[a] = basegfx::fround(rDXArray[a]); in getTextOutlines()
375 const sal_uInt32 nHeight(basegfx::fround(fabs(fFontScaleY))); in getVclFontFromFontAttribute()
376 const sal_uInt32 nWidth(basegfx::fround(fabs(fFontScaleX))); in getVclFontFromFontAttribute()
417 …const sal_uInt32 nScaledWidth(basegfx::fround((double)aUnscaledFontMetric.GetWidth() * fScaleFacto… in getVclFontFromFontAttribute()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx160 aViewMatrix.x0 = basegfx::fround( aViewMatrix.x0 ); in useStates()
161 aViewMatrix.y0 = basegfx::fround( aViewMatrix.y0 ); in useStates()
166 aCombinedMatrix.x0 = basegfx::fround( aCombinedMatrix.x0 ); in useStates()
167 aCombinedMatrix.y0 = basegfx::fround( aCombinedMatrix.y0 ); in useStates()
789 aScaledTextureMatrix.x0 = basegfx::fround( aScaledTextureMatrix.x0 ); in doOperation()
974 nX = basegfx::fround( nX ); in doPolyPolygonImplementation()
975 nY = basegfx::fround( nY ); in doPolyPolygonImplementation()
1322 basegfx::fround( rSize.Width * aMatrix.xx ) > 8 && in implDrawBitmapSurface()
1323 basegfx::fround( rSize.Height* aMatrix.yy ) > 8 ) in implDrawBitmapSurface()
1327 dWidth = basegfx::fround( rSize.Width * aMatrix.xx ); in implDrawBitmapSurface()
[all …]
/trunk/main/basegfx/inc/basegfx/vector/
H A Db3ivector.hxx188 mnX = fround(mnX*fLen); in setLength()
189 mnY = fround(mnY*fLen); in setLength()
190 mnZ = fround(mnZ*fLen); in setLength()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx829 const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
831 basegfx::fround(aScale.getX() + aTranslate.getX()) - aDestPt.X(), in DrawTransformedBitmapEx()
832 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
886 … const Point aDestPt(basegfx::fround(aTranslate.getX()), basegfx::fround(aTranslate.getY())); in DrawTransformedBitmapEx()
888 basegfx::fround(aScale.getX() + aTranslate.getX()) - aDestPt.X(), in DrawTransformedBitmapEx()
889 basegfx::fround(aScale.getY() + aTranslate.getY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
1026 …const Point aDestPt(basegfx::fround(aVisibleRange.getMinX()), basegfx::fround(aVisibleRange.getMin… in DrawTransformedBitmapEx()
1028 basegfx::fround(aVisibleRange.getMaxX()) - aDestPt.X(), in DrawTransformedBitmapEx()
1029 basegfx::fround(aVisibleRange.getMaxY()) - aDestPt.Y()); in DrawTransformedBitmapEx()
H A Dgdimetafiletools.cxx227 basegfx::fround(aLogicBitmapRange.getMinX()), in handleBitmapContent()
228 basegfx::fround(aLogicBitmapRange.getMinY())), in handleBitmapContent()
230 basegfx::fround(aLogicBitmapRange.getWidth()), in handleBitmapContent()
231 basegfx::fround(aLogicBitmapRange.getHeight())), in handleBitmapContent()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx158 const sal_uInt8 aTrans((sal_uInt8)255 - (sal_uInt8)basegfx::fround(fTransparency * 255.0)); in drawPolyPolygon()
228 const sal_uInt8 aTrans = (sal_uInt8)basegfx::fround( 255 * (1.0 - fTransparency) ); in drawPolyLine()
465 const long nDestWidth(basegfx::fround(basegfx::B2DVector(rX - rNull).getLength())); in drawTransformedBitmap()
466 const long nDestHeight(basegfx::fround(basegfx::B2DVector(rY - rNull).getLength())); in drawTransformedBitmap()
/trunk/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx3582 B2ITuple aPrevTuple(basegfx::fround(rCandidate.getB2DPoint(nPointCount - 1))); in snapPointsOfHorizontalOrVerticalEdges()
3584 B2ITuple aCurrTuple(basegfx::fround(aCurrPoint)); in snapPointsOfHorizontalOrVerticalEdges()
3594 const B2ITuple aNextTuple(basegfx::fround(aNextPoint)); in snapPointsOfHorizontalOrVerticalEdges()
3803 … const com::sun::star::awt::Point aAPIPoint(fround(aPoint.getX()), fround(aPoint.getY())); in B2DPolygonToUnoPointSequence()
3968 fround(aBezierSegment.getStartPoint().getX()), in B2DPolygonToUnoPolygonBezierCoords()
3969 fround(aBezierSegment.getStartPoint().getY()))); in B2DPolygonToUnoPolygonBezierCoords()
3983 fround(aBezierSegment.getControlPointA().getX()), in B2DPolygonToUnoPolygonBezierCoords()
4025 fround(aClosingPoint.getX()), in B2DPolygonToUnoPolygonBezierCoords()
4026 fround(aClosingPoint.getY()))); in B2DPolygonToUnoPolygonBezierCoords()
4063 fround(aB2DPoint.getX()), in B2DPolygonToUnoPolygonBezierCoords()
[all …]
H A Db3dpolypolygontools.cxx273 nHorSeg = fround(fabs(fHorStop - fHorStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon()
281 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSpherePolyPolygon()
372 nHorSeg = fround(fabs(fHorStop - fHorStart) / (F_2PI / 24.0)); in createUnitSphereFillPolyPolygon()
380 nVerSeg = fround(fabs(fVerStop - fVerStart) / (F_2PI / 24.0)); in createUnitSphereFillPolyPolygon()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx624 aOrigin.X() + basegfx::fround(aTopLeftPixel.getX()), in processBasePrimitive2D()
625 aOrigin.Y() + basegfx::fround(aTopLeftPixel.getY())); in processBasePrimitive2D()
752 const sal_uInt32 nDistance(basegfx::fround(aDiscreteDistance.getLength())); in processBasePrimitive2D()
753 …const sal_uInt16 nAngle10((sal_uInt16)basegfx::fround(rFillHatchAttributes.getAngle() / F_PI1800)); in processBasePrimitive2D()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneGeometry.cxx103 m_nXRotation = ::basegfx::fround(fXAngle*pow(10.0,m_aMFXRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage()
104 m_nYRotation = ::basegfx::fround(-1.0*fYAngle*pow(10.0,m_aMFYRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage()
105 m_nZRotation = ::basegfx::fround(-1.0*fZAngle*pow(10.0,m_aMFZRotation.GetDecimalDigits())); in ThreeD_SceneGeometry_TabPage()
/trunk/main/drawinglayer/source/processor3d/
H A Dzbufferprocessor3d.cxx390 …::min(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rA.getX().getVal()… in processLineSpan()
391 …::min(mrBuffer.getWidth(), (sal_uInt32)::std::max((sal_Int32)0, basegfx::fround(rB.getX().getVal()… in processLineSpan()
682 const sal_uInt32 nRasterWidth((sal_uInt32)basegfx::fround(fViewSizeX) + 1); in ZBufferProcessor3D()
683 const sal_uInt32 nRasterHeight((sal_uInt32)basegfx::fround(fViewSizeY) + 1); in ZBufferProcessor3D()
/trunk/main/basebmp/source/
H A Dpolypolygonrenderer.cxx53 const sal_Int32 nVertexYP1( basegfx::fround(rP1.getY()) ); in setupGlobalEdgeTable()
54 const sal_Int32 nVertexYP2( basegfx::fround(rP2.getY()) ); in setupGlobalEdgeTable()

Completed in 166 milliseconds

12345