OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindColor
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/utils/
SkParse.h
19
static const char*
FindColor
(const char str[], SkColor* value);
/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/skia/src/utils/
SkParseColor.cpp
456
const char* SkParse::
FindColor
(const char* value, SkColor* colorPtr) {
506
SkASSERT(
FindColor
(nameRGB.name, &result) != nullptr);
516
SkASSERT(
FindColor
(bad, &result) == nullptr);
518
SkASSERT(
FindColor
(bad, &result) == nullptr);
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/ImageMagick/coders/
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)
[
all
...]
Completed in 267 milliseconds