Home | History | Annotate | Download | only in core

Lines Matching refs:inc

770 void SkPath::incReserve(int inc) {
772 if (inc > 0) {
773 SkPathRef::Editor(&fPathRef, inc, inc);
3026 static int find_diff_pt(const SkPoint pts[], int index, int n, int inc) {
3029 i = (i + inc) % n;