Home
last modified time | relevance | path

Searched refs:ORIENTATION_NEGATIVE (Results 1 – 10 of 10) sorted by relevance

/trunk/main/basegfx/test/
H A Dboxclipper.cxx112 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
113 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
115 aIntersectionN.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
116 aIntersectionN.appendElement( aNorth, ORIENTATION_NEGATIVE ); in SetUp()
118 aIntersectionE.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
119 aIntersectionE.appendElement( aEast, ORIENTATION_NEGATIVE ); in SetUp()
121 aIntersectionS.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
122 aIntersectionS.appendElement( aSouth, ORIENTATION_NEGATIVE ); in SetUp()
124 aIntersectionW.appendElement( aCenter, ORIENTATION_NEGATIVE ); in SetUp()
125 aIntersectionW.appendElement( aWest, ORIENTATION_NEGATIVE ); in SetUp()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx809 … pNewHelper->mnDepth = (ORIENTATION_NEGATIVE == pNewHelper->meOrinetation ? -1 : 1); in createNonzeroConform()
826 … rHelperA.mnDepth += (ORIENTATION_NEGATIVE == rHelperB.meOrinetation ? -1 : 1); in createNonzeroConform()
834 … rHelperB.mnDepth += (ORIENTATION_NEGATIVE == rHelperA.meOrinetation ? -1 : 1); in createNonzeroConform()
889 pNewHelper->mnDepth = (ORIENTATION_NEGATIVE == pNewHelper->meOrinetation ? -1L : 0L); in stripDispensablePolygons()
925 if(ORIENTATION_NEGATIVE == rHelperB.meOrinetation) in stripDispensablePolygons()
936 if(ORIENTATION_NEGATIVE == rHelperA.meOrinetation) in stripDispensablePolygons()
H A Db3dpolygontools.cxx112 if(ORIENTATION_NEGATIVE == getOrientation(rCandidate)) in getPositiveOrientedNormal()
134 eRetval = ORIENTATION_NEGATIVE; in getOrientation()
H A Db2dpolypolygontools.cxx65 const bool bIsHole(ORIENTATION_NEGATIVE == aOrientation); in correctOrientations()
H A Db2dlinegeometry.cxx909 else if(ORIENTATION_NEGATIVE == aOrientation) in createAreaGeometry()
H A Db2dpolygontools.cxx164 eRetval = ORIENTATION_NEGATIVE; in getOrientation()
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2enums.hxx39 ORIENTATION_NEGATIVE, enumerator
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx113 return ORIENTATION_NEGATIVE; in getOrientation()
H A Db2dvector.cxx166 return ORIENTATION_NEGATIVE; in getOrientation()
/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx42 basegfx::ORIENTATION_NEGATIVE : basegfx::ORIENTATION_POSITIVE; in flipOrientation()

Completed in 546 milliseconds