Searched defs:ambientColor (Results 1 – 4 of 4) sorted by relevance
213 SkColor ambientColor = multiplyAlpha(casterProperties.getAmbientShadowColor(), ambientAlpha); in drawShadow() local
255 private static native void nativeSetGlobalShadowSettings(@Size(4) float[] ambientColor, in nativeSetGlobalShadowSettings()2545 public static void setGlobalShadowSettings(@Size(4) float[] ambientColor, in setGlobalShadowSettings()
1782 half4 ambientColor = half4(floatAmbientColor[0], floatAmbientColor[1], floatAmbientColor[2], in nativeSetGlobalShadowSettings() local
1341 float[] ambientColor = {0.f, 0.f, 0.f, ambientShadowAlpha}; in setGlobalShadowSettings() local