Lines Matching defs:fLastControlPoint
227 fLastControlPoint = p[0]; // Disables the join section of this patch.
232 fLastControlPoint = p[0]; // Disables the join section of this patch.
236 patchWriter << fLastControlPoint;
241 fLastControlPoint = endControlPoint;
297 fLastControlPoint = fCurrContourStartPoint + outset;
310 this->internalJoinTo(roundCapJoinType, contourEndpoint, fLastControlPoint);
319 SkVector lastTangent = contourEndpoint - fLastControlPoint;
351 fCurrContourFirstControlPoint = fLastControlPoint = lastControlPoint;
498 SkVector a = p[0] - fLastControlPoint;
521 fLastControlPoint = p[0]; // Disables the join section of this patch.
539 SkVector tan0 = junctionPoint - fLastControlPoint;
569 fLastControlPoint = c1;
580 patchWriter << fLastControlPoint << junctionPoint;
596 fLastControlPoint = nextControlPoint;
617 // Set fLastControlPoint to the next stroke's p0 (which will be equal to the final point of
619 fLastControlPoint = p[numPoints - 1];
657 SkPoint fLastControlPoint;