Searched refs:tangentPt (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.cpp | 1241 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/ |
D | SkStroke.cpp | 1245 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()
|