SIGN IN SIGN UP

cpu_engine: optimize RLE clipping

- Reduce span intersection complexity from O(N×M) to O(N+M) with
  two-pointer traversal.
- Report an empty clipping result as unsuccessful.
H
Hermet Park committed
61c3e112d58a53ca800b9243f815846f58a1b4fe
Parent: 3035329