Home | History | Annotate | Download | only in animator

Lines Matching refs:fTokenLength

181     fTokenLength(0), fReturnType(returnType), fError(kNoError)
537 SkASSERT(fTokenLength > 0);
541 SkString token(fToken, fTokenLength);
542 fTokenLength = 0;
610 if (lastPush != false && fTokenLength > 0) {
675 fTokenLength = length;
712 if (fTokenLength == 0) {
807 if (fTokenLength > 0) {
823 fTokenLength = string->size();
937 SkString functionName(fToken, fTokenLength);
938 fTokenLength = 0;
1037 success = (*callBack->fPropertyCallBack)(fToken, fTokenLength,
1041 callbackResult.fOperand.fString = new SkString(fToken, fTokenLength);
1051 fTokenLength = 0;