HomeSort by relevance Sort by last modified time
    Searched refs:dotCheck (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkScript.cpp 540 const char* dotCheck;
658 dotCheck = SkParse::FindS32(script, &operand.fS32);
659 if (dotCheck[0] != '.') {
660 script = dotCheck;
    [all...]
SkScriptTokenizer.cpp 478 const char* dotCheck;
541 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32);
542 if (dotCheck[0] != '.') {
543 script = dotCheck;
    [all...]

Completed in 23 milliseconds