Home
last modified time | relevance | path

Searched refs:fAmount (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DPuckerBloat.cpp39 SG_ATTRIBUTE(Amount, float, fAmount)
48 if (SkScalarNearlyZero(fAmount)) {
61 path.moveTo(lerp(contour_start, center, fAmount));
63 path.cubicTo(lerp(c.ctrl0, center, -fAmount),
64 lerp(c.ctrl1, center, -fAmount),
65 lerp(c.pt , center, fAmount));
129 float fAmount = 0; member in skottie::internal::__anon18580::final
141 this->bind(abuilder, joffset["a" ], fAmount); in PuckerBloatAdapter()
147 this->node()->setAmount(fAmount / 100);
150 ScalarValue fAmount member in skottie::internal::__anon18580::final
[all...]
H A DOffsetPaths.cpp36 this->bind(abuilder, joffset["a" ], fAmount); in OffsetPathsAdapter()
42 this->node()->setOffset(fAmount); variable
46 ScalarValue fAmount = 0, member in skottie::internal::__anon18578::final
/third_party/skia/modules/skottie/src/effects/
H A DTintEffect.cpp50 .bind( kAmount_Index, fAmount ); in TintAdapter()
57 fFilterNode->setWeight(fAmount / 100); // 100-based
66 ScalarValue fAmount = 0; member in skottie::internal::__anon18567::final
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.h73 fAmount = 100, member in skottie::internal::final
H A DRangeSelector.cpp290 acontainer->bind(*abuilder, (*jrange)["a" ], &selector->fAmount); in Make()
357 const auto amount = SkTPin<float>(fAmount / 100, -1, 1), in modulateCoverage()

Completed in 2 milliseconds