HomeSort by relevance Sort by last modified time
    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