HomeSort by relevance Sort by last modified time
    Searched defs:currentColor (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestColoredTexture.java 77 ColorRGBA currentColor = new ColorRGBA();
78 currentColor.interpolate(prevColor, nextColor, time);
80 mat.setColor("Color", currentColor);
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleColor.h 50 StyleColor(Color color, bool valid = true, bool currentColor = false)
53 , m_currentColor(currentColor) { }
92 static const StyleColor currentColor()
98 StyleColor(bool invalid, bool currentColor)
101 , m_currentColor(currentColor) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.cpp 48 if (equalIgnoringCase(colorString, "currentcolor"))
57 RGBA32 currentColor(HTMLCanvasElement* canvas)
74 parsedColor = currentColor(canvas);
136 return adoptRef(new CanvasStyle(CurrentColor));
191 case CurrentColor:
240 case CurrentColor:
267 case CurrentColor:
  /external/chromium_org/third_party/WebKit/Source/core/html/
ColorInputType.cpp 214 Color ColorInputType::currentColor()
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ViewLayerInvalidationActivity.java 31 int currentColor = Color.WHITE;
83 currentColor = (currentColor == Color.WHITE) ? Color.RED : Color.WHITE;
85 tv.setTextColor(currentColor);
  /frameworks/native/opengl/libagl/
array.cpp 136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) {
    [all...]

Completed in 749 milliseconds