Lines Matching refs:newPoint
550 SkPoint newPoint;
551 fMatrix.mapPoints(&newPoint, &point, 1);
552 newPoint.fX = SkScalarRoundToScalar(newPoint.fX);
553 newPoint.fY = SkScalarRoundToScalar(newPoint.fY);
559 value = calculateImprovedNoiseValueForPoint(channel, newPoint);
562 value = calculateTurbulenceValueForPoint(channel, stitchData, newPoint);