Lines Matching refs:B2DClipState

500     B2DClipState::B2DClipState() :  in B2DClipState()  function in basegfx::tools::B2DClipState
504 B2DClipState::~B2DClipState() in ~B2DClipState()
507 B2DClipState::B2DClipState( const B2DClipState& rOrig ) : in B2DClipState() function in basegfx::tools::B2DClipState
511 B2DClipState::B2DClipState( const B2DRange& rRange ) : in B2DClipState() function in basegfx::tools::B2DClipState
515 B2DClipState::B2DClipState( const B2DPolygon& rPoly ) : in B2DClipState() function in basegfx::tools::B2DClipState
519 B2DClipState::B2DClipState( const B2DPolyPolygon& rPolyPoly ) : in B2DClipState() function in basegfx::tools::B2DClipState
523 B2DClipState& B2DClipState::operator=( const B2DClipState& rRHS ) in operator =()
529 void B2DClipState::makeUnique() in makeUnique()
534 void B2DClipState::makeNull() in makeNull()
539 bool B2DClipState::isNull() const in isNull()
544 void B2DClipState::makeClear() in makeClear()
549 bool B2DClipState::isCleared() const in isCleared()
554 bool B2DClipState::operator==(const B2DClipState& rRHS) const in operator ==()
562 bool B2DClipState::operator!=(const B2DClipState& rRHS) const in operator !=()
567 void B2DClipState::unionRange(const B2DRange& rRange) in unionRange()
572 void B2DClipState::unionPolygon(const B2DPolygon& rPoly) in unionPolygon()
577 void B2DClipState::unionPolyPolygon(const B2DPolyPolygon& rPolyPoly) in unionPolyPolygon()
582 void B2DClipState::unionClipState(const B2DClipState& rState) in unionClipState()
587 void B2DClipState::intersectRange(const B2DRange& rRange) in intersectRange()
592 void B2DClipState::intersectPolygon(const B2DPolygon& rPoly) in intersectPolygon()
597 void B2DClipState::intersectPolyPolygon(const B2DPolyPolygon& rPolyPoly) in intersectPolyPolygon()
602 void B2DClipState::intersectClipState(const B2DClipState& rState) in intersectClipState()
607 void B2DClipState::subtractRange(const B2DRange& rRange) in subtractRange()
612 void B2DClipState::subtractPolygon(const B2DPolygon& rPoly) in subtractPolygon()
617 void B2DClipState::subtractPolyPolygon(const B2DPolyPolygon& rPolyPoly) in subtractPolyPolygon()
622 void B2DClipState::subtractClipState(const B2DClipState& rState) in subtractClipState()
627 void B2DClipState::xorRange(const B2DRange& rRange) in xorRange()
632 void B2DClipState::xorPolygon(const B2DPolygon& rPoly) in xorPolygon()
637 void B2DClipState::xorPolyPolygon(const B2DPolyPolygon& rPolyPoly) in xorPolyPolygon()
642 void B2DClipState::xorClipState(const B2DClipState& rState) in xorClipState()
647 B2DPolyPolygon B2DClipState::getClipPoly() const in getClipPoly()