Searched defs:lightColor (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
H A DWaterFilter.java90 private ColorRGBA lightColor = ColorRGBA.White; field in class:WaterFilter
275 material.setColor("LightColor", lightColor);
308 oc.write(lightColor, "lightColor", ColorRGBA.White);
352 lightColor = (ColorRGBA) ic.readSavable("lightColor", ColorRGBA.White);
527 return lightColor;
533 * @param lightColor
535 public void setLightColor(ColorRGBA lightColor) { argument
536 this.lightColor
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp63 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, const SkPoint3& lightColor) const {
66 SkPoint3 color(lightColor * colorScale);
80 SkPMColor light(const SkPoint3& normal, const SkPoint3& surfaceTolight, const SkPoint3& lightColor) const {
87 SkPoint3 color(lightColor * colorScale);
179 *dptr++ = lightingType.light(topLeftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
186 *dptr++ = lightingType.light(topNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
190 *dptr++ = lightingType.light(topRightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
207 *dptr++ = lightingType.light(leftNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
214 *dptr++ = lightingType.light(interiorNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLight));
218 *dptr++ = lightingType.light(rightNormal(m, surfaceScale), surfaceToLight, l->lightColor(surfaceToLigh
540 SkPoint3 lightColor(const SkPoint3&) const { return color(); } function in class:SkDistantLight
591 SkPoint3 lightColor(const SkPoint3&) const { return color(); } function in class:SkPointLight
652 SkPoint3 lightColor(const SkPoint3& surfaceToLight) const { function in class:SkSpotLight
740 CreateDistantLitDiffuse( const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input) argument
748 CreatePointLitDiffuse( const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input) argument
756 CreateSpotLitDiffuse( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input) argument
767 CreateDistantLitSpecular( const SkPoint3& direction, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input) argument
775 CreatePointLitSpecular( const SkPoint3& location, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input) argument
783 CreateSpotLitSpecular( const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input) argument
[all...]
/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 107 milliseconds