HomeSort by relevance Sort by last modified time
    Searched refs:kPoint_LightType (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkLightingImageFilter.cpp 517 kPoint_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));
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 549 kPoint_LightType,
654 virtual LightType type() const { return kPoint_LightType; }
666 if (other.type() != kPoint_LightType) {
    [all...]

Completed in 9096 milliseconds