Home
last modified time | relevance | path

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

/aoo41x/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 …]
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx54 class B2DPolyRange class
59 B2DPolyRange();
60 ~B2DPolyRange();
64 explicit B2DPolyRange( const ElementType& rElement );
65 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient );
66 B2DPolyRange( const B2DPolyRange& );
67 B2DPolyRange& operator=( const B2DPolyRange& );
72 bool operator==(const B2DPolyRange&) const;
73 bool operator!=(const B2DPolyRange&) const;
89 void insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange&);
[all …]
/aoo41x/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.cxx286 B2DPolyRange aRange; in check()
/aoo41x/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx35 class B2DPolyRange;
/aoo41x/main/slideshow/source/engine/slide/
H A Dlayer.hxx293 basegfx::B2DPolyRange maUpdateAreas;
/aoo41x/main/basegfx/source/tools/
H A Db2dclipstate.cxx495 mutable B2DPolyRange maPendingRanges;

Completed in 54 milliseconds