Home
last modified time | relevance | path

Searched refs:afterUnitNormal (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkStrokerPriv.cpp85 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() argument
88 afterUnitNormal.scale(radius, &after); in BluntJoiner()
90 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) { in BluntJoiner()
101 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() argument
103 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner()
110 SkVector after = afterUnitNormal; in RoundJoiner()
138 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner() argument
142 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner()
145 SkVector after = afterUnitNormal; in MiterJoiner()
DSkStrokerPriv.h35 const SkVector& afterUnitNormal,