Home | History | Annotate | Download | only in core

Lines Matching full:srcp

324     SkPoint         srcP[4], dstP[3];
327 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) {
330 morphpoints(dstP, srcP, 1, meas, matrix);
335 srcP[0].fX = SkScalarAve(srcP[0].fX, srcP[1].fX);
336 srcP[0].fY = SkScalarAve(srcP[0].fY, srcP[1].fY);
337 morphpoints(dstP, srcP, 2, meas, matrix);
341 morphpoints(dstP, &srcP[1], 2, meas, matrix);
345 morphpoints(dstP, &srcP[1], 3, meas, matrix);