Home
last modified time | relevance | path

Searched refs:FindColor (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/utils/
DSkParse.h19 static const char* FindColor(const char str[], SkColor* value);
/external/skqp/include/utils/
DSkParse.h19 static const char* FindColor(const char str[], SkColor* value);
/external/skia/src/utils/
DSkParseColor.cpp342 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { in FindColor() function in SkParse
/external/skqp/src/utils/
DSkParseColor.cpp241 const char* SkParse::FindColor(const char* value, SkColor* colorPtr) { in FindColor() function in SkParse
/external/ImageMagick/coders/
Dpalm.c192 static ssize_t FindColor(PixelInfo *packet) in FindColor() function
868 SetPixelIndex(image,(Quantum) FindColor(&image->colormap[(ssize_t) in WritePALMImage()