Home | History | Annotate | Download | only in sksl

Lines Matching defs:argStart

705     size_t argStart = 0;
726 for (size_t i = argStart; i < argStart + argCount; ++i) {
730 argStart += argCount;
734 // argStart is equal to the number of fFormatArgs that were consumed
736 if (argStart > 0) {
737 fFormatArgs.erase(fFormatArgs.begin(), fFormatArgs.begin() + argStart);