Searched refs:FindColor (Results 1 - 5 of 5) sorted by relevance
/external/skia/include/utils/ |
H A D | SkParse.h | 19 static const char* FindColor(const char str[], SkColor* value);
|
/external/skqp/include/utils/ |
H A D | SkParse.h | 19 static const char* FindColor(const char str[], SkColor* value);
|
/external/skia/src/utils/ |
H A D | SkParseColor.cpp | 455 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { function in class:SkParse 505 SkASSERT(FindColor(nameRGB.name, &result) != nullptr); 515 SkASSERT(FindColor(bad, &result) == nullptr); 517 SkASSERT(FindColor(bad, &result) == nullptr); 520 SkASSERT(FindColor("lightGrey", &result)); 522 // SkASSERT(FindColor("12,34,56,78", &result)); 525 SkASSERT(FindColor("#ABCdef", &result)); 527 SkASSERT(FindColor("#12ABCdef", &result)); 530 SkASSERT(FindColor("#123", &result)); 532 SkASSERT(FindColor("#abc [all...] |
/external/skqp/src/utils/ |
H A D | SkParseColor.cpp | 455 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { function in class:SkParse 505 SkASSERT(FindColor(nameRGB.name, &result) != nullptr); 515 SkASSERT(FindColor(bad, &result) == nullptr); 517 SkASSERT(FindColor(bad, &result) == nullptr); 520 SkASSERT(FindColor("lightGrey", &result)); 522 // SkASSERT(FindColor("12,34,56,78", &result)); 525 SkASSERT(FindColor("#ABCdef", &result)); 527 SkASSERT(FindColor("#12ABCdef", &result)); 530 SkASSERT(FindColor("#123", &result)); 532 SkASSERT(FindColor("#abc [all...] |
/external/ImageMagick/coders/ |
H A D | palm.c | 183 % FindColor() returns the index of the matching entry from PalmPalette for a 186 % The format of the FindColor method is: 188 % int FindColor(PixelInfo *pixel) 197 static ssize_t FindColor(PixelInfo *packet) 850 SetPixelIndex(image,(Quantum) FindColor(&image->colormap[(ssize_t) 192 static ssize_t FindColor(PixelInfo *packet) function
|
Completed in 142 milliseconds