Searched refs:fScaleWidth (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ | ||
D | TransformEffect.cpp | 34 this->bind(abuilder, jscale_width , fScaleWidth ); in TransformEffectAdapter() |
D | FractalNoiseEffect.cpp | 362 .bind(10, fScaleWidth ) in FractalNoiseAdapter() |
/third_party/flutter/skia/modules/skottie/src/effects/ | ||
D | TransformEffect.cpp | 34 const auto scale = SkVector::Make(fIsUniform ? fScaleHeight : fScaleWidth, in apply() |