Home
last modified time | relevance | path

Searched refs:ImplB2DClipState (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/tools/
H A Db2dclipstate.cxx41 struct ImplB2DClipState struct
46 ImplB2DClipState() : in ImplB2DClipState() function
53 explicit ImplB2DClipState( const B2DRange& rRange ) : in ImplB2DClipState() function
61 explicit ImplB2DClipState( const B2DPolygon& rPoly ) : in ImplB2DClipState() function
112 bool operator==(const ImplB2DClipState& rRHS) const in operator ==() argument
199 void unionClipState(const ImplB2DClipState& rOther) in unionClipState() argument
263 void subtractClipState(const ImplB2DClipState& rOther) in subtractClipState() argument
286 void xorClipState(const ImplB2DClipState& rOther) in xorClipState() argument
512 mpImpl( ImplB2DClipState(rRange) ) in B2DClipState()
516 mpImpl( ImplB2DClipState(rPoly) ) in B2DClipState()
[all …]
/trunk/main/basegfx/inc/basegfx/tools/
H A Db2dclipstate.hxx42 struct ImplB2DClipState;
57 typedef o3tl::cow_wrapper< ImplB2DClipState > ImplType;

Completed in 12 milliseconds