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

  /external/skia/gm/
imagefiltersclipped.cpp 94 SkPoint3 pointLocation = SkPoint3::Make(32, 32, SkIntToScalar(10));
112 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1,
lighting.cpp 72 SkPoint3 pointLocation = SkPoint3::Make(spotTarget.fX + 50 * cosAzimuth,
96 paint.setImageFilter(SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
125 paint.setImageFilter(SkLightingImageFilter::MakePointLitSpecular(pointLocation,
imagefilterscropexpand.cpp 63 SkPoint3 pointLocation = SkPoint3::Make(0, 0, SkIntToScalar(10));
123 SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
imagefiltersscaled.cpp 81 SkPoint3 pointLocation = SkPoint3::Make(0, 0, SkIntToScalar(10));
111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
  /external/skia/bench/
LightingBench.cpp 33 static SkPoint3 pointLocation = SkPoint3::Make(0, 0, SkIntToScalar(10));
34 return pointLocation;

Completed in 2388 milliseconds