Searched refs:beforeUnitNormal (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 81 static void BluntJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in BluntJoiner() argument 87 if (!is_clockwise(beforeUnitNormal, afterUnitNormal)) { in BluntJoiner() 96 static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in RoundJoiner() argument 99 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in RoundJoiner() 105 SkVector before = beforeUnitNormal; in RoundJoiner() 132 static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal, in MiterJoiner() argument 137 SkScalar dotProd = SkPoint::DotProduct(beforeUnitNormal, afterUnitNormal); in MiterJoiner() 139 SkVector before = beforeUnitNormal; in MiterJoiner()
|
D | SkStrokerPriv.h | 30 const SkVector& beforeUnitNormal,
|