Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.h90 bool requiresAnchorPoint() const { return fRequiresAnchorPoint; } in requiresAnchorPoint() function
DTextAdapter.cpp238 adapter->fRequiresAnchorPoint |= animator->requiresAnchorPoint(); in Make()