Home | History | Annotate | Download | only in core

Lines Matching refs:srcP

2129     SkPoint         srcP[4], dstP[3];
2132 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) {
2135 morphpoints(dstP, srcP, 1, meas, matrix);
2140 srcP[0].fX = SkScalarAve(srcP[0].fX, srcP[1].fX);
2141 srcP[0].fY = SkScalarAve(srcP[0].fY, srcP[1].fY);
2142 morphpoints(dstP, srcP, 2, meas, matrix);
2146 morphpoints(dstP, &srcP[1], 2, meas, matrix);
2150 morphpoints(dstP, &srcP[1], 3, meas, matrix);