Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/text/
DTextAnimator.cpp160 , fRequiresAnchorPoint(false) { in TextAnimator()
168 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale); in TextAnimator()
172 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x); in TextAnimator()
173 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["ry"], fTextProps.rotation.y); in TextAnimator()
174 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["r" ], fTextProps.rotation.z); in TextAnimator()
DTextAnimator.h88 bool requiresAnchorPoint() const { return fRequiresAnchorPoint; } in requiresAnchorPoint()
104 fRequiresAnchorPoint : 1; // animator sensitive to transform origin? variable
DTextAdapter.cpp97 adapter->fRequiresAnchorPoint |= animator->requiresAnchorPoint(); in Make()
115 , fRequiresAnchorPoint(false) {} in TextAdapter()
261 SkASSERT(!(fRequiresAnchorPoint && fAnimators.empty())); in shaperFlags()
263 if (fRequiresAnchorPoint) flags |= Shaper::Flags::kTrackFragmentAdvanceAscent; in shaperFlags()
DTextAdapter.h114 fRequiresAnchorPoint : 1; variable