Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygon.cxx1458 const bool bNextIndexValidWithoutClose(nIndex + 1 < mpPolygon->count()); in isBezierSegment() local
1460 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in isBezierSegment()
1462 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in isBezierSegment()
1483 const bool bNextIndexValidWithoutClose(nIndex + 1 < mpPolygon->count()); in getBezierSegment() local
1485 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in getBezierSegment()
1487 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in getBezierSegment()

Completed in 23 milliseconds