Home | History | Annotate | Download | only in effects

Lines Matching refs:LightType

169 template <class LightingType, class LightType> void lightBitmap(
173 const LightType* l = static_cast<const LightType*>(light);
677 enum LightType {
682 virtual LightType type() const = 0;
727 LightType type() const override { return kDistant_LightType; }
784 LightType type() const override { return kPoint_LightType; }
903 LightType type() const override { return kSpot_LightType; }
997 const SkLight::LightType type = (SkLight::LightType)buffer.readInt();
1005 SkDEBUGFAIL("Unknown LightType.");