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