Home | History | Annotate | Download | only in effects

Lines Matching refs:SkLightingImageFilter

8 #include "SkLightingImageFilter.h"
294 class SkLightingImageFilterInternal : public SkLightingImageFilter {
322 typedef SkLightingImageFilter INHERITED;
430 friend class SkLightingImageFilter;
460 friend class SkLightingImageFilter;
1012 SkLightingImageFilter::SkLightingImageFilter(SkLight* light, SkScalar surfaceScale,
1019 SkImageFilter* SkLightingImageFilter::CreateDistantLitDiffuse(const SkPoint3& direction,
1029 SkImageFilter* SkLightingImageFilter::CreatePointLitDiffuse(const SkPoint3& location,
1039 SkImageFilter* SkLightingImageFilter::CreateSpotLitDiffuse(const SkPoint3& location,
1053 SkImageFilter* SkLightingImageFilter::CreateDistantLitSpecular(const SkPoint3& direction,
1064 SkImageFilter* SkLightingImageFilter::CreatePointLitSpecular(const SkPoint3& location,
1075 SkImageFilter* SkLightingImageFilter::CreateSpotLitSpecular(const SkPoint3& location,
1090 SkLightingImageFilter::~SkLightingImageFilter() {}
1092 void SkLightingImageFilter::flatten(SkWriteBuffer& buffer) const {
1992 SK_DEFINE_FLATTENABLE_REGISTRAR_GROUP_START(SkLightingImageFilter)