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

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

Completed in 527 milliseconds