Searched refs:afterUnitNormal (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/src/core/ |
| D | SkStrokerPriv.cpp | 85 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()
|
| D | SkStrokerPriv.h | 35 const SkVector& afterUnitNormal,
|