Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/text/
DTextAdapter.h55 struct FragmentRec { struct
71 void pushPropsToFragment(const TextAnimator::ResolvedProps&, const FragmentRec&, argument
79 SkV2 fragmentAnchorPoint(const FragmentRec&, const SkV2&,
83 SkM44 fragmentMatrix(const TextAnimator::ResolvedProps&, const FragmentRec&, const SkV2&) const;
91 std::vector<FragmentRec> fFragments;
DTextAdapter.cpp313 FragmentRec rec; in addFragment()
619 SkV2 TextAdapter::fragmentAnchorPoint(const FragmentRec& rec, in fragmentAnchorPoint()
676 const FragmentRec& rec, const SkV2& anchor_point) const { in fragmentMatrix()
708 const FragmentRec& rec, in pushPropsToFragment()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.h35 struct FragmentRec { struct
48 void pushPropsToFragment(const TextAnimator::AnimatedProps&, const FragmentRec&) const; argument
59 std::vector<FragmentRec> fFragments;
DTextAdapter.cpp43 FragmentRec rec; in addFragment()
225 const FragmentRec& rec) const { in pushPropsToFragment()