Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.cpp295 bool boundX = this->bind(abuilder, (*jprop)["x"], v->data() + 0); in bind() local
298 return boundX || boundY || boundZ; in bind()
DVec2KeyframeAnimator.cpp258 bool boundX = this->bind(abuilder, (*jprop)["x"], &v->x); in bindAutoOrientable() local
260 return boundX || boundY; in bindAutoOrientable()