Searched refs:FindHex (Results 1 – 7 of 7) sorted by relevance
20 static const char* FindHex(const char str[], uint32_t* value);
377 return vstr && SkParse::FindHex(vstr, value); in findHex()416 return vstr && SkParse::FindHex(vstr, &value) && value == target; in hasHex()
460 const char* end = SkParse::FindHex(value + 1, &hex); in FindColor()
107 const char* SkParse::FindHex(const char str[], uint32_t* value) in FindHex() function in SkParse
313 const char* SkParse::FindHex(char const*, unsigned int* ) {return 0; } in FindHex() function in SkParse
542 script = SkParse::FindHex(script, (uint32_t*) &operand.fOperand.fS32); in innerScript()
637 script = SkParse::FindHex(script, (uint32_t*)&operand.fS32); in innerScript()