Searched defs:SkSpotLight (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp701 class SkSpotLight : public SkLight { class in inherits:SkLight
703 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) function in class:SkSpotLight
731 return new SkSpotLight(location, target, fSpecularExponent, fCosOuterConeAngle, fCosInnerConeAngle, fConeScale, s, color());
771 SkSpotLight(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:SkSpotLight
785 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cosOuterConeAngle, SkScalar cosInnerConeAngle, SkScalar coneScale, const SkPoint3& s, const SkPoint3& color) function in class:SkSpotLight
811 const SkSpotLight& o = static_cast<const SkSpotLight&>(other);
835 const SkScalar SkSpotLight::kSpecularExponentMin = 1.0f;
836 const SkScalar SkSpotLight::kSpecularExponentMax = 128.0f;
855 case SkLight::kSpot_LightType: return SkNEW_ARGS(SkSpotLight, (buffe
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp669 class SkSpotLight : public SkLight { class in inherits:SkLight
671 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) function in class:SkSpotLight
699 return new SkSpotLight(location, target, fSpecularExponent, fCosOuterConeAngle, fCosInnerConeAngle, fConeScale, s, color());
739 SkSpotLight(SkReadBuffer& buffer) : INHERITED(buffer) { function in class:SkSpotLight
753 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cosOuterConeAngle, SkScalar cosInnerConeAngle, SkScalar coneScale, const SkPoint3& s, const SkPoint3& color) function in class:SkSpotLight
779 const SkSpotLight& o = static_cast<const SkSpotLight&>(other);
803 const SkScalar SkSpotLight::kSpecularExponentMin = 1.0f;
804 const SkScalar SkSpotLight::kSpecularExponentMax = 128.0f;
823 case SkLight::kSpot_LightType: return SkNEW_ARGS(SkSpotLight, (buffe
[all...]

Completed in 364 milliseconds