OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSpot_LightType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp
517
kSpot_LightType
,
719
virtual LightType type() const { return
kSpot_LightType
; }
764
if (other.type() !=
kSpot_LightType
) {
812
case SkLight::
kSpot_LightType
: return SkNEW_ARGS(SkSpotLight, (buffer));
[
all
...]
/external/skia/src/effects/
SkLightingImageFilter.cpp
517
kSpot_LightType
,
719
virtual LightType type() const { return
kSpot_LightType
; }
764
if (other.type() !=
kSpot_LightType
) {
812
case SkLight::
kSpot_LightType
: return SkNEW_ARGS(SkSpotLight, (buffer));
[
all
...]
Completed in 27 milliseconds