Home
last modified time | relevance | path

Searched defs:SkImageFilterLight (Results 1 – 3 of 3) sorted by relevance

/external/skqp/include/effects/
DSkLightingImageFilter.h15 class SkImageFilterLight; variable
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp105 class SkImageFilterLight : public SkRefCnt { class
130 SkImageFilterLight(SkColor color) { in SkImageFilterLight() function in SkImageFilterLight
135 SkImageFilterLight(const SkPoint3& color) : fColor(color) {} in SkImageFilterLight() function in SkImageFilterLight
137 SkImageFilterLight(SkReadBuffer& buffer) { in SkImageFilterLight() function in SkImageFilterLight
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp97 class SkImageFilterLight : public SkRefCnt { class
124 SkImageFilterLight(SkColor color) { in SkImageFilterLight() function in SkImageFilterLight
129 SkImageFilterLight(const SkPoint3& color) : fColor(color) {} in SkImageFilterLight() function in SkImageFilterLight
131 SkImageFilterLight(SkReadBuffer& buffer) { in SkImageFilterLight() function in SkImageFilterLight