Home
last modified time | relevance | path

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

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