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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
LightSource.h 34 enum LightType {
62 LightSource(LightType type)
68 LightType type() const { return m_type; }
86 LightType m_type;
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 169 template <class LightingType, class LightType> void lightBitmap(
173 const LightType* l = static_cast<const LightType*>(light);
547 enum LightType {
552 virtual LightType type() const = 0;
597 virtual LightType type() const { return kDistant_LightType; }
654 virtual LightType type() const { return kPoint_LightType; }
762 virtual LightType type() const { return kSpot_LightType; }
849 const SkLight::LightType type = (SkLight::LightType)buffer.readInt()
    [all...]
  /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) {
166 const LightType* l = static_cast<const LightType*>(light);
515 enum LightType {
520 virtual LightType type() const = 0;
565 virtual LightType type() const { return kDistant_LightType; }
622 virtual LightType type() const { return kPoint_LightType; }
730 virtual LightType type() const { return kSpot_LightType; }
817 const SkLight::LightType type = (SkLight::LightType)buffer.readInt()
    [all...]

Completed in 113 milliseconds