Searched defs:LocalCornerVert (Results 1 – 1 of 1) sorted by relevance
107 struct LocalCornerVert { struct108 SkV2 fPosition; // In unit square that each corner is normalized to109 SkV2 fNormal; // Direction that AA outset is applied in111 float fStrokeScale; // Signed scale factor applied to external stroke radius, should be [-1,1]112 float fMirrorScale; // Scale fPosition.yx, along with external join-scale, should be [0,1].113 float fCenterWeight; // Added to external center scale, > 0 forces point to center instead.117 SkV3 transform(const SkM44& m, const SkV4& cornerMapping, const SkV2& cornerPt, in transform()