Searched refs:beforeUnitNormal (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkStrokerPriv.cpp | 84 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner() argument 90 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) { in BluntJoiner() 100 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner() argument 103 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner() 109 SkVector before = beforeUnitNormal; in RoundJoiner() 137 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner() argument 142 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner() 144 SkVector before = beforeUnitNormal; in MiterJoiner()
|
H A D | SkStrokerPriv.h | 33 const SkVector& beforeUnitNormal,
|
Completed in 3 milliseconds