Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.cpp297 bool boundX = this->bind(abuilder, (*jprop)["x"], v->data() + 0); in bind() local
300 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()