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

/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp658 class SkSpotLight : public SkLight { class in inherits:SkLight
660 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) function in class:SkSpotLight
711 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkSpotLight)
714 SkSpotLight(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkSpotLight
739 const SkSpotLight& o = static_cast<const SkSpotLight&>(other);
792 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent,
819 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent, cutoffAngle, lightColor)),
894 lightBitmap<DiffuseLightingType, SkSpotLight>(lightingType, light(), src, dst, surfaceScale(), bounds);
970 lightBitmap<SpecularLightingType, SkSpotLight>(lightingTyp
[all...]
/external/skia/src/effects/
H A DSkLightingImageFilter.cpp658 class SkSpotLight : public SkLight { class in inherits:SkLight
660 SkSpotLight(const SkPoint3& location, const SkPoint3& target, SkScalar specularExponent, SkScalar cutoffAngle, SkColor color) function in class:SkSpotLight
711 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkSpotLight)
714 SkSpotLight(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) { function in class:SkSpotLight
739 const SkSpotLight& o = static_cast<const SkSpotLight&>(other);
792 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent,
819 (SkNEW_ARGS(SkSpotLight, (location, target, specularExponent, cutoffAngle, lightColor)),
894 lightBitmap<DiffuseLightingType, SkSpotLight>(lightingType, light(), src, dst, surfaceScale(), bounds);
970 lightBitmap<SpecularLightingType, SkSpotLight>(lightingTyp
[all...]

Completed in 294 milliseconds