| /aoo42x/main/basegfx/ | 
| H A D | Package_inc.mk | 26 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/lerp.hxx,basegfx/tools/lerp.hxx))33 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tools/tools.hxx,basegfx/tools/tools.hxx))
 35 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/numeric/ftools.hxx,basegfx/numeric/ftools…
 37 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b3dtuple.hxx,basegfx/tuple/b3dtuple…
 38 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b3ituple.hxx,basegfx/tuple/b3ituple…
 40 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b2ituple.hxx,basegfx/tuple/b2ituple…
 41 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/tuple/b2dtuple.hxx,basegfx/tuple/b2dtuple…
 51 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b1ibox.hxx,basegfx/range/b1ibox.hxx…
 58 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b2ibox.hxx,basegfx/range/b2ibox.hxx…
 59 $(eval $(call gb_Package_add_file,basegfx_inc,inc/basegfx/range/b3ibox.hxx,basegfx/range/b3ibox.hxx…
 [all …]
 
 | 
| H A D | Library_basegfx.mk | 36 	-I$(SRCDIR)/basegfx/inc \37 	-I$(SRCDIR)/basegfx/source/inc \
 38 	-I$(SRCDIR)/basegfx/inc/pch \
 61 	basegfx/source/tools/tools \
 64 	basegfx/source/numeric/ftools \
 65 	basegfx/source/tuple/b3ituple \
 66 	basegfx/source/tuple/b3dtuple \
 67 	basegfx/source/tuple/b2ituple \
 68 	basegfx/source/tuple/b2dtuple \
 98 	basegfx/source/pixel/bpixel \
 [all …]
 
 | 
| H A D | StaticLibrary_basegfx_s.mk | 36 	-I$(SRCDIR)/basegfx/inc \37 	-I$(SRCDIR)/basegfx/source/inc \
 39 	-I$(SRCDIR)/basegfx/inc/pch \
 51 $(WORKDIR)/CustomTarget/basegfx/source/%.cxx : $(SRCDIR)/basegfx/source/%.cxx
 63 	CustomTarget/basegfx/source/tools/tools \
 66 	CustomTarget/basegfx/source/numeric/ftools \
 67 	CustomTarget/basegfx/source/tuple/b3ituple \
 68 	CustomTarget/basegfx/source/tuple/b3dtuple \
 69 	CustomTarget/basegfx/source/tuple/b2ituple \
 100 	CustomTarget/basegfx/source/pixel/bpixel \
 [all …]
 
 | 
| /aoo42x/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()
 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()
 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()
 355     Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1));  in makeTurnAround()
 356     Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1));  in makeTurnAround()
 372     Slide.pushTriangle(basegfx::B2DVector(0,0),basegfx::B2DVector(1,0),basegfx::B2DVector(0,1));  in makeTurnDown()
 373     Slide.pushTriangle(basegfx::B2DVector(1,0),basegfx::B2DVector(0,1),basegfx::B2DVector(1,1));  in makeTurnDown()
 [all …]
 
 | 
| /aoo42x/main/tools/inc/tools/ | 
| H A D | b3dtrans.hxx | 151 		basegfx::B3DPoint aVRP = basegfx::B3DPoint(0.0,0.0,1.0),152 		basegfx::B3DVector aVPN = basegfx::B3DVector(0.0,0.0,1.0),
 153 		basegfx::B3DVector aVUP = basegfx::B3DVector(0.0,1.0,0.0));
 210 	const basegfx::B3DPoint WorldToEyeCoor(const basegfx::B3DPoint& rVec);
 211 	const basegfx::B3DPoint EyeToWorldCoor(const basegfx::B3DPoint& rVec);
 212 	const basegfx::B3DPoint EyeToViewCoor(const basegfx::B3DPoint& rVec);
 213 	const basegfx::B3DPoint ViewToEyeCoor(const basegfx::B3DPoint& rVec);
 242 		basegfx::B3DPoint aVRP = basegfx::B3DPoint(0.0,0.0,1.0),
 243 		basegfx::B3DVector aVPN = basegfx::B3DVector(0.0,0.0,1.0),
 244 		basegfx::B3DVector aVUP = basegfx::B3DVector(0.0,1.0,0.0));
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/primitive3d/ | 
| H A D | sdrextrudelathetools3d.cxx | 58 			const basegfx::B2DRange aRange(basegfx::tools::getRange(rSource));  in impScalePolyPolygonOnCenter()60 			basegfx::B2DHomMatrix aTrans;  in impScalePolyPolygonOnCenter()
 86 				const basegfx::B2DRange aRange(basegfx::tools::getRange(rPolygon));  in impGetOuterPolyPolygon()
 88 				const basegfx::B2DRange aGrownRange(basegfx::tools::getRange(rPolygon));  in impGetOuterPolyPolygon()
 153 					basegfx::B3DPolygon aNew;  in impAddInBetweenFill()
 211 		basegfx::B3DPolyPolygon& rPolA,   in impCreateInBetweenNormals()
 322 …bool impHasCutWith(const basegfx::B2DPolygon& rPoly, const basegfx::B2DPoint& rStart, const basegf…  in impHasCutWith()
 403 					const basegfx::B2DRange aBaseRange(basegfx::tools::getRange(aFront));  in createLatheSlices()
 540 						basegfx::B3DPolygon aNew;  in extractHorizontalLinesFromSlice()
 925 						const basegfx::B2DPoint aCommonCenter(basegfx::average(a2DCenterA, a2DCenterB));  in createReducedOutlines()
 [all …]
 
 | 
| H A D | polygontubeprimitive3d.cxx | 69 					basegfx::B3DHomMatrix aRot;  in getLineTubeSegments()77 						basegfx::B3DPolygon aNewPolygon;  in getLineTubeSegments()
 127 					basegfx::B3DPoint aLast(0.0, 1.0, 0.0);  in getLineCapSegments()
 128 					basegfx::B3DHomMatrix aRot;  in getLineCapSegments()
 135 						basegfx::B3DPolygon aNewPolygon;  in getLineCapSegments()
 235 				basegfx::B2DLineJoin aLineJoin)  in getLineJoinSegments()
 319 									aNextMiter = basegfx::B3DPoint(  in getLineJoinSegments()
 449 			basegfx::B3DHomMatrix getRotationFromVector(const basegfx::B3DVector& rVector)  in getRotationFromVector()
 452 				basegfx::B3DHomMatrix aRetval;  in getRotationFromVector()
 684 			const basegfx::B3DPolygon& rPolygon,   in PolygonTubePrimitive3D()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/texture/ | 
| H A D | texture.cxx | 63             basegfx::BColor aBaseColor;  in modifyOpacity()78             const basegfx::BColor& rStart,   in GeoTexSvxGradient()
 79             const basegfx::BColor& rEnd,   in GeoTexSvxGradient()
 116             const basegfx::BColor& rStart,   in GeoTexSvxGradientLinear()
 117             const basegfx::BColor& rEnd,   in GeoTexSvxGradientLinear()
 149             basegfx::BColor& rOuterColor)  in appendTransformationsAndColors()
 213             const basegfx::BColor& rEnd,   in GeoTexSvxGradientAxial()
 243             basegfx::BColor& rOuterColor)  in appendTransformationsAndColors()
 297             const basegfx::BColor& rEnd,   in GeoTexSvxGradientRadial()
 317             basegfx::BColor& rOuterColor)  in appendTransformationsAndColors()
 [all …]
 
 | 
| /aoo42x/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()
 92 	basegfx::B3DHomMatrix aTemp;  in Frustum()
 125 	basegfx::B3DHomMatrix aTemp;  in Ortho()
 203 void B3dTransformationSet::SetOrientation( basegfx::B3DPoint aVRP, basegfx::B3DVector aVPN, basegfx…  in SetOrientation()
 479 	basegfx::B3DRange aRet;  in GetDeviceVolume()
 656 	basegfx::B3DPoint aVec(rVec);  in WorldToEyeCoor()
 663 	basegfx::B3DPoint aVec(rVec);  in EyeToWorldCoor()
 [all …]
 
 | 
| /aoo42x/main/cppcanvas/source/mtfrenderer/ | 
| H A D | textaction.cxx | 217             ::basegfx::B2DPoint adaptStartPoint( const ::basegfx::B2DPoint&		rStartPoint,  in adaptStartPoint()557             ::basegfx::B2DRange calcEffectTextBounds( const ::basegfx::B2DRange& 	rTextBounds,  in calcEffectTextBounds()
 648 …             virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,
 755 …         ::basegfx::B2DRange TextAction::getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,  in getBounds()
 816 …             virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,
 998 …   ::basegfx::B2DRange EffectTextAction::getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,  in getBounds()
 1048 …             virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,
 1179 …    ::basegfx::B2DRange TextArrayAction::getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,  in getBounds()
 1252 …             virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,
 1590 …             virtual ::basegfx::B2DRange getBounds( const ::basegfx::B2DHomMatrix&	rTransformation,
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/inc/drawinglayer/texture/ | 
| H A D | texture.hxx | 50 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit…67             basegfx::BColor         maBColor;
 91                 const basegfx::BColor& rEnd,
 129                 const basegfx::BColor& rEnd,
 138 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit…
 160                 const basegfx::BColor& rEnd,
 169 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit…
 186                 const basegfx::BColor& rEnd,
 196 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit…
 224 …virtual void modifyBColor(const basegfx::B2DPoint& rUV, basegfx::BColor& rBColor, double& rfOpacit…
 [all …]
 
 | 
| /aoo42x/main/slideshow/source/engine/ | 
| H A D | slideview.cxx | 81     basegfx::B2DPolygon operator()()  in operator ()()128 basegfx::B2DPolyPolygon createClipPolygon( const basegfx::B2DPolyPolygon&    rClip,  in createClipPolygon()
 144         return basegfx::B2DPolyPolygon(basegfx::tools::createPolygonFromRect(aClipRange));  in createClipPolygon()
 155 basegfx::B2DPolyPolygon prepareClip( const basegfx::B2DPolyPolygon& rClip )  in prepareClip()
 239 basegfx::B2IRange getLayerBoundsPixel( basegfx::B2DRange const&     rLayerBounds,  in getLayerBoundsPixel()
 242     ::basegfx::B2DRange aTmpRect;  in getLayerBoundsPixel()
 248         return ::basegfx::B2IRange();  in getLayerBoundsPixel()
 253     return ::basegfx::B2IRange( ::basegfx::fround(aTmpRect.getMinX()),  in getLayerBoundsPixel()
 784     if( basegfx::fTools::equalZero(  in SlideView()
 787         basegfx::fTools::equalZero(  in SlideView()
 [all …]
 
 | 
| H A D | tools.cxx | 101 …::basegfx::B2DHomMatrix getAttributedShapeTransformation( const ::basegfx::B2DRectangle&		rShapeBo…  in getAttributedShapeTransformation()500         basegfx::B2DRange calcRelativeShapeBounds( const basegfx::B2DVector& rPageSize,  in calcRelativeShapeBounds()
 516 …      ::basegfx::B2DHomMatrix getShapeTransformation( const ::basegfx::B2DRectangle&		rShapeBounds,  in getShapeTransformation()
 521 …           const basegfx::B2DHomMatrix aTransform(basegfx::tools::createScaleTranslateB2DHomMatrix(  in getShapeTransformation()
 534         ::basegfx::B2DHomMatrix getSpriteTransformation( const ::basegfx::B2DVector&			rPixelSize,  in getSpriteTransformation()
 601         ::basegfx::B2DRectangle getShapeUpdateArea( const ::basegfx::B2DRectangle&		rUnitBounds,  in getShapeUpdateArea()
 633         ::basegfx::B2DRange getShapeUpdateArea( const ::basegfx::B2DRange&		rUnitBounds,  in getShapeUpdateArea()
 651         ::basegfx::B2DRectangle getShapePosSize( const ::basegfx::B2DRectangle&			rOrigBounds,  in getShapePosSize()
 827         basegfx::B2IVector getSlideSizePixel( const basegfx::B2DVector& rSlideSize,  in getSlideSizePixel()
 836             basegfx::B2DRange aTmpRect;  in getSlideSizePixel()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/processor2d/ | 
| H A D | vclprocessor2d.cxx | 252 						const basegfx::B2DVector aPixelVector(maCurrentTransformation * basegfx::B2DVector(1.0, 0.0));  in RenderTextSimpleOrDecoratedPortionPrimitive2D()264 					const basegfx::B2DPoint aPoint(aLocalTransform * basegfx::B2DPoint(0.0, 0.0));  in RenderTextSimpleOrDecoratedPortionPrimitive2D()
 265 					const Point aStartPoint(basegfx::fround(aPoint.getX()), basegfx::fround(aPoint.getY()));  in RenderTextSimpleOrDecoratedPortionPrimitive2D()
 328                 basegfx::B2DPolyPolygon aLocalPolyPolygon(basegfx::tools::clipPolygonOnRange(  in RenderPolygonHairlinePrimitive2D()
 400 …			const basegfx::BColor aModifiedColor(maBColorModifierStack.getModifiedColor(basegfx::BColor()));  in RenderBitmapPrimitive2D()
 401 					basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon());  in RenderBitmapPrimitive2D()
 450 				    if(basegfx::fTools::equalZero(fRotate) && basegfx::fTools::equalZero(fShearX))  in RenderFillGraphicPrimitive2D()
 514 							            basegfx::B2DPolygon aPolygon(basegfx::tools::createUnitPolygon());  in RenderFillGraphicPrimitive2D()
 761 					const basegfx::B2DRange aRange(basegfx::tools::getRange(aMask));  in RenderMaskPrimitive2DPixel()
 1011 				const Point aPos(basegfx::fround(aViewPosition.getX()), basegfx::fround(aViewPosition.getY()));  in RenderPointArrayPrimitive2D()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/inc/drawinglayer/primitive2d/ | 
| H A D | polypolygonprimitive2d.hxx | 59             basegfx::BColor                         maBColor;67 …PolyPolygonHairlinePrimitive2D(const basegfx::B2DPolyPolygon& rPolyPolygon, const basegfx::BColor&…
 119                 const basegfx::BColor& rRGBColorA,
 120                 const basegfx::BColor& rRGBColorB,
 281                 const basegfx::BColor& rBColor);
 335                 const basegfx::B2DRange& rDefinitionRange,
 388                 const basegfx::BColor& rBackgroundColor,
 392                 const basegfx::B2DRange& rDefinitionRange,
 393                 const basegfx::BColor& rBackgroundColor,
 447                 const basegfx::B2DRange& rDefinitionRange,
 [all …]
 
 | 
| 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()
 102             basegfx::B2DPolyPolygon		maPolyPolygon;
 108             basegfx::B2DPoint           maStart;
 158                 const basegfx::B2DPoint& rStart,
 210                 const basegfx::B2DPoint& rStart,
 211                 const basegfx::B2DPoint& rEnd,
 279                 const basegfx::B2DPoint& rStart,
 375 …           VectorPair(const basegfx::B2DVector& rTranslateA, const basegfx::B2DVector& rTranslateB)  in VectorPair()
 393 …             const basegfx::BColor& aColorA, double fScaleA, const basegfx::B2DVector& rTranslateA,
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/func/ | 
| H A D | fucon3d.cxx | 115 				::basegfx::B3DVector(5000, 5000, 5000));  in ImpCreateBasic3DShape()123 				::basegfx::B3DPoint(0, 0, 0),  in ImpCreateBasic3DShape()
 124 				::basegfx::B3DVector(5000, 5000, 5000));  in ImpCreateBasic3DShape()
 171 …::basegfx::B2DPolygon aB2DPolygon(::basegfx::tools::createPolygonFromCircle(::basegfx::B2DPoint(10…  in ImpCreateBasic3DShape()
 182 			::basegfx::B2DPolygon aInnerPoly;  in ImpCreateBasic3DShape()
 208 			::basegfx::B2DPolygon aInnerPoly;  in ImpCreateBasic3DShape()
 232 			::basegfx::B2DPolygon aInnerPoly;  in ImpCreateBasic3DShape()
 265 	basegfx::B3DRange aBoundVol;  in ImpPrepareBasic3DShape()
 275 	basegfx::B3DHomMatrix aTransformation;  in ImpPrepareBasic3DShape()
 457 	basegfx::B3DRange aVolume(aObjVol);  in CreateDefaultObject()
 [all …]
 
 | 
| H A D | fumorph.cxx | 203 		::basegfx::B2DPolygon aRetval;  in ImpGetExpandedPolygon()226 			::basegfx::B2DPoint aNewPoint(basegfx::interpolate(aOld1, aOld2, fLenA));  in ImpGetExpandedPolygon()
 256 	const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBig));  in ImpEqualizePolyPointCount()
 258 	const ::basegfx::B2DRange aDstSize(::basegfx::tools::getRange(rSmall));  in ImpEqualizePolyPointCount()
 266 	::basegfx::B2DPolygon aPoly2;  in ImpEqualizePolyPointCount()
 308 		const ::basegfx::B2DRange aToBeCopiedPolySize(::basegfx::tools::getRange(aToBeCopied));  in ImpAddPolys()
 312 		const ::basegfx::B2DRange aSrcSize(::basegfx::tools::getRange(rBigger.getB2DPolygon(0L)));  in ImpAddPolys()
 449 	::basegfx::B2DPolyPolygon* pNewPolyPolygon = new ::basegfx::B2DPolyPolygon();  in ImpCreateMorphedPolygon()
 483 		const ::basegfx::B2DRange aStartPolySize(::basegfx::tools::getRange(rPolyPoly1));  in ImpMorphPolygons()
 485 		const ::basegfx::B2DRange aEndPolySize(::basegfx::tools::getRange(rPolyPoly2));  in ImpMorphPolygons()
 [all …]
 
 | 
| /aoo42x/main/basebmp/source/ | 
| H A D | bitmapdevice.cxx | 517             basegfx::B2DPolygon aPoly( rPoly );  in implDrawPolygon()580             basegfx::B2DPolyPolygon aPoly( rPoly );  in implFillPolyPolygon()
 989     basegfx::B2IRange         maBounds;
 1001     basegfx::B2IRange         maLineClipRect;
 1055 basegfx::B2IVector BitmapDevice::getSize() const  in getSize()
 1058     return basegfx::B2IVector(  in getSize()
 1253         basegfx::B2IRange aRange( rRange );  in assertImageRange()
 1269         const ::basegfx::B2IPoint aSourceTopLeft(   in clipAreaImpl()
 1322         const basegfx::B2IPoint   aDestTopLeft(   in clipAreaImpl()
 1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset…  in clipAreaImpl()
 [all …]
 
 | 
| /aoo42x/main/basebmp/inc/basebmp/ | 
| H A D | bitmapdevice.hxx | 44 namespace basegfx  namespace83     basegfx::B2IVector getSize() const;
 148     void setPixel( const basegfx::B2IPoint& rPt,
 167     void setPixel( const basegfx::B2IPoint&     rPt,
 174     Color getPixel( const basegfx::B2IPoint& rPt );
 201     void drawLine( const basegfx::B2IPoint& rPt1,
 202                    const basegfx::B2IPoint& rPt2,
 227     void drawLine( const basegfx::B2IPoint&     rPt1,
 228                    const basegfx::B2IPoint&     rPt2,
 246     void drawPolygon( const basegfx::B2DPolygon& rPoly,
 [all …]
 
 | 
| /aoo42x/main/slideshow/source/engine/transitions/ | 
| H A D | snakewipe.cxx | 50     ::basegfx::B2DPolyPolygon res;  in calcSnake()59         ::basegfx::B2DPolygon poly;  in calcSnake()
 74         ::basegfx::B2DPolygon poly;  in calcSnake()
 91     ::basegfx::B2DPolyPolygon res;  in calcHalfDiagonalSnake()
 99         ::basegfx::B2DPolygon poly;  in calcHalfDiagonalSnake()
 142         ::basegfx::B2DPolygon poly;  in calcHalfDiagonalSnake()
 184     ::basegfx::B2DPolyPolygon res;  in operator ()()
 202     ::basegfx::B2DPolyPolygon res;  in operator ()()
 206         ::basegfx::B2DPolyPolygon half(  in operator ()()
 209         basegfx::B2DHomMatrix aTransform(basegfx::tools::createScaleB2DHomMatrix(1.0, -1.0));  in operator ()()
 [all …]
 
 | 
| /aoo42x/main/canvas/source/tools/ | 
| H A D | canvastools.cxx | 144         ::basegfx::B2DHomMatrix& getViewStateTransform( ::basegfx::B2DHomMatrix&	transform,  in getViewStateTransform()158         ::basegfx::B2DHomMatrix& getRenderStateTransform( ::basegfx::B2DHomMatrix&		transform,  in getRenderStateTransform()
 208 … ::basegfx::B2DHomMatrix& mergeViewAndRenderTransform( ::basegfx::B2DHomMatrix&		combinedTransform,  in mergeViewAndRenderTransform()
 661         ::basegfx::B2DHomMatrix& calcRectToOriginTransform( ::basegfx::B2DHomMatrix&			o_transform,  in calcRectToOriginTransform()
 676 …       const basegfx::B2DHomMatrix aCorrectedTransform(basegfx::tools::createTranslateB2DHomMatrix(  in calcRectToOriginTransform()
 685         ::basegfx::B2DRange& calcTransformedRectBounds( ::basegfx::B2DRange&			outRect,  in calcTransformedRectBounds()
 723         ::basegfx::B2DHomMatrix& calcRectToRectTransform( ::basegfx::B2DHomMatrix&			o_transform,  in calcRectToRectTransform()
 741             basegfx::B2DHomMatrix aCorrectedTransform(basegfx::tools::createTranslateB2DHomMatrix(  in calcRectToRectTransform()
 880         ::basegfx::B2IRange spritePixelAreaFromB2DRange( const ::basegfx::B2DRange& rRange )  in spritePixelAreaFromB2DRange()
 885             const ::basegfx::B2IPoint aTopLeft( ::basegfx::fround( rRange.getMinX() ),  in spritePixelAreaFromB2DRange()
 [all …]
 
 | 
| /aoo42x/main/drawinglayer/source/primitive2d/ | 
| H A D | graphicprimitivehelper2d.cxx | 220             const basegfx::B2DHomMatrix& rTransform)  in create2DDecompositionOfGraphic()265 …if(basegfx::fTools::more(rSvgRange.getWidth(), 0.0) && basegfx::fTools::more(rSvgRange.getHeight()…  in create2DDecompositionOfGraphic()
 315                             basegfx::fround(aRange.getMinX()), basegfx::fround(aRange.getMinY()),  in create2DDecompositionOfGraphic()
 316                             basegfx::fround(aRange.getMaxX()), basegfx::fround(aRange.getMaxY()));  in create2DDecompositionOfGraphic()
 668 								aRectangle.Top() + basegfx::fround(fVer * 0.3));  in create2DDecompositionOfGraphic()
 759                             basegfx::B2DPolygon aMaskPolygon(basegfx::tools::createUnitPolygon());  in create2DDecompositionOfGraphic()
 881             if(!basegfx::fTools::equalZero(fLuminance)  in create2DColorModifierEmbeddingsAsNeeded()
 883                 || !basegfx::fTools::equalZero(fRed)  in create2DColorModifierEmbeddingsAsNeeded()
 884                 || !basegfx::fTools::equalZero(fGreen)  in create2DColorModifierEmbeddingsAsNeeded()
 885                 || !basegfx::fTools::equalZero(fBlue))  in create2DColorModifierEmbeddingsAsNeeded()
 [all …]
 
 | 
| H A D | svggradientprimitive2d.cxx | 177 …              if(basegfx::fTools::equalZero(fPolyWidth) || basegfx::fTools::equalZero(fPolyHeight))  in checkPreconditions()291             const basegfx::B2DPoint& rStart,  in SvgGradientHelper()
 342 …       if(basegfx::fTools::equalZero(aVector.getX()) && basegfx::fTools::equalZero(aVector.getY()))  in checkPreconditions()
 572             const basegfx::B2DPoint& rStart,  in SvgLinearGradientPrimitive2D()
 573             const basegfx::B2DPoint& rEnd,  in SvgLinearGradientPrimitive2D()
 860             const basegfx::B2DPoint& rStart,  in SvgRadialGradientPrimitive2D()
 864             const basegfx::B2DPoint* pFocal)  in SvgRadialGradientPrimitive2D()
 948                         basegfx::B2DRange(  in create2DDecomposition()
 1065                     basegfx::B2DPolygon aNew(basegfx::tools::createPolygonFromUnitCircle());  in create2DDecomposition()
 1078             const basegfx::BColor& aColorA, double fScaleA, const basegfx::B2DVector& rTranslateA,  in SvgRadialAtomPrimitive2D()
 [all …]
 
 | 
| /aoo42x/main/basegfx/source/color/ | 
| H A D | bcolormodifier.cxx | 29 namespace basegfx  namespace38 namespace basegfx  namespace
 59 namespace basegfx  namespace
 78 namespace basegfx  namespace
 99 namespace basegfx  namespace
 125 namespace basegfx  namespace
 151 namespace basegfx  namespace
 186 namespace basegfx  namespace
 192 …mbUseIt(!basegfx::fTools::equal(fValue, 1.0) && basegfx::fTools::more(fValue, 0.0) && basegfx::fTo…  in BColorModifier_gamma()
 238 namespace basegfx  namespace
 [all …]
 
 |