Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/animator/
DVectorKeyframeAnimator.cpp297 bool boundZ = this->bind(abuilder, (*jprop)["z"], v->data() + 2); in bind() local
298 return boundX || boundY || boundZ; in bind()