OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:requiresrgbcolor
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGColor.cpp
88
bool
requiresRGBColor
= false;
100
requiresRGBColor
= true;
107
if (
requiresRGBColor
&& rgbColor.isEmpty()) {
120
if (!
requiresRGBColor
) {
Completed in 51 milliseconds