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

  /external/skia/src/effects/
SkLightingImageFilter.cpp 164 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* light
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 170 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* light
    [all...]
  /external/chromium_org/third_party/skia/include/effects/
SkLightingImageFilter.h 44 class SkLight;
73 SkLightingImageFilter(SkLight* light,
82 const SkLight* light() const { return fLight.get(); }
87 SkAutoTUnref<SkLight> fLight;
  /external/skia/include/effects/
SkLightingImageFilter.h 44 class SkLight;
73 SkLightingImageFilter(SkLight* light,
79 const SkLight* light() const { return fLight; }
84 SkLight* fLight;

Completed in 70 milliseconds