Searched refs:SkLight (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp164 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
266 SkDiffuseLightingImageFilter(SkLight* light, SkScalar surfaceScale,
287 SkSpecularLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const CropRect* cropRect);
312 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale, const SkMatrix& matrix);
315 const SkLight* light() const { return fLight; }
330 const SkLight* fLight;
338 const SkLight* light,
361 const SkLight* light,
374 const SkLight* light,
399 const SkLight* ligh
511 class SkLight : public SkRefCnt { class in inherits:SkRefCnt
535 SkLight(SkColor color) function in class:SkLight
539 SkLight(const SkPoint3& color) function in class:SkLight
541 SkLight(SkReadBuffer& buffer) { function in class:SkLight
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp170 const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst,
282 static SkImageFilter* Create(SkLight* light, SkScalar surfaceScale, SkScalar kd, SkImageFilter*,
289 SkDiffuseLightingImageFilter(SkLight* light, SkScalar surfaceScale,
311 static SkImageFilter* Create(SkLight* light, SkScalar surfaceScale,
321 SkSpecularLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkScalar ks,
346 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale, const SkMatrix& matrix);
349 const SkLight* light() const { return fLight; }
364 const SkLight* fLight;
372 const SkLight* light,
394 const SkLight* ligh
543 class SkLight : public SkRefCnt { class in inherits:SkRefCnt
567 SkLight(SkColor color) function in class:SkLight
571 SkLight(const SkPoint3& color) function in class:SkLight
573 SkLight(SkReadBuffer& buffer) { function in class:SkLight
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkLightingImageFilter.h44 class SkLight;
73 SkLightingImageFilter(SkLight* light,
82 const SkLight* light() const { return fLight.get(); }
87 SkAutoTUnref<SkLight> fLight;
/external/skia/include/effects/
H A DSkLightingImageFilter.h44 class SkLight;
73 SkLightingImageFilter(SkLight* light,
79 const SkLight* light() const { return fLight; }
84 SkLight* fLight;

Completed in 156 milliseconds