Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tools/viewer/
H A DGraphitePrimitivesSlide.cpp107 struct LocalCornerVert { struct
108 SkV2 fPosition; // In unit square that each corner is normalized to
109 SkV2 fNormal; // Direction that AA outset is applied in
111 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()