Home
last modified time | relevance | path

Searched refs:dotCheck (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/animator/
DSkScriptTokenizer.cpp486 const char* dotCheck; in innerScript() local
550 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32); in innerScript()
551 if (dotCheck[0] != '.') { in innerScript()
552 script = dotCheck; in innerScript()
DSkScript.cpp533 const char* dotCheck; in innerScript() local
651 dotCheck = SkParse::FindS32(script, &operand.fS32); in innerScript()
652 if (dotCheck[0] != '.') { in innerScript()
653 script = dotCheck; in innerScript()