Lines Matching refs:ptrdiff_t
107 std::ptrdiff_t nPolyIdx, in ActiveEdge()
119 std::ptrdiff_t getTargetPolygonIndex() const { return mnPolygonIdx; } in getTargetPolygonIndex()
120 void setTargetPolygonIndex( std::ptrdiff_t nIdx ) { mnPolygonIdx = nIdx; } in setTargetPolygonIndex()
153 std::ptrdiff_t mnPolygonIdx;
275 void setPolygonPoolIndex( std::ptrdiff_t nIdx ) { mnIdx = nIdx; } in setPolygonPoolIndex()
316 std::ptrdiff_t intersect( SweepLineEvent& rEvent, in intersect()
378 std::ptrdiff_t getPolygonPoolIndex() const { return mnIdx; } in getPolygonPoolIndex()
422 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleFinalOwnLeftEdge()
442 std::ptrdiff_t handleComplexLeftEdge(ActiveEdge& rActiveEdge, in handleComplexLeftEdge()
455 const std::ptrdiff_t nIdxNewPolygon=rPolygonPool.alloc(); in handleComplexLeftEdge()
465 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleComplexLeftEdge()
491 std::ptrdiff_t handleComplexRightEdge(ActiveEdge& rActiveEdge, in handleComplexRightEdge()
495 const std::ptrdiff_t nTmpIdx=rActiveEdge.getTargetPolygonIndex(); in handleComplexRightEdge()
555 std::ptrdiff_t mnIdx;
667 const std::ptrdiff_t nIdxPolygon=io_rPolygonPool.alloc(); in createActiveEdgesFromStartEvent()
787 std::ptrdiff_t nCurrPolyIdx=-1; in processActiveEdges()