Home
last modified time | relevance | path

Searched defs:colorValue (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowTextView.java401 String colorValue = attributeSet.getAttributeValue("android", "textColor"); in applyTextColorAttribute() local
426 String colorValue = attributeSet.getAttributeValue("android", "hintColor"); in applyHintColorAttribute() local
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp342 ExecConstValueAccess colorValue = execCtx.getValue(fragColorVar); in execute() local
/external/chromium_org/third_party/WebKit/Source/web/
DWebAXObject.cpp567 void WebAXObject::colorValue(int& r, int& g, int& b) const in colorValue() function in blink::WebAXObject
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp923 void AXNodeObject::colorValue(int& r, int& g, int& b) const in colorValue() function in blink::AXNodeObject
DAXObject.h419 virtual void colorValue(int& r, int& g, int& b) const { r = 0; g = 0; b = 0; } in colorValue() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp389 static RGBA32 cssValueToRGBA(CSSValue* colorValue) in cssValueToRGBA()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp613 void Internals::selectColorInColorChooser(Element* element, const String& colorValue) in selectColorInColorChooser()