HomeSort by relevance Sort by last modified time
    Searched refs:SkLight (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 165 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
264 SkDiffuseLightingImageFilter(SkLight* light, SkScalar surfaceScale,
287 SkSpecularLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const SkIRect* cropRect);
313 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale, const SkIPoint& offset);
316 const SkLight* light() const { return fLight; }
331 const SkLight* fLight;
339 const SkLight* light,
362 const SkLight* light,
375 const SkLight* light,
400 const SkLight* light
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 165 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
264 SkDiffuseLightingImageFilter(SkLight* light, SkScalar surfaceScale,
287 SkSpecularLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkScalar ks, SkScalar shininess, SkImageFilter* input, const SkIRect* cropRect);
313 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale, const SkIPoint& offset);
316 const SkLight* light() const { return fLight; }
331 const SkLight* fLight;
339 const SkLight* light,
362 const SkLight* light,
375 const SkLight* light,
400 const SkLight* light
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 48 class SkLight;
77 SkLightingImageFilter(SkLight* light,
83 const SkLight* light() const { return fLight; }
88 SkLight* fLight;
  /external/skia/include/effects/
SkLightingImageFilter.h 48 class SkLight;
77 SkLightingImageFilter(SkLight* light,
83 const SkLight* light() const { return fLight; }
88 SkLight* fLight;

Completed in 3545 milliseconds