Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
H A DSkParseColor.cpp11 static constexpr const char* gColorNames[] = { variable
300 const auto rec = std::lower_bound(std::begin(gColorNames), in FindNamedColor()
301 std::end (gColorNames), in FindNamedColor()
307 if (rec == std::end(gColorNames) || 0 != strcmp(name, *rec)) { in FindNamedColor()
312 int index = rec - gColorNames; in FindNamedColor()

Completed in 1 milliseconds