Searched refs:fAmount (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | PuckerBloat.cpp | 39 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 D | OffsetPaths.cpp | 36 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 D | TintEffect.cpp | 50 .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 D | RangeSelector.h | 73 fAmount = 100, member in skottie::internal::final
|
H A D | RangeSelector.cpp | 290 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