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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
LightSource.h 34 enum LightType {
63 LightSource(LightType type)
69 LightType type() const { return m_type; }
89 LightType m_type;
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 163 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
165 const LightType* l = static_cast<const LightType*>(light);
514 enum LightType {
519 virtual LightType type() const = 0;
564 virtual LightType type() const { return kDistant_LightType; }
621 virtual LightType type() const { return kPoint_LightType; }
719 virtual LightType type() const { return kSpot_LightType; }
806 const SkLight::LightType type = (SkLight::LightType)buffer.readInt()
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 163 template <class LightingType, class LightType> void lightBitmap(const LightingType& lightingType, const SkLight* light, const SkBitmap& src, SkBitmap* dst, SkScalar surfaceScale, const SkIRect& bounds) {
165 const LightType* l = static_cast<const LightType*>(light);
514 enum LightType {
519 virtual LightType type() const = 0;
564 virtual LightType type() const { return kDistant_LightType; }
621 virtual LightType type() const { return kPoint_LightType; }
719 virtual LightType type() const { return kSpot_LightType; }
806 const SkLight::LightType type = (SkLight::LightType)buffer.readInt()
    [all...]

Completed in 73 milliseconds