Lines Matching defs:PathInfo
63 struct TextAdapter::PathInfo { struct in skottie::internal::TextAdapter
64 ShapeValue fPath;
65 ScalarValue fPathFMargin = 0,
66 fPathLMargin = 0,
67 fPathPerpendicular = 0,
68 fPathReverse = 0;
70 void updateContourData() { in updateContourData()
93 float pathLength() const { in pathLength()
100 SkM44 getMatrix(float distance, SkTextUtils::Align alignment) const { in getMatrix()
154 ShapeValue fCurrentPath;
155 sk_sp<SkContourMeasure> fCurrentMeasure;
156 bool fCurrentReversed = false,
157 fCurrentClosed = false;