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

/external/skia/src/utils/
H A DSkParse.cpp32 static int to_hex(int c) function
46 return to_hex(c) >= 0;
119 while ((digit = to_hex(*str)) >= 0)

Completed in 50 milliseconds