Home | History | Annotate | Download | only in sksl

Lines Matching defs:startOffset

528     int startOffset = fOffset;
529 if (startOffset == fLength) {
530 return LayoutToken(LayoutToken::END_OF_FILE, startOffset, 0);
532 int offset = startOffset;
535 int lastAcceptEnd = startOffset + 1;
551 return LayoutToken(lastAccept, startOffset, lastAcceptEnd - startOffset);