Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokerPriv.cpp95 const SkPoint& pivot, const SkVector& afterUnitNormal, in BluntJoiner() argument
99 afterUnitNormal.scale(radius, &after); in BluntJoiner()
101 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) in BluntJoiner()
112 const SkPoint& pivot, const SkVector& afterUnitNormal, in RoundJoiner() argument
115 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner()
122 SkVector after = afterUnitNormal; in RoundJoiner()
150 const SkPoint& pivot, const SkVector& afterUnitNormal, in MiterJoiner() argument
155 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner()
158 SkVector after = afterUnitNormal; in MiterJoiner()
DSkStrokerPriv.h33 const SkVector& afterUnitNormal,