Home
last modified time | relevance | path

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

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