Skip to content
  • Dmitry Kazakov's avatar
    Implemented KisSequentialIterator · 3647fbfb
    Dmitry Kazakov authored
    This iterator is an HLineIterator-based substitution for the usual
    Rect Iterator, which should get deprecated for several reasons:
    
    1) It is really complicated to implement a Wrapped version of this
       iterator.
    2) New KisSequentialIterator is about twice faster than old Rect Iterator
    3) We used Rect Iterator quite rarely
    3647fbfb