Home | History | Annotate | Download | only in shaders

Lines Matching refs:newPoint

635     SkPoint newPoint;
636 fMatrix.mapPoints(&newPoint, &point, 1);
637 newPoint.fX = SkScalarRoundToScalar(newPoint.fX);
638 newPoint.fY = SkScalarRoundToScalar(newPoint.fY);
644 value = calculateImprovedNoiseValueForPoint(channel, newPoint);
647 value = calculateTurbulenceValueForPoint(channel, stitchData, newPoint);