Home
last modified time | relevance | path

Searched refs:kAmbient_LightType (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkLight.h17 kAmbient_LightType, // only 'fColor' is used enumerator
21 SkLight() : fType(kAmbient_LightType) { in SkLight()
27 : fType(kAmbient_LightType) in SkLight()
44 SkASSERT(kAmbient_LightType != fType); in dir()
DSkLightingShader.cpp160 if (SkLight::kAmbient_LightType == lights->light(i).type()) { in LightingFP()
530 if (SkLight::kAmbient_LightType == light.type()) { in shadeSpan()
635 bool isAmbient = SkLight::kAmbient_LightType == light.type(); in flatten()