Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp1241 const SkPoint* tangentPt; in cubicTo() local
1242 ReductionType reductionType = CheckCubicLinear(cubic, reduction, &tangentPt); in cubicTo()
1270 if (!this->preJoinTo(*tangentPt, &normalAB, &unitAB, false)) { in cubicTo()
/external/skqp/src/core/
DSkStroke.cpp1245 const SkPoint* tangentPt; in cubicTo() local
1246 ReductionType reductionType = CheckCubicLinear(cubic, reduction, &tangentPt); in cubicTo()
1274 if (!this->preJoinTo(*tangentPt, &normalAB, &unitAB, false)) { in cubicTo()