HomeSort by relevance Sort by last modified time
    Searched refs:spotExponent (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
lighting.cpp 79 SkScalar spotExponent = SK_Scalar1;
99 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitDiffuse(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, kd, NULL, cr))->unref();
110 paint.setImageFilter(SkLightingImageFilter::CreateSpotLitSpecular(spotLocation, spotTarget, spotExponent, cutoffAngle, white, surfaceScale, ks, shininess, NULL, cr))->unref();
  /external/skia/bench/
LightingBench.cpp 60 static SkScalar spotExponent = SK_Scalar1;
61 return spotExponent;

Completed in 229 milliseconds