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/webkit/Source/WebCore/html/canvas/
CanvasStyle.cpp 58 if (equalIgnoringCase(colorString, "currentcolor"))
67 RGBA32 currentColor(HTMLCanvasElement* canvas)
84 parsedColor = currentColor(canvas);
146 return adoptRef(new CanvasStyle(CurrentColor));
201 case CurrentColor:
260 case CurrentColor:
297 case 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);
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h 210 Color currentColor;
  /frameworks/native/opengl/libagl/
array.cpp 136 static void currentColor(ogles_context_t* c, GLfixed* v, const GLvoid*) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 287 Color currentColor;
    [all...]

Completed in 188 milliseconds