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

  /external/chromium_org/third_party/skia/src/effects/
SkLightingImageFilter.cpp 554 class SkDistantLight : public SkLight {
556 SkDistantLight(const SkPoint3& direction, SkColor color)
581 const SkDistantLight& o = static_cast<const SkDistantLight&>(other);
586 SkDistantLight(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
591 SkDistantLight(const SkPoint3& direction, const SkPoint3& color)
595 return new SkDistantLight(direction(), color());
810 case SkLight::kDistant_LightType: return SkNEW_ARGS(SkDistantLight, (buffer));
835 (SkNEW_ARGS(SkDistantLight, (direction, lightColor)), surfaceScale, kd,
    [all...]
  /external/skia/src/effects/
SkLightingImageFilter.cpp 554 class SkDistantLight : public SkLight {
556 SkDistantLight(const SkPoint3& direction, SkColor color)
581 const SkDistantLight& o = static_cast<const SkDistantLight&>(other);
586 SkDistantLight(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {
591 SkDistantLight(const SkPoint3& direction, const SkPoint3& color)
595 return new SkDistantLight(direction(), color());
810 case SkLight::kDistant_LightType: return SkNEW_ARGS(SkDistantLight, (buffer));
835 (SkNEW_ARGS(SkDistantLight, (direction, lightColor)), surfaceScale, kd,
    [all...]

Completed in 2669 milliseconds