Searched refs:SkImageFilterLight (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/effects/ |
D | SkLightingImageFilter.cpp | 211 const SkImageFilterLight* light, in lightBitmap() 303 const SkImageFilterLight* light, in lightBitmap() 350 SkLightingImageFilterInternal(SkImageFilterLight* light, in SkLightingImageFilterInternal() 478 static SkImageFilter* Create(SkImageFilterLight* light, SkScalar surfaceScale, 487 SkDiffuseLightingImageFilter(SkImageFilterLight* light, SkScalar surfaceScale, 505 static SkImageFilter* Create(SkImageFilterLight* light, SkScalar surfaceScale, 515 SkSpecularLightingImageFilter(SkImageFilterLight* light, SkScalar surfaceScale, SkScalar ks, 536 GrLightingEffect(GrTexture* texture, const SkImageFilterLight* light, SkScalar surfaceScale, 540 const SkImageFilterLight* light() const { return fLight; } in light() 555 const SkImageFilterLight* fLight; [all …]
|
/external/skia/include/effects/ |
D | SkLightingImageFilter.h | 15 class SkImageFilterLight; variable 45 SkLightingImageFilter(SkImageFilterLight* light, 50 const SkImageFilterLight* light() const { return fLight.get(); } in light() 56 SkAutoTUnref<SkImageFilterLight> fLight;
|