Home
last modified time | relevance | path

Searched refs:kLinearShapeValue (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DGradientEffect.cpp86 static constexpr int kLinearShapeValue = 1; in onSync() local
87 const auto instance_type = (SkScalarRoundToInt(fShape) == kLinearShapeValue) in onSync()
/third_party/flutter/skia/modules/skottie/src/effects/
DGradientEffect.cpp67 static constexpr int kLinearShapeValue = 1; in apply() local
68 const auto instance_type = (SkScalarRoundToInt(fShape) == kLinearShapeValue) in apply()