Searched defs:cutoffAngle (Results 1 - 5 of 5) sorted by relevance
/external/skia/gm/ |
H A D | lighting.cpp | 73 SkScalar cutoffAngle = SkIntToScalar(15); variable 108 cutoffAngle, 139 cutoffAngle,
|
H A D | imagefiltersscaled.cpp | 68 SkScalar cutoffAngle = SkIntToScalar(15); variable 92 cutoffAngle, white, surfaceScale, kd),
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/environment/ |
H A D | SpotLight.java | 29 public float cutoffAngle; field in class:SpotLight 57 public SpotLight setCutoffAngle(float cutoffAngle) { argument 58 this.cutoffAngle = cutoffAngle; 68 return set(copyFrom.color, copyFrom.position, copyFrom.direction, copyFrom.intensity, copyFrom.cutoffAngle, copyFrom.exponent); 72 final float cutoffAngle, final float exponent) { 77 this.cutoffAngle = cutoffAngle; 83 final float intensity, final float cutoffAngle, final float exponent) { 88 this.cutoffAngle 71 set(final Color color, final Vector3 position, final Vector3 direction, final float intensity, final float cutoffAngle, final float exponent) argument 82 set(final float r, final float g, final float b, final Vector3 position, final Vector3 direction, final float intensity, final float cutoffAngle, final float exponent) argument 93 set(final Color color, final float posX, final float posY, final float posZ, final float dirX, final float dirY, final float dirZ, final float intensity, final float cutoffAngle, final float exponent) argument 104 set(final float r, final float g, final float b, final float posX, final float posY, final float posZ, final float dirX, final float dirY, final float dirZ, final float intensity, final float cutoffAngle, final float exponent) argument [all...] |
/external/skia/bench/ |
H A D | LightingBench.cpp | 67 static SkScalar cutoffAngle = SkIntToScalar(15); local 68 return cutoffAngle;
|
/external/skia/src/effects/ |
H A D | SkLightingImageFilter.cpp | 913 SkScalar cutoffAngle, 922 fCosOuterConeAngle = SkScalarCos(SkDegreesToRadians(cutoffAngle)); 1126 SkScalar cutoffAngle, 1133 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); 1162 SkScalar cutoffAngle, 1170 new SkSpotLight(location, target, specularExponent, cutoffAngle, lightColor)); 910 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) argument 1123 CreateSpotLitDiffuse(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar kd, SkImageFilter* input, const CropRect* cropRect) argument 1159 CreateSpotLitSpecular(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor lightColor, SkScalar surfaceScale, SkScalar ks, SkScalar shine, SkImageFilter* input, const CropRect* cropRect) argument
|
Completed in 737 milliseconds