OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kAmbient_LightType
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLight.h
17
kAmbient_LightType
, // only 'fColor' is used
21
SkLight() : fType(
kAmbient_LightType
) {
27
: fType(
kAmbient_LightType
)
44
SkASSERT(
kAmbient_LightType
!= fType);
SkLightingShader.cpp
160
if (SkLight::
kAmbient_LightType
== lights->light(i).type()) {
530
if (SkLight::
kAmbient_LightType
== light.type()) {
635
bool isAmbient = SkLight::
kAmbient_LightType
== light.type();
Completed in 236 milliseconds