Home
last modified time | relevance | path

Searched refs:FindS32 (Results 1 – 7 of 7) sorted by relevance

/external/skia/include/utils/
DSkParse.h23 static const char* FindS32(const char str[], int32_t* value);
/external/skia/src/views/
DSkEvent.cpp134 if (SkParse::FindS32(value, &n)) in inflate()
156 if (SkParse::FindS32(value, &n)) in inflate()
/external/skia/src/utils/
DSkParse.cpp138 const char* SkParse::FindS32(const char str[], int32_t* value) in FindS32() function in SkParse
/external/skia/src/xml/
DSkDOM.cpp404 return vstr && SkParse::FindS32(vstr, value); in findS32()
441 return vstr && SkParse::FindS32(vstr, &value) && value == target; in hasS32()
/external/skia/src/animator/
DSkScriptRuntime.cpp203 if (SkParse::FindS32(operand[0].fString->c_str(), &operand[0].fS32) == nullptr) in executeTokens()
DSkScriptTokenizer.cpp550 dotCheck = SkParse::FindS32(script, &operand.fOperand.fS32); in innerScript()
1206 success = SkParse::FindS32(operand.fString->c_str(), &operand.fS32) != nullptr; in ConvertTo()
DSkScript.cpp651 dotCheck = SkParse::FindS32(script, &operand.fS32); in innerScript()
1512 success = SkParse::FindS32(operand.fString->c_str(), &operand.fS32) != nullptr; in ConvertTo()