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

  /external/skia/include/effects/
SkLightingImageFilter.h 23 static sk_sp<SkImageFilter> MakePointLitDiffuse(const SkPoint3& location,
  /external/skqp/include/effects/
SkLightingImageFilter.h 23 static sk_sp<SkImageFilter> MakePointLitDiffuse(const SkPoint3& location,
  /external/skia/gm/
imagefiltersclipped.cpp 112 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1,
imagefilterscropexpand.cpp 123 SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
imagefiltersscaled.cpp 111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
lighting.cpp 96 paint.setImageFilter(SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
  /external/skqp/gm/
imagefiltersclipped.cpp 112 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, SK_ColorWHITE, SK_Scalar1,
imagefilterscropexpand.cpp 123 SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
imagefiltersscaled.cpp 111 SkLightingImageFilter::MakePointLitDiffuse(pointLocation, white, surfaceScale, kd,
lighting.cpp 96 paint.setImageFilter(SkLightingImageFilter::MakePointLitDiffuse(pointLocation,
  /external/skia/bench/
LightingBench.cpp 108 draw(loops, canvas, SkLightingImageFilter::MakePointLitDiffuse(GetPointLocation(),
  /external/skqp/bench/
LightingBench.cpp 108 draw(loops, canvas, SkLightingImageFilter::MakePointLitDiffuse(GetPointLocation(),
  /external/skia/samplecode/
SampleFilterFuzz.cpp 615 ? SkLightingImageFilter::MakePointLitDiffuse(make_point(), make_color(),
  /external/skqp/samplecode/
SampleFilterFuzz.cpp 615 ? SkLightingImageFilter::MakePointLitDiffuse(make_point(), make_color(),
  /external/skia/tests/
ImageFilterTest.cpp 182 SkLightingImageFilter::MakePointLitDiffuse(location, SK_ColorGREEN, 0, 0,
    [all...]
  /external/skqp/tests/
ImageFilterTest.cpp 182 SkLightingImageFilter::MakePointLitDiffuse(location, SK_ColorGREEN, 0, 0,
    [all...]
  /external/skia/fuzz/
FuzzCanvas.cpp 579 return SkLightingImageFilter::MakePointLitDiffuse(p, lightColor, surfaceScale, k,
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp     [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 575 return SkLightingImageFilter::MakePointLitDiffuse(p, lightColor, surfaceScale, k,
    [all...]
  /external/skqp/src/effects/
SkLightingImageFilter.cpp     [all...]

Completed in 1230 milliseconds