Searched refs:setFromString (Results 1 – 9 of 9) sorted by relevance
75 return color.setFromString(value) && !color.hasAlpha(); in isValidColorString()119 bool success = color.setFromString(element().value()); in valueAsColor()249 if (!color.setFromString(option->value())) in suggestions()
128 bool success = color.setFromString(value); in setValue()
99 bool setFromString(const String&);
180 bool Color::setFromString(const String& name) in setFromString() function in blink::Color
894 if (!parsedColor.setFromString(colorString)) in addHTMLColorToStyle()
942 bool success = color.setFromString(input->value()); in colorValue()
1188 static void setFromString(SkPath* path, const char str[]) { in setFromString() function1243 setFromString(&path, gRec[i].fPathStr); in test_convexity()
1226 static void setFromString(SkPath* path, const char str[]) { in setFromString() function1281 setFromString(&path, gRec[i].fPathStr); in test_convexity()
619 if (!color.setFromString(colorValue)) in selectColorInColorChooser()