Searched refs:fCompletion (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
H A D | RadialWipeEffect.cpp | 29 SG_ATTRIBUTE(Completion, float , fCompletion) 42 if (fCompletion >= 100) { 46 if (fCompletion <= 0) { 52 const auto t = fCompletion * 0.01f; 92 if (fCompletion >= 100) { 114 float fCompletion = 0, member in skottie::internal::__anon18560::final 142 .bind(kCompletion_Index, fCompletion) in RadialWipeAdapter() 153 wiper->setCompletion(fCompletion); 161 ScalarValue fCompletion = 0, member in skottie::internal::__anon18560::final
|
H A D | LinearWipeEffect.cpp | 50 .bind(kCompletion_Index, fCompletion) in LinearWipeAdapter() 56 if (fCompletion >= 100) { 62 if (fCompletion <= 0) { 67 const auto t = SkTPin(fCompletion * 0.01f, 0.0f, 1.0f), 111 ScalarValue fCompletion = 0, member in skottie::internal::__anon18558::final
|
H A D | VenetianBlindsEffect.cpp | 46 .bind(kCompletion_Index, fCompletion) in VenetianBlindsAdapter() 53 if (fCompletion >= 100) { 59 if (fCompletion <= 0) { 67 const auto t = fCompletion * 0.01f, 150 ScalarValue fCompletion = 0, member in skottie::internal::__anon18570::final
|
Completed in 1 milliseconds