| /AOO41X/main/basegfx/prj/ |
| H A D | d.lst | 2 ..\%__SRC%\lib\basegfx.lib %_DEST%\lib%_EXT%\basegfx.lib 5 ..\%__SRC%\bin\basegfx?????.dll %_DEST%\bin%_EXT%\basegfx?????.dll 11 mkdir: %_DEST%\inc%_EXT%\basegfx 13 mkdir: %_DEST%\inc%_EXT%\basegfx\matrix 14 ..\inc\basegfx\matrix\b2dhommatrix.hxx %_DEST%\inc%_EXT%\basegfx\matrix\b2dhommatrix.hxx 15 ..\inc\basegfx\matrix\b2dhommatrixtools.hxx %_DEST%\inc%_EXT%\basegfx\matrix\b2dhommatrixtools.hxx 16 ..\inc\basegfx\matrix\b3dhommatrix.hxx %_DEST%\inc%_EXT%\basegfx\matrix\b3dhommatrix.hxx 18 mkdir: %_DEST%\inc%_EXT%\basegfx\point 19 ..\inc\basegfx\point\b2dpoint.hxx %_DEST%\inc%_EXT%\basegfx\point\b2dpoint.hxx 20 ..\inc\basegfx\point\b3dpoint.hxx %_DEST%\inc%_EXT%\basegfx\point\b3dpoint.hxx [all …]
|
| /AOO41X/main/slideshow/source/engine/OGLTrans/ |
| H A D | OGLTrans_TransitionImpl.cxx | 304 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeOutsideCubeFaceToLeft() 305 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeOutsideCubeFaceToLeft() 309 …Slide.Operations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DVe… in makeOutsideCubeFaceToLeft() 313 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeOutsideCubeFaceToLeft() 321 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeInsideCubeFaceToLeft() 322 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeInsideCubeFaceToLeft() 326 …Slide.Operations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DVe… in makeInsideCubeFaceToLeft() 330 …OverallOperations.push_back(new RotateAndScaleDepthByWidth(basegfx::B3DVector(0,1,0),basegfx::B3DV… in makeInsideCubeFaceToLeft() 338 Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1)); in makeFallLeaving() 339 Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1)); in makeFallLeaving() [all …]
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | b3dtrans.hxx | 74 basegfx::B3DHomMatrix maObjectTrans; 75 basegfx::B3DHomMatrix maInvObjectTrans; 78 basegfx::B3DHomMatrix maOrientation; 79 basegfx::B3DHomMatrix maInvOrientation; 82 basegfx::B3DHomMatrix maProjection; 83 basegfx::B3DHomMatrix maInvProjection; 86 basegfx::B2DHomMatrix maTexture; 89 basegfx::B3DHomMatrix maObjectToDevice; 92 basegfx::B3DHomMatrix maInvTransObjectToEye; 95 basegfx::B3DHomMatrix maMatFromWorldToView; [all …]
|
| /AOO41X/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 50 basegfx::B2DPolyPolygon impScalePolyPolygonOnCenter( in impScalePolyPolygonOnCenter() 51 const basegfx::B2DPolyPolygon& rSource, in impScalePolyPolygonOnCenter() 54 basegfx::B2DPolyPolygon aRetval(rSource); in impScalePolyPolygonOnCenter() 56 if(!basegfx::fTools::equalZero(fScale)) in impScalePolyPolygonOnCenter() 58 const basegfx::B2DRange aRange(basegfx::tools::getRange(rSource)); in impScalePolyPolygonOnCenter() 59 const basegfx::B2DPoint aCenter(aRange.getCenter()); in impScalePolyPolygonOnCenter() 60 basegfx::B2DHomMatrix aTrans; in impScalePolyPolygonOnCenter() 72 basegfx::B2DPolyPolygon& rPolygon, in impGetOuterPolyPolygon() 73 basegfx::B2DPolyPolygon& rOuterPolyPolygon, in impGetOuterPolyPolygon() 79 if(basegfx::fTools::more(fOffset, 0.0)) in impGetOuterPolyPolygon() [all …]
|
| H A D | polygontubeprimitive3d.cxx | 65 const basegfx::B3DPoint aLeft(0.0, 0.0, 0.0); in getLineTubeSegments() 66 const basegfx::B3DPoint aRight(1.0, 0.0, 0.0); in getLineTubeSegments() 67 basegfx::B3DPoint aLastLeft(0.0, 1.0, 0.0); in getLineTubeSegments() 68 basegfx::B3DPoint aLastRight(1.0, 1.0, 0.0); in getLineTubeSegments() 69 basegfx::B3DHomMatrix aRot; in getLineTubeSegments() 75 const basegfx::B3DPoint aNextLeft(aRot * aLastLeft); in getLineTubeSegments() 76 const basegfx::B3DPoint aNextRight(aRot * aLastRight); in getLineTubeSegments() 77 basegfx::B3DPolygon aNewPolygon; in getLineTubeSegments() 80 aNewPolygon.setNormal(0L, basegfx::B3DVector(aNextLeft - aLeft)); in getLineTubeSegments() 83 aNewPolygon.setNormal(1L, basegfx::B3DVector(aLastLeft - aLeft)); in getLineTubeSegments() [all …]
|
| /AOO41X/main/tools/source/generic/ |
| H A D | b3dtrans.cxx | 44 …dTransformationSet::Orientation(basegfx::B3DHomMatrix& rTarget, basegfx::B3DPoint aVRP, basegfx::B… in Orientation() 49 basegfx::B3DVector aRx(aVUP); in Orientation() 50 basegfx::B3DVector aRy(aVPN); in Orientation() 55 basegfx::B3DHomMatrix aTemp; in Orientation() 68 void B3dTransformationSet::Frustum(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, dou… in Frustum() 92 basegfx::B3DHomMatrix aTemp; in Frustum() 106 void B3dTransformationSet::Ortho(basegfx::B3DHomMatrix& rTarget, double fLeft, double fRight, doubl… in Ortho() 125 basegfx::B3DHomMatrix aTemp; in Ortho() 180 void B3dTransformationSet::SetObjectTrans(const basegfx::B3DHomMatrix& rObj) in SetObjectTrans() 203 void B3dTransformationSet::SetOrientation( basegfx::B3DPoint aVRP, basegfx::B3DVector aVPN, basegfx… in SetOrientation() [all …]
|
| /AOO41X/main/drawinglayer/source/texture/ |
| H A D | texture.cxx | 52 …void GeoTexSvx::modifyBColor(const basegfx::B2DPoint& /*rUV*/, basegfx::BColor& rBColor, double& /… in modifyBColor() 60 void GeoTexSvx::modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const in modifyOpacity() 63 basegfx::BColor aBaseColor; in modifyOpacity() 77 const basegfx::B2DRange& rTargetRange, in GeoTexSvxGradient() 78 const basegfx::BColor& rStart, in GeoTexSvxGradient() 79 const basegfx::BColor& rEnd, in GeoTexSvxGradient() 114 const basegfx::B2DRange& rTargetRange, in GeoTexSvxGradientLinear() 115 const basegfx::BColor& rStart, in GeoTexSvxGradientLinear() 116 const basegfx::BColor& rEnd, in GeoTexSvxGradientLinear() 122 maGradientInfo = basegfx::tools::createLinearODFGradientInfo( in GeoTexSvxGradientLinear() [all …]
|
| /AOO41X/main/cppcanvas/source/mtfrenderer/ |
| H A D | textaction.cxx | 71 const ::basegfx::B2DPoint& rStartPoint, in init() 90 …basegfx::B2DHomMatrix aLocalTransformation(basegfx::tools::createRotateB2DHomMatrix(rState.fontRot… in init() 100 const ::basegfx::B2DPoint& rStartPoint, in init() 103 const ::basegfx::B2DHomMatrix& rTextTransform ) in init() 120 const ::basegfx::B2DPoint& rStartPoint, in init() 149 const ::basegfx::B2DPoint& rStartPoint, in init() 152 const ::basegfx::B2DHomMatrix& rTextTransform ) in init() 167 … ::basegfx::B2DPolyPolygon textLinesFromLogicalOffsets( const uno::Sequence< double >& rOffsets, in textLinesFromLogicalOffsets() 217 ::basegfx::B2DPoint adaptStartPoint( const ::basegfx::B2DPoint& rStartPoint, in adaptStartPoint() 221 ::basegfx::B2DPoint aLocalPoint( rStartPoint ); in adaptStartPoint() [all …]
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/texture/ |
| H A D | texture.hxx | 50 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit… 51 virtual void modifyOpacity(const basegfx::B2DPoint& rUV, double& rfOpacity) const; 66 basegfx::B2DHomMatrix maB2DHomMatrix; 67 basegfx::BColor maBColor; 81 basegfx::ODFGradientInfo maGradientInfo; 82 basegfx::B2DRange maTargetRange; 83 basegfx::BColor maStart; 84 basegfx::BColor maEnd; 89 const basegfx::B2DRange& rTargetRange, 90 const basegfx::BColor& rStart, [all …]
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | slideview.cxx | 79 struct StaticUnitRectPoly : public rtl::StaticWithInit<basegfx::B2DPolygon, StaticUnitRectPoly> 81 basegfx::B2DPolygon operator()() in operator ()() 83 return basegfx::tools::createUnitPolygon(); in operator ()() 128 basegfx::B2DPolyPolygon createClipPolygon( const basegfx::B2DPolyPolygon& rClip, in createClipPolygon() 130 const basegfx::B2DSize& rUserSize ) in createClipPolygon() 136 const basegfx::B2DRange aClipRange(0, 0, rUserSize.getX(), rUserSize.getY()); in createClipPolygon() 140 return basegfx::tools::clipPolyPolygonOnRange(rClip, aClipRange, true, false); in createClipPolygon() 144 return basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aClipRange)); in createClipPolygon() 155 basegfx::B2DPolyPolygon prepareClip( const basegfx::B2DPolyPolygon& rClip ) in prepareClip() 157 basegfx::B2DPolyPolygon aClip( rClip ); in prepareClip() [all …]
|
| H A D | tools.cxx | 101 …::basegfx::B2DHomMatrix getAttributedShapeTransformation( const ::basegfx::B2DRectangle& rS… in getAttributedShapeTransformation() 104 ::basegfx::B2DHomMatrix aTransform; in getAttributedShapeTransformation() 105 const ::basegfx::B2DSize& rSize( rShapeBounds.getRange() ); in getAttributedShapeTransformation() 123 aTransform.scale( ::basegfx::pruneScaleValue( in getAttributedShapeTransformation() 125 ::basegfx::pruneScaleValue( in getAttributedShapeTransformation() 128 const bool bNeedShearX( !::basegfx::fTools::equalZero(nShearX) ); in getAttributedShapeTransformation() 129 const bool bNeedShearY( !::basegfx::fTools::equalZero(nShearY) ); in getAttributedShapeTransformation() 130 const bool bNeedRotation( !::basegfx::fTools::equalZero(nRotation) ); in getAttributedShapeTransformation() 163 const ::basegfx::B2DVector& rSlideBounds ) in extractValue() 198 const ::basegfx::B2DVector& /*rSlideBounds*/ ) in extractValue() [all …]
|
| /AOO41X/main/sd/source/ui/func/ |
| H A D | fucon3d.cxx | 114 ::basegfx::B3DPoint(-2500, -2500, -2500), in ImpCreateBasic3DShape() 115 ::basegfx::B3DVector(5000, 5000, 5000)); in ImpCreateBasic3DShape() 123 ::basegfx::B3DPoint(0, 0, 0), in ImpCreateBasic3DShape() 124 ::basegfx::B3DVector(5000, 5000, 5000)); in ImpCreateBasic3DShape() 133 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape() 136 aB2DPolygon = ::basegfx::tools::adaptiveSubdivideByAngle(aB2DPolygon); in ImpCreateBasic3DShape() 138 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape() 160 ::basegfx::B2DPolygon aB2DPolygon(aXPoly.getB2DPolygon()); in ImpCreateBasic3DShape() 163 aB2DPolygon = ::basegfx::tools::adaptiveSubdivideByAngle(aB2DPolygon); in ImpCreateBasic3DShape() 165 …p3DObj = new E3dLatheObj(mpView->Get3DDefaultAttributes(), ::basegfx::B2DPolyPolygon(aB2DPolygon)); in ImpCreateBasic3DShape() [all …]
|
| H A D | fumorph.cxx | 105 ::basegfx::B2DPolyPolygon aPolyPoly1; in DoExecute() 106 ::basegfx::B2DPolyPolygon aPolyPoly2; in DoExecute() 107 ::basegfx::B2DPolyPolygon* pPolyPoly; in DoExecute() 133 aPolyPoly1 = ::basegfx::tools::correctOrientations(aPolyPoly1); in DoExecute() 135 …::basegfx::B2VectorOrientation eIsClockwise1(::basegfx::tools::getOrientation(aPolyPoly1.getB2DPol… in DoExecute() 137 aPolyPoly2 = ::basegfx::tools::correctOrientations(aPolyPoly2); in DoExecute() 139 …::basegfx::B2VectorOrientation eIsClockwise2(::basegfx::tools::getOrientation(aPolyPoly2.getB2DPol… in DoExecute() 158 ::basegfx::B2DPolygon aSub1(aPolyPoly1.getB2DPolygon(a)); in DoExecute() 159 ::basegfx::B2DPolygon aSub2(aPolyPoly2.getB2DPolygon(a)); in DoExecute() 183 …for(pPolyPoly = (::basegfx::B2DPolyPolygon*)aPolyPolyList.First(); pPolyPoly; pPolyPoly = (::baseg… in DoExecute() [all …]
|
| /AOO41X/main/drawinglayer/source/processor2d/ |
| H A D | vclprocessor2d.cxx | 84 …sal_uInt32 calculateStepsForSvgGradient(const basegfx::BColor& rColorA, const basegfx::BColor& rCo… in calculateStepsForSvgGradient() 87 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() 92 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / fDiscreteUnit)); in calculateStepsForSvgGradient() 135 …basegfx::B2DHomMatrix aLocalTransform(maCurrentTransformation * rTextCandidate.getTextTransform()); in RenderTextSimpleOrDecoratedPortionPrimitive2D() 136 basegfx::B2DVector aFontScaling, aTranslate; in RenderTextSimpleOrDecoratedPortionPrimitive2D() 141 if(basegfx::fTools::equalZero(fShearX)) in RenderTextSimpleOrDecoratedPortionPrimitive2D() 143 …if(basegfx::fTools::less(aFontScaling.getX(), 0.0) && basegfx::fTools::less(aFontScaling.getY(), 0… in RenderTextSimpleOrDecoratedPortionPrimitive2D() 148 aFontScaling = basegfx::absolute(aFontScaling); in RenderTextSimpleOrDecoratedPortionPrimitive2D() 152 …if(basegfx::fTools::more(aFontScaling.getX(), 0.0) && basegfx::fTools::more(aFontScaling.getY(), 0… in RenderTextSimpleOrDecoratedPortionPrimitive2D() 170 …const basegfx::BColor aTextlineColor = maBColorModifierStack.getModifiedColor(pTCPP->getTextlineCo… in RenderTextSimpleOrDecoratedPortionPrimitive2D() [all …]
|
| /AOO41X/main/basebmp/inc/basebmp/ |
| H A D | bitmapdevice.hxx | 37 namespace basegfx namespace 76 basegfx::B2IVector getSize() const; 141 void setPixel( const basegfx::B2IPoint& rPt, 160 void setPixel( const basegfx::B2IPoint& rPt, 167 Color getPixel( const basegfx::B2IPoint& rPt ); 175 sal_uInt32 getPixelData( const basegfx::B2IPoint& rPt ); 194 void drawLine( const basegfx::B2IPoint& rPt1, 195 const basegfx::B2IPoint& rPt2, 220 void drawLine( const basegfx::B2IPoint& rPt1, 221 const basegfx::B2IPoint& rPt2, [all …]
|
| /AOO41X/main/basebmp/source/ |
| H A D | bitmapdevice.cxx | 288 BitmapRenderer( const basegfx::B2IRange& rBounds, in BitmapRenderer() 363 const basegfx::B2IRange& rBounds ) in clear_i() 373 virtual void setPixel_i( const basegfx::B2IPoint& rPt, in setPixel_i() 388 virtual void setPixel_i( const basegfx::B2IPoint& rPt, in setPixel_i() 411 virtual Color getPixel_i(const basegfx::B2IPoint& rPt ) in getPixel_i() 419 virtual sal_uInt32 getPixelData_i( const basegfx::B2IPoint& rPt ) in getPixelData_i() 428 void implRenderLine2( const basegfx::B2IPoint& rPt1, in implRenderLine2() 429 const basegfx::B2IPoint& rPt2, in implRenderLine2() 430 const basegfx::B2IRange& rBounds, in implRenderLine2() 444 void implRenderLine( const basegfx::B2IPoint& rPt1, in implRenderLine() [all …]
|
| /AOO41X/main/slideshow/source/engine/transitions/ |
| H A D | snakewipe.cxx | 48 ::basegfx::B2DPolyPolygon SnakeWipe::calcSnake( double t ) const in calcSnake() 50 ::basegfx::B2DPolyPolygon res; in calcSnake() 53 const double line = ::basegfx::pruneScaleValue( in calcSnake() 55 const double col = ::basegfx::pruneScaleValue( in calcSnake() 58 if (! ::basegfx::fTools::equalZero( line )) { in calcSnake() 59 ::basegfx::B2DPolygon poly; in calcSnake() 60 poly.append( ::basegfx::B2DPoint( 0.0, 0.0 ) ); in calcSnake() 61 poly.append( ::basegfx::B2DPoint( 0.0, line ) ); in calcSnake() 62 poly.append( ::basegfx::B2DPoint( 1.0, line ) ); in calcSnake() 63 poly.append( ::basegfx::B2DPoint( 1.0, 0.0 ) ); in calcSnake() [all …]
|
| /AOO41X/main/canvas/source/tools/ |
| H A D | canvastools.cxx | 88 ::basegfx::B2DHomMatrix mat1, mat2; in operator ==() 103 ::basegfx::B2DHomMatrix mat1, mat2; in operator ==() 144 ::basegfx::B2DHomMatrix& getViewStateTransform( ::basegfx::B2DHomMatrix& transform, in getViewStateTransform() 147 … return ::basegfx::unotools::homMatrixFromAffineMatrix( transform, viewState.AffineTransform ); in getViewStateTransform() 151 const ::basegfx::B2DHomMatrix& transform ) in setViewStateTransform() 153 ::basegfx::unotools::affineMatrixFromHomMatrix( viewState.AffineTransform, transform ); in setViewStateTransform() 158 ::basegfx::B2DHomMatrix& getRenderStateTransform( ::basegfx::B2DHomMatrix& transform, in getRenderStateTransform() 161 … return ::basegfx::unotools::homMatrixFromAffineMatrix( transform, renderState.AffineTransform ); in getRenderStateTransform() 165 const ::basegfx::B2DHomMatrix& transform ) in setRenderStateTransform() 167 … ::basegfx::unotools::affineMatrixFromHomMatrix( renderState.AffineTransform, transform ); in setRenderStateTransform() [all …]
|
| H A D | surface.cxx | 42 const ::basegfx::B2IPoint& rPos, in Surface() 43 const ::basegfx::B2ISize& rSize ) : in Surface() 76 basegfx::B2DRectangle Surface::getUVCoords() const in getUVCoords() 78 ::basegfx::B2ISize aPageSize(mpPageManager->getPageSize()); in getUVCoords() 79 ::basegfx::B2IPoint aDestOffset; in getUVCoords() 90 return ::basegfx::B2DRectangle( ox/pw, in getUVCoords() 100 basegfx::B2DRectangle Surface::getUVCoords( const ::basegfx::B2IPoint& rPos, in getUVCoords() 101 const ::basegfx::B2ISize& rSize ) const in getUVCoords() 103 ::basegfx::B2ISize aPageSize(mpPageManager->getPageSize()); in getUVCoords() 112 return ::basegfx::B2DRectangle( ox/pw, in getUVCoords() [all …]
|
| /AOO41X/main/basegfx/source/color/ |
| H A D | bcolormodifier.cxx | 29 namespace basegfx namespace 38 namespace basegfx namespace 49 …::basegfx::BColor BColorModifier_gray::getModifiedColor(const ::basegfx::BColor& aSourceColor) con… in getModifiedColor() 53 return ::basegfx::BColor(fLuminance, fLuminance, fLuminance); in getModifiedColor() 59 namespace basegfx namespace 70 …::basegfx::BColor BColorModifier_invert::getModifiedColor(const ::basegfx::BColor& aSourceColor) c… in getModifiedColor() 72 …return ::basegfx::BColor(1.0 - aSourceColor.getRed(), 1.0 - aSourceColor.getGreen(), 1.0 - aSource… in getModifiedColor() 78 namespace basegfx namespace 89 …::basegfx::BColor BColorModifier_luminance_to_alpha::getModifiedColor(const ::basegfx::BColor& aSo… in getModifiedColor() 93 return ::basegfx::BColor(fAlpha, fAlpha, fAlpha); in getModifiedColor() [all …]
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/ |
| H A D | svggradientprimitive2d.hxx | 45 basegfx::BColor maColor; 49 …SvgGradientEntry(double fOffset, const basegfx::BColor& rColor = basegfx::BColor(0.0, 0.0, 0.0), d… in SvgGradientEntry() 57 const basegfx::BColor& getColor() const { return maColor; } in getColor() 99 basegfx::B2DHomMatrix maGradientTransform; 102 basegfx::B2DPolyPolygon maPolyPolygon; 108 basegfx::B2DPoint maStart; 144 const basegfx::B2DHomMatrix& rUnitGradientToObject, 155 const basegfx::B2DHomMatrix& rGradientTransform, 156 const basegfx::B2DPolyPolygon& rPolyPolygon, 158 const basegfx::B2DPoint& rStart, [all …]
|
| H A D | polypolygonprimitive2d.hxx | 56 basegfx::B2DPolyPolygon maPolyPolygon; 59 basegfx::BColor maBColor; 67 …PolyPolygonHairlinePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::BColor&… 70 const basegfx::B2DPolyPolygon& getB2DPolyPolygon() const { return maPolyPolygon; } in getB2DPolyPolygon() 71 const basegfx::BColor& getBColor() const { return maBColor; } in getBColor() 77 … virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const; 102 basegfx::B2DPolyPolygon maPolyPolygon; 105 basegfx::BColor maRGBColorA; 106 basegfx::BColor maRGBColorB; 118 const basegfx::B2DPolyPolygon& rPolyPolygon, [all …]
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | graphicprimitivehelper2d.cxx | 220 const basegfx::B2DHomMatrix& rTransform) in create2DDecompositionOfGraphic() 263 const basegfx::B2DRange& rSvgRange(rGraphic.getSvgData()->getRange()); in create2DDecompositionOfGraphic() 265 …if(basegfx::fTools::more(rSvgRange.getWidth(), 0.0) && basegfx::fTools::more(rSvgRange.getHeight()… in create2DDecompositionOfGraphic() 268 basegfx::B2DHomMatrix aEmbedSvg( in create2DDecompositionOfGraphic() 269 basegfx::tools::createTranslateB2DHomMatrix( in create2DDecompositionOfGraphic() 313 const basegfx::B2DRange aRange(getB2DRange(rViewInformation)); in create2DDecompositionOfGraphic() 315 basegfx::fround(aRange.getMinX()), basegfx::fround(aRange.getMinY()), in create2DDecompositionOfGraphic() 316 basegfx::fround(aRange.getMaxX()), basegfx::fround(aRange.getMaxY())); in create2DDecompositionOfGraphic() 394 … Color aColor(basegfx::BColor(rand() / 32767.0, rand() / 32767.0, rand() / 32767.0)); in create2DDecompositionOfGraphic() 399 aRectangle.Left() + basegfx::fround(rand() * (fHor / 32767.0)), in create2DDecompositionOfGraphic() [all …]
|
| H A D | svggradientprimitive2d.cxx | 46 …sal_uInt32 calculateStepsForSvgGradient(const basegfx::BColor& rColorA, const basegfx::BColor& rCo… in calculateStepsForSvgGradient() 49 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() 54 const sal_uInt32 nDistSteps(basegfx::fround(fDelta / (fDiscreteUnit * 1.5))); in calculateStepsForSvgGradient() 142 if(basegfx::fTools::equalZero(rCandidate.getOpacity())) in checkPreconditions() 147 else if(basegfx::fTools::equal(rCandidate.getOpacity(), 1.0)) in checkPreconditions() 166 const basegfx::B2DRange aPolyRange(getPolyPolygon().getB2DRange()); in checkPreconditions() 177 … if(basegfx::fTools::equalZero(fPolyWidth) || basegfx::fTools::equalZero(fPolyHeight)) in checkPreconditions() 249 const basegfx::B2DHomMatrix& rUnitGradientToObject, in createResult() 288 const basegfx::B2DHomMatrix& rGradientTransform, in SvgGradientHelper() 289 const basegfx::B2DPolyPolygon& rPolyPolygon, in SvgGradientHelper() [all …]
|
| /AOO41X/main/basegfx/source/polygon/ |
| H A D | b2dsvgpolypolygon.cxx | 37 namespace basegfx namespace 65 ::basegfx::internal::lcl_skipSpaces(nPos, rSvgDStatement, nLen); in importFromSvgD() 87 ::basegfx::internal::lcl_skipSpaces(nPos, rSvgDStatement, nLen); in importFromSvgD() 131 ::basegfx::internal::lcl_skipSpaces(nPos, rSvgDStatement, nLen); in importFromSvgD() 133 … while(nPos < nLen && ::basegfx::internal::lcl_isOnNumberChar(rSvgDStatement, nPos)) in importFromSvgD() 137 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD() 138 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nY, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD() 164 ::basegfx::internal::lcl_skipSpaces(nPos, rSvgDStatement, nLen); in importFromSvgD() 166 … while(nPos < nLen && ::basegfx::internal::lcl_isOnNumberChar(rSvgDStatement, nPos)) in importFromSvgD() 170 … if(!::basegfx::internal::lcl_importDoubleAndSpaces(nX, nPos, rSvgDStatement, nLen)) return false; in importFromSvgD() [all …]
|