Searched refs:bNextIndexValidWithoutClose (Results 1 – 1 of 1) sorted by relevance
1458 const bool bNextIndexValidWithoutClose(nIndex + 1 < mpPolygon->count()); in isBezierSegment() local1460 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() local1485 if(bNextIndexValidWithoutClose || mpPolygon->isClosed()) in getBezierSegment()1487 const sal_uInt32 nNextIndex(bNextIndexValidWithoutClose ? nIndex + 1 : 0); in getBezierSegment()
Completed in 24 milliseconds