Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/range/
H A Db2dpolyrange.cxx138 void insertPolyRange(sal_uInt32 nIndex, const ImplB2DPolyRange& rPolyRange) in insertPolyRange() argument
140 … maRanges.insert(maRanges.begin()+nIndex, rPolyRange.maRanges.begin(), rPolyRange.maRanges.end()); in insertPolyRange()
141 … maOrient.insert(maOrient.begin()+nIndex, rPolyRange.maOrient.begin(), rPolyRange.maOrient.end()); in insertPolyRange()
145 void appendPolyRange(const ImplB2DPolyRange& rPolyRange) in appendPolyRange() argument
148 rPolyRange.maRanges.begin(), in appendPolyRange()
149 rPolyRange.maRanges.end()); in appendPolyRange()
151 rPolyRange.maOrient.begin(), in appendPolyRange()
152 rPolyRange.maOrient.end()); in appendPolyRange()

Completed in 440 milliseconds