Searched refs:beforeUnitNormal (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 86 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner() argument 92 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) { in BluntJoiner() 102 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner() argument 105 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner() 111 SkVector before = beforeUnitNormal; in RoundJoiner() 139 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner() argument 144 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner() 146 SkVector before = beforeUnitNormal; in MiterJoiner()
|
D | SkStrokerPriv.h | 37 const SkVector& beforeUnitNormal,
|