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

/external/chromium_org/third_party/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)
/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 221 milliseconds