HomeSort by relevance Sort by last modified time
    Searched refs:to_hex (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkParse.cpp 32 static int to_hex(int c) function
46 return to_hex(c) >= 0;
119 while ((digit = to_hex(*str)) >= 0)
  /external/skia/src/utils/
SkParse.cpp 32 static int to_hex(int c) function
46 return to_hex(c) >= 0;
119 while ((digit = to_hex(*str)) >= 0)

Completed in 620 milliseconds