Searched refs:kPoint_LightType (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/effects/
H A DSkLightingImageFilter.cpp517 kPoint_LightType, enumerator in enum:SkLight::LightType
622 virtual LightType type() const { return kPoint_LightType; }
634 if (other.type() != kPoint_LightType) {
822 case SkLight::kPoint_LightType: return SkNEW_ARGS(SkPointLight, (buffer));
977 case SkLight::kPoint_LightType:
1067 case SkLight::kPoint_LightType:
1536 SkASSERT(light->type() == SkLight::kPoint_LightType);
/external/chromium_org/third_party/skia/src/effects/
H A DSkLightingImageFilter.cpp549 kPoint_LightType, enumerator in enum:SkLight::LightType
654 virtual LightType type() const { return kPoint_LightType; }
666 if (other.type() != kPoint_LightType) {
854 case SkLight::kPoint_LightType: return SkNEW_ARGS(SkPointLight, (buffer));
1049 case SkLight::kPoint_LightType:
1168 case SkLight::kPoint_LightType:
1638 SkASSERT(light->type() == SkLight::kPoint_LightType);

Completed in 397 milliseconds