Home
last modified time | relevance | path

Searched refs:CreateDistantLitDiffuse (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/effects/
DSkLightingImageFilter.h20 static SkImageFilter* CreateDistantLitDiffuse(const SkPoint3& direction,
/external/skia/gm/
Dlighting.cpp97 paint.setImageFilter(SkLightingImageFilter::CreateDistantLitDiffuse(distantDirection, in onDraw()
/external/skia/bench/
DLightingBench.cpp132 draw(loops, canvas, SkLightingImageFilter::CreateDistantLitDiffuse(GetDistantDirection(), in onDraw()
/external/skia/samplecode/
DSampleFilterFuzz.cpp642 SkLightingImageFilter::CreateDistantLitDiffuse(make_point(), in make_image_filter()
/external/skia/src/effects/
DSkLightingImageFilter.cpp1103 SkImageFilter* SkLightingImageFilter::CreateDistantLitDiffuse(const SkPoint3& direction, in CreateDistantLitDiffuse() function in SkLightingImageFilter