Searched defs:PathInfo (Results 1 – 3 of 3) sorted by relevance
63 struct TextAdapter::PathInfo { struct in skottie::internal::TextAdapter64 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;[all …]
68 struct PathInfo { struct69 SkIVector fDevToAtlasOffset;70 float fStrokeRadius;71 GrScissorTest fScissorTest;
63 PathInfo(GrScissorTest scissorTest, const SkIVector& devToAtlasOffset) in PathInfo() function