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

  /external/skia/src/effects/
SkLightingImageFilter.cpp 170 const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst,
296 SkLightingImageFilterInternal(SkLight* light,
411 static SkImageFilter* Create(SkLight* light, SkScalar surfaceScale, SkScalar kd, SkImageFilter*,
419 SkDiffuseLightingImageFilter(SkLight* light, SkScalar surfaceScale,
437 static SkImageFilter* Create(SkLight* light, SkScalar surfaceScale,
447 SkSpecularLightingImageFilter(SkLight* light, SkScalar surfaceScale, SkScalar ks,
468 GrLightingEffect(GrTexture* texture, const SkLight* light, SkScalar surfaceScale,
472 const SkLight* light() const { return fLight; }
487 const SkLight* fLight;
496 const SkLight* light
    [all...]
  /external/skia/include/effects/
SkLightingImageFilter.h 44 class SkLight;
73 SkLightingImageFilter(SkLight* light,
78 const SkLight* light() const { return fLight.get(); }
83 SkAutoTUnref<SkLight> fLight;

Completed in 140 milliseconds