Searched refs:spotExponent (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dlighting.cpp81 SkScalar spotExponent = SK_Scalar1; local
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp102 SkScalar spotExponent = SK_Scalar1; local
125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/skia/gm/
H A Dlighting.cpp81 SkScalar spotExponent = SK_Scalar1; local
101 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
112 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
H A Dimagefiltersscaled.cpp102 SkScalar spotExponent = SK_Scalar1; local
125 SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent,
/external/chromium_org/third_party/skia/bench/
H A DLightingBench.cpp60 static SkScalar spotExponent = SK_Scalar1; local
61 return spotExponent;
/external/skia/bench/
H A DLightingBench.cpp60 static SkScalar spotExponent = SK_Scalar1; local
61 return spotExponent;

Completed in 116 milliseconds