Searched refs:currentColor (Results 1 - 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/material/
H A DTestColoredTexture.java77 ColorRGBA currentColor = new ColorRGBA();
78 currentColor.interpolate(prevColor, nextColor, time);
80 mat.setColor("Color", currentColor);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.h100 RGBA32 currentColor(HTMLCanvasElement*);
H A DCanvasStyle.cpp67 RGBA32 currentColor(HTMLCanvasElement* canvas) function in namespace:WebCore
84 parsedColor = currentColor(canvas);
H A DCanvasRenderingContext2D.cpp349 style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
351 style = CanvasStyle::createFromRGBA(currentColor(canvas()));
378 style = CanvasStyle::createFromRGBA(colorWithOverrideAlpha(currentColor(canvas()), style->overrideAlpha()));
380 style = CanvasStyle::createFromRGBA(currentColor(canvas()));
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.h210 Color currentColor; member in struct:WebCore::TextureMapperNode::State
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateElement.cpp196 // Replace 'currentColor' / 'inherit' by their computed property values.
229 // Replace 'currentColor' / 'inherit' by their computed property values.
309 // Replace 'currentColor' / 'inherit' by their computed property values.
335 DEFINE_STATIC_LOCAL(const AtomicString, currentColor, ("currentColor"));
336 return value == currentColor;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp287 Color currentColor; member in struct:WebCore::GraphicsLayerQtImpl::State
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 437 milliseconds