Home
last modified time | relevance | path

Searched defs:PathInfo (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp63 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;
[all …]
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCStroker.h68 struct PathInfo { struct
69 SkIVector fDevToAtlasOffset;
70 float fStrokeRadius;
71 GrScissorTest fScissorTest;
DGrCCFiller.h63 PathInfo(GrScissorTest scissorTest, const SkIVector& devToAtlasOffset) in PathInfo() function