Home
last modified time | relevance | path

Searched refs:readColor (Results 1 – 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
DMTLLoader.java85 protected ColorRGBA readColor(){ in readColor() method in MTLLoader
206 ambient.set(readColor()); in readLine()
208 diffuse.set(readColor()); in readLine()
210 specular.set(readColor()); in readLine()
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DMaterialLoader.java75 private ColorRGBA readColor(String content){ in readColor() method in MaterialLoader
219 diffuse = readColor(split[1]); in readPassStatement()
226 ambient = readColor(split[1]); in readPassStatement()
229 emissive = readColor(split[1]); in readPassStatement()
/external/skia/src/core/
DSkValidatingReadBuffer.h30 SkColor readColor() override;
DSkModeColorFilter.cpp81 SkColor color = buffer.readColor(); in CreateProc()
DSkReadBuffer.h106 virtual SkColor readColor();
DSkValidatingReadBuffer.cpp65 SkColor SkValidatingReadBuffer::readColor() { in readColor() function in SkValidatingReadBuffer
DSkReadBuffer.cpp93 SkColor SkReadBuffer::readColor() { in readColor() function in SkReadBuffer
DSkShader.cpp264 return new SkColorShader(buffer.readColor()); in CreateProc()
/external/skia/src/effects/
DSkBlurDrawLooper.cpp66 const SkColor color = buffer.readColor(); in CreateProc()
DSkDropShadowImageFilter.cpp38 SkColor color = buffer.readColor(); in CreateProc()
DSkPixelXorXfermode.cpp30 return Create(buffer.readColor()); in CreateProc()
DSkAvoidXfermode.cpp25 const SkColor color = buffer.readColor(); in CreateProc()