Home
last modified time | relevance | path

Searched refs:B2DPolyRange (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx261 B2DPolyRange::B2DPolyRange() : in B2DPolyRange() function in basegfx::B2DPolyRange
265 B2DPolyRange::~B2DPolyRange() in ~B2DPolyRange()
268 B2DPolyRange::B2DPolyRange( const ElementType& rElem ) : in B2DPolyRange() function in basegfx::B2DPolyRange
272 B2DPolyRange::B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in B2DPolyRange() function in basegfx::B2DPolyRange
276 B2DPolyRange::B2DPolyRange( const B2DPolyRange& rRange ) : in B2DPolyRange() function in basegfx::B2DPolyRange
280 B2DPolyRange& B2DPolyRange::operator=( const B2DPolyRange& rRange ) in operator =()
291 bool B2DPolyRange::operator==(const B2DPolyRange& rRange) const in operator ==()
299 bool B2DPolyRange::operator!=(const B2DPolyRange& rRange) const in operator !=()
309 B2DPolyRange::ElementType B2DPolyRange::getElement(sal_uInt32 nIndex) const in getElement()
344 void B2DPolyRange::insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange& rRange) in insertPolyRange()
[all …]
/trunk/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx55 class BASEGFX_DLLPUBLIC B2DPolyRange class
60 B2DPolyRange();
61 ~B2DPolyRange();
65 explicit B2DPolyRange( const ElementType& rElement );
66 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient );
67 B2DPolyRange( const B2DPolyRange& );
68 B2DPolyRange& operator=( const B2DPolyRange& );
73 bool operator==(const B2DPolyRange&) const;
74 bool operator!=(const B2DPolyRange&) const;
90 void insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange&);
[all …]
/trunk/main/basegfx/test/
H A Dboxclipper.cxx73 B2DPolyRange aDisjunctRanges;
74 B2DPolyRange aEqualRanges;
75 B2DPolyRange aIntersectionN;
76 B2DPolyRange aIntersectionE;
77 B2DPolyRange aIntersectionS;
78 B2DPolyRange aIntersectionW;
79 B2DPolyRange aIntersectionNE;
80 B2DPolyRange aIntersectionSE;
81 B2DPolyRange aIntersectionSW;
82 B2DPolyRange aIntersectionNW;
[all …]
H A Dbasegfx2d.cxx264 B2DPolyRange aRange; in TEST_F()
/trunk/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx36 class B2DPolyRange;
/trunk/main/slideshow/source/engine/slide/
H A Dlayer.hxx293 basegfx::B2DPolyRange maUpdateAreas;
/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx495 mutable B2DPolyRange maPendingRanges;

Completed in 35 milliseconds