Lines Matching refs:fTokenLength
123 fTokenLength(0), fReturnType(returnType), fError(kNoError), in SkScriptEngine2()
512 if (lastPush != false && fTokenLength > 0) { in innerScript()
515 SkString functionName(fToken, fTokenLength); in innerScript()
569 fTokenLength = length; in innerScript()
605 if (fTokenLength == 0) { in innerScript()
692 if (fTokenLength > 0) { in innerScript()
735 fTokenLength = string->size(); in innerScript()
807 size_t functionNameLen = fTokenLength; in handleFunction()
808 fTokenLength = 0; in handleFunction()
880 success = (*callBack)->getReference(fToken, fTokenLength, &callbackResult); in handleProperty()
883 callbackResult.fOperand.fString = new SkString(fToken, fTokenLength); in handleProperty()
892 fTokenLength = 0; in handleProperty()