Home | History | Annotate | Download | only in gradients

Lines Matching full:startindex

186         int startIndex = dummyFirst ? 0 : 1;
190 const SkScalar uniformStep = desc.fPos[startIndex] - prev;
191 for (int i = startIndex; i < count; i++) {