Searched defs:colorString (Results 1 – 6 of 6) sorted by relevance
55 String colorString = TypedValue.coerceToString(TypedValue.TYPE_INT_COLOR_RGB8, 0xcafebabe); in testCoerceColorToString() local
45 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString, Document* docume… in parseColor()65 bool parseColorOrCurrentColor(RGBA32& parsedColor, const String& colorString, HTMLCanvasElement* ca… in parseColorOrCurrentColor()
48 Color SVGColor::colorFromRGBColorString(const String& colorString) in colorFromRGBColorString()
439 setColorString: function(colorString) argument
291 String colorString = "#" + Integer.toHexString(color.getRed()); in getColorWebString() local
888 static RGBA32 parseColorStringWithCrazyLegacyRules(const String& colorString) in parseColorStringWithCrazyLegacyRules()951 String colorString = attributeValue.stripWhiteSpace(); in addHTMLColorToStyle() local