Home
last modified time | relevance | path

Searched defs:parseColor (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
DSAXUtil.java133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{ in parseColor() method in SAXUtil
/external/webkit/Source/WebCore/html/canvas/
DCanvasStyle.cpp56 static ColorParseResult parseColor(RGBA32& parsedColor, const String& colorString, Document* docume… in parseColor() function
/external/webkit/Source/WebCore/css/
DCSSParser.cpp447 bool CSSParser::parseColor(RGBA32& color, const String& string, bool strict) in parseColor() function in WebCore::CSSParser
472 bool CSSParser::parseColor(CSSMutableStyleDeclaration* declaration, const String& string) in parseColor() function in WebCore::CSSParser
4297 bool CSSParser::parseColor(const String &name, RGBA32& rgb, bool strict) in parseColor() function in WebCore::CSSParser
4453 PassRefPtr<CSSPrimitiveValue> CSSParser::parseColor(CSSParserValue* value) in parseColor() function in WebCore::CSSParser