Searched refs:fRequiresAnchorPoint (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 180 , 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()
|
D | TextAnimator.h | 90 bool requiresAnchorPoint() const { return fRequiresAnchorPoint; } in requiresAnchorPoint() 106 fRequiresAnchorPoint : 1; // animator sensitive to transform origin? variable
|
D | TextAdapter.cpp | 238 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()
|
D | TextAdapter.h | 120 fRequiresAnchorPoint : 1; variable
|