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