Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAnimator.cpp180 , fRequiresAnchorPoint(false) { in TextAnimator()
190 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["s"], fTextProps.scale); in TextAnimator()
194 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["rx"], fTextProps.rotation.x); in TextAnimator()
195 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["ry"], fTextProps.rotation.y); in TextAnimator()
196 fRequiresAnchorPoint |= acontainer->bind(*abuilder, jprops["r" ], fTextProps.rotation.z); in TextAnimator()
DTextAnimator.h90 bool requiresAnchorPoint() const { return fRequiresAnchorPoint; } in requiresAnchorPoint()
106 fRequiresAnchorPoint : 1; // animator sensitive to transform origin? variable
DTextAdapter.cpp238 adapter->fRequiresAnchorPoint |= animator->requiresAnchorPoint(); in Make()
279 adapter->fRequiresAnchorPoint = true; in Make()
297 , fRequiresAnchorPoint(false) {} in TextAdapter()
446 if (fRequiresAnchorPoint) flags |= Shaper::Flags::kTrackFragmentAdvanceAscent; in shaperFlags()
DTextAdapter.h120 fRequiresAnchorPoint : 1; variable