Home
last modified time | relevance | path

Searched refs:basegfx (Results 476 – 500 of 1243) sorted by relevance

1...<<11121314151617181920>>...50

/trunk/main/drawinglayer/source/attribute/
H A Dsdrfillattribute.cxx45 basegfx::BColor maColor; // fill color
53 const basegfx::BColor& rColor, in ImpSdrFillAttribute()
68 const basegfx::BColor& getColor() const { return maColor; } in getColor()
91 basegfx::BColor(), in get_global_default()
106 const basegfx::BColor& rColor, in SdrFillAttribute()
185 const basegfx::BColor& SdrFillAttribute::getColor() const in getColor()
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx30 namespace basegfx namespace
32 B2IVector& B2IVector::operator=( const ::basegfx::B2ITuple& rVec ) in operator =()
63 return (const B2IVector&) ::basegfx::B2ITuple::getEmptyTuple(); in getEmptyVector()
80 if(!::basegfx::fTools::equalZero(fLenNow)) in setLength()
84 if(!::basegfx::fTools::equal(fOne, fLenNow)) in setLength()
99 return ::basegfx::fTools::equalZero(fVal); in areParallel()
/trunk/main/svx/source/xoutdev/
H A Dxtabdash.cxx152 basegfx::B2DPolygon aLine; in ImpCreateBitmapForXDash()
154 aLine.append(basegfx::B2DPoint(0.0, aSize.Height() / 2.0)); in ImpCreateBitmapForXDash()
155 aLine.append(basegfx::B2DPoint(aSize.Width(), aSize.Height() / 2.0)); in ImpCreateBitmapForXDash()
158 const basegfx::BColor aLineColor(rStyleSettings.GetFieldTextColor().getBColor()); in ImpCreateBitmapForXDash()
170 … const basegfx::B2DHomMatrix aScaleMatrix(OutputDevice::LogicToLogic(MAP_100TH_MM, MAP_PIXEL)); in ImpCreateBitmapForXDash()
171 const basegfx::B2DVector aScaleVector(aScaleMatrix * basegfx::B2DVector(1.0, 0.0)); in ImpCreateBitmapForXDash()
/trunk/main/canvas/source/tools/
H A Dparametricpolypolygon.cxx150 ::basegfx::tools::createPolygonFromCircle( in createEllipticalGradient()
151 ::basegfx::B2DPoint(0,0), 1 ), in createEllipticalGradient()
165 ::basegfx::tools::createPolygonFromRect( in createRectangularGradient()
166 ::basegfx::B2DRectangle( -1, -1, 1, 1 ) ), in createRectangularGradient()
235 const ::basegfx::B2DPolygon& rGradientPoly, in ParametricPolyPolygon()
250 const ::basegfx::B2DPolygon& rGradientPoly, in ParametricPolyPolygon()
271 maValues( ::basegfx::B2DPolygon(), in ParametricPolyPolygon()
/trunk/main/drawinglayer/source/tools/
H A Dconverters.cxx68 nDiscreteWidth = basegfx::fround((double)nDiscreteWidth * fReduceFactor); in convertToBitmapEx()
69 nDiscreteHeight = basegfx::fround((double)nDiscreteHeight * fReduceFactor); in convertToBitmapEx()
73 basegfx::tools::createScaleB2DHomMatrix(fReduceFactor, fReduceFactor), in convertToBitmapEx()
126 basegfx::BColorModifierSharedPtr( in convertToBitmapEx()
127 new basegfx::BColorModifier_replace( in convertToBitmapEx()
128 basegfx::BColor(0.0, 0.0, 0.0))))); in convertToBitmapEx()
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx71 basegfx::B2DPolyPolygon aB2DPolyPolygon(rObject.TakeXorPoly()); in ImplConnectMarkerOverlay()
96basegfx::B2DPoint aTopLeft(rPosition.X() - aHalfLogicSize.Width(), rPosition.Y() - aHalfLogicSize.… in ImplConnectMarkerOverlay()
97basegfx::B2DPoint aBottomRight(rPosition.X() + aHalfLogicSize.Width(), rPosition.Y() + aHalfLogicS… in ImplConnectMarkerOverlay()
99 basegfx::B2DPolygon aTempPoly; in ImplConnectMarkerOverlay()
101 aTempPoly.append(basegfx::B2DPoint(aBottomRight.getX(), aTopLeft.getY())); in ImplConnectMarkerOverlay()
103 aTempPoly.append(basegfx::B2DPoint(aTopLeft.getX(), aBottomRight.getY())); in ImplConnectMarkerOverlay()
106 basegfx::B2DPolyPolygon aTempPolyPoly; in ImplConnectMarkerOverlay()
137 …void CreateAndShowOverlay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2D…
150 …dShowOverlay(const SdrCreateView& rView, const SdrObject* pObject, const basegfx::B2DPolyPolygon& … in CreateAndShowOverlay()
840 basegfx::B2DPolyPolygon aDragPolyPolygon; in ShowCreateObj()
[all …]
/trunk/main/slideshow/test/
H A Dtestshape.cxx47 const basegfx::B2DRange maRect;
54 ImplTestShape( const basegfx::B2DRange& rRect, in ImplTestShape()
170 virtual ::basegfx::B2DRectangle getBounds() const in getBounds()
174 virtual ::basegfx::B2DRectangle getDomBounds() const in getDomBounds()
178 virtual ::basegfx::B2DRectangle getUpdateArea() const in getUpdateArea()
209 TestShapeSharedPtr createTestShape(const basegfx::B2DRange& rRect, in createTestShape()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h196 virtual bool drawPolyPolygon( const ::basegfx::B2DPolyPolygon&, double fTransparency );
198 const ::basegfx::B2DPolygon&,
200 const ::basegfx::B2DVector& rLineWidth,
201 basegfx::B2DLineJoin,
251 const basegfx::B2DPoint& rNull,
252 const basegfx::B2DPoint& rX,
253 const basegfx::B2DPoint& rY,
358 virtual bool GetGlyphOutline( sal_GlyphId, ::basegfx::B2DPolyPolygon& );
/trunk/main/svx/source/engine3d/
H A Dhelperminimaldepth3d.cxx96 const basegfx::B3DPolygon& rPolygon = rPrimitive.getB3DPolygon(); in processBasePrimitive3D()
101 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * rPolygon.getB3DPoi… in processBasePrimitive3D()
115 const basegfx::B3DPolyPolygon& rPolyPolygon = rPrimitive.getB3DPolyPolygon(); in processBasePrimitive3D()
120 const basegfx::B3DPolygon aPolygon(rPolyPolygon.getB3DPolygon(a)); in processBasePrimitive3D()
125 …const basegfx::B3DPoint aPointInView(getViewInformation3D().getObjectToView() * aPolygon.getB3DPoi… in processBasePrimitive3D()
179 basegfx::B3DHomMatrix aInBetweenSceneMatrix; in getMinimalDepthInViewCoordinates()
H A Dsvx3ditems.cxx229 Svx3DLightDirection1Item::Svx3DLightDirection1Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection1Item()
233 Svx3DLightDirection2Item::Svx3DLightDirection2Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection2Item()
237 Svx3DLightDirection3Item::Svx3DLightDirection3Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection3Item()
241 Svx3DLightDirection4Item::Svx3DLightDirection4Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection4Item()
245 Svx3DLightDirection5Item::Svx3DLightDirection5Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection5Item()
249 Svx3DLightDirection6Item::Svx3DLightDirection6Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection6Item()
253 Svx3DLightDirection7Item::Svx3DLightDirection7Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection7Item()
257 Svx3DLightDirection8Item::Svx3DLightDirection8Item(const basegfx::B3DVector& rVec) in Svx3DLightDirection8Item()
/trunk/main/svgio/source/svgreader/
H A Dsvgrectnode.cxx152 const basegfx::B2DHomMatrix aMatrix(readTransform(aContent, *this)); in parseAttribute()
181 const basegfx::B2DRange aRange(fX, fY, fX + fWidth, fY + fHeight); in decomposeSvgNode()
182 basegfx::B2DPolygon aPath; in decomposeSvgNode()
207 aPath = basegfx::tools::createPolygonFromRect(aRange, frX * 2.0, frY * 2.0); in decomposeSvgNode()
211 aPath = basegfx::tools::createPolygonFromRect(aRange); in decomposeSvgNode()
216 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dpolygontriangulator.hxx33 namespace basegfx namespace
38 BASEGFX_DLLPUBLIC ::basegfx::B2DPolygon triangulate(const ::basegfx::B2DPolygon& rCandidate);
41 BASEGFX_DLLPUBLIC ::basegfx::B2DPolygon triangulate(const ::basegfx::B2DPolyPolygon& rCandidate);
/trunk/main/slideshow/source/engine/transitions/
H A Dtransitiontools.hxx38 ::basegfx::B2DPolygon createUnitRect();
41 ::basegfx::B2DPolyPolygon flipOnXAxis(
42 ::basegfx::B2DPolyPolygon const & polypoly );
45 ::basegfx::B2DPolyPolygon flipOnYAxis(
46 ::basegfx::B2DPolyPolygon const & polypoly );
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlayline.hxx39 basegfx::B2DPoint maSecondPosition;
46 const basegfx::B2DPoint& rBasePos,
47 const basegfx::B2DPoint& rSecondPos);
51 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition()
52 void setSecondPosition(const basegfx::B2DPoint& rNew);
H A Doverlayrollingrectangle.hxx39 basegfx::B2DPoint maSecondPosition;
53 const basegfx::B2DPoint& rBasePos,
54 const basegfx::B2DPoint& rSecondPos,
60 const basegfx::B2DPoint& getSecondPosition() const { return maSecondPosition; } in getSecondPosition()
61 void setSecondPosition(const basegfx::B2DPoint& rNew);
/trunk/main/svx/inc/svx/
H A Dview3d.hxx77 …ect(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth, basegfx::B2DHomMatrix& rL…
78 …lat(E3dScene* pScene, SdrObject* pObj, sal_Bool bExtrude, double fDepth, basegfx::B2DHomMatrix& rL…
119 …o3D(sal_Bool bExtrude=sal_True, basegfx::B2DPoint aPnt1 = basegfx::B2DPoint(0.0, 0.0), basegfx::B2…
H A Dpolypolygoneditor.hxx43 PolyPolygonEditor( const basegfx::B2DPolyPolygon& rPolyPolygon, bool bClosed );
45 const basegfx::B2DPolyPolygon& GetPolyPolygon() const { return maPolyPolygon; } in GetPolyPolygon()
58 …bool SetPointsSmooth( basegfx::B2VectorContinuity eFlags, const std::set< sal_uInt16 >& rAbsPoints…
63 …static bool GetRelativePolyPoint( const basegfx::B2DPolyPolygon& rPoly, sal_uInt32 nAbsPnt, sal_uI…
66 basegfx::B2DPolyPolygon maPolyPolygon;
/trunk/main/drawinglayer/inc/drawinglayer/processor3d/
H A Dgeometry2dextractor.hxx53 basegfx::B2DHomMatrix maObjectTransformation;
56 basegfx::BColorModifierStack maBColorModifierStack;
66 const basegfx::B2DHomMatrix& rObjectTransformation);
70 const basegfx::B2DHomMatrix& getObjectTransformation() const { return maObjectTransformation; } in getObjectTransformation()
71 …const basegfx::BColorModifierStack& getBColorModifierStack() const { return maBColorModifierStack;… in getBColorModifierStack()
/trunk/main/canvas/source/directx/
H A Ddx_rendermodule.hxx34 namespace basegfx namespace
59 virtual bool flip( const ::basegfx::B2IRectangle& rUpdateArea,
60 const ::basegfx::B2IRectangle& rCurrWindowArea ) = 0;
64 virtual void resize( const ::basegfx::B2IRange& rect ) = 0;
71 const ::basegfx::B2IVector& rSize ) = 0;
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dsdrshadowattribute.hxx29 namespace basegfx { namespace
52 const basegfx::B2DVector& rOffset,
54 const basegfx::BColor& rColor);
67 const basegfx::B2DVector& getOffset() const;
69 const basegfx::BColor& getColor() const;
H A Dsdrlinestartendattribute.hxx29 namespace basegfx { namespace
51 const basegfx::B2DPolyPolygon& rStartPolyPolygon,
52 const basegfx::B2DPolyPolygon& rEndPolyPolygon,
71 const basegfx::B2DPolyPolygon& getStartPolyPolygon() const;
72 const basegfx::B2DPolyPolygon& getEndPolyPolygon() const;
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dbackgroundcolorprimitive2d.hxx53 basegfx::BColor maBColor;
56 basegfx::B2DRange maLastViewport;
65 const basegfx::BColor& rBColor);
68 const basegfx::BColor& getBColor() const { return maBColor; } in getBColor()
74 virtual basegfx::B2DRange getB2DRange(const geometry::ViewInformation2D& rViewInformation) const;
/trunk/main/canvas/inc/canvas/base/
H A Dspritesurface.hxx53 const ::basegfx::B2DPoint& rOldPos,
54 const ::basegfx::B2DPoint& rNewPos,
55 const ::basegfx::B2DVector& rSpriteSize ) = 0;
64 const ::basegfx::B2DPoint& rPos,
65 const ::basegfx::B2DRange& rUpdateArea ) = 0;
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dbasegfxfactory.hxx39 namespace basegfx namespace
72 …PolyPolygonSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolygon& rPol…
73 …PolyPolygonSharedPtr createPolyPolygon( const CanvasSharedPtr&, const ::basegfx::B2DPolyPolygon& …
77 … BitmapSharedPtr createBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) const;
81 …BitmapSharedPtr createAlphaBitmap( const CanvasSharedPtr&, const ::basegfx::B2ISize& rSize ) con…
/trunk/main/chart2/source/view/inc/
H A DVDiagram.hxx67 ::basegfx::B2IRectangle getCurrentRectangle();
71 ::basegfx::B2IRectangle adjustPosAndSize( const ::com::sun::star::awt::Point& rPos
74 ::basegfx::B2IRectangle adjustInnerSize( const ::basegfx::B2IRectangle& rConsumedOuterRect );
83 ::basegfx::B2IRectangle adjustPosAndSize_2d( const ::com::sun::star::awt::Point& rPos
85 ::basegfx::B2IRectangle adjustPosAndSize_3d( const ::com::sun::star::awt::Point& rPos

Completed in 105 milliseconds

1...<<11121314151617181920>>...50