Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokerPriv.cpp81 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()
DSkStrokerPriv.h30 const SkVector& beforeUnitNormal,