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

  /external/chromium_org/third_party/skia/include/utils/
SkParse.h 19 static const char* FindColor(const char str[], SkColor* value);
  /external/skia/include/utils/
SkParse.h 19 static const char* FindColor(const char str[], SkColor* value);
  /external/chromium_org/third_party/skia/src/views/
SkParsePaint.cpp 26 colors[0] = colors[1] = SK_ColorBLACK; // need to initialized the alpha to opaque, since FindColor doesn't set it
28 SkParse::FindColor(str, &colors[0]) &&
30 SkParse::FindColor(str, &colors[1]) &&
91 if (SkParse::FindColor(str, &c))
  /external/skia/src/views/
SkParsePaint.cpp 26 colors[0] = colors[1] = SK_ColorBLACK; // need to initialized the alpha to opaque, since FindColor doesn't set it
28 SkParse::FindColor(str, &colors[0]) &&
30 SkParse::FindColor(str, &colors[1]) &&
91 if (SkParse::FindColor(str, &c))
  /external/chromium_org/third_party/skia/src/utils/
SkParseColor.cpp 456 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) {
506 SkASSERT(FindColor(nameRGB.name, &result) != NULL);
516 SkASSERT(FindColor(bad, &result) == NULL);
518 SkASSERT(FindColor(bad, &result) == NULL);
521 SkASSERT(FindColor("lightGrey", &result));
523 // SkASSERT(FindColor("12,34,56,78", &result));
526 SkASSERT(FindColor("#ABCdef", &result));
528 SkASSERT(FindColor("#12ABCdef", &result));
531 SkASSERT(FindColor("#123", &result));
533 SkASSERT(FindColor("#abcd", &result))
    [all...]
  /external/skia/src/utils/
SkParseColor.cpp 456 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) {
506 SkASSERT(FindColor(nameRGB.name, &result) != NULL);
516 SkASSERT(FindColor(bad, &result) == NULL);
518 SkASSERT(FindColor(bad, &result) == NULL);
521 SkASSERT(FindColor("lightGrey", &result));
523 // SkASSERT(FindColor("12,34,56,78", &result));
526 SkASSERT(FindColor("#ABCdef", &result));
528 SkASSERT(FindColor("#12ABCdef", &result));
531 SkASSERT(FindColor("#123", &result));
533 SkASSERT(FindColor("#abcd", &result))
    [all...]

Completed in 281 milliseconds