Home | History | Annotate | Download | only in core

Lines Matching refs:srcP

1914     SkPoint         srcP[4], dstP[3];
1917 while ((verb = iter.next(srcP)) != SkPath::kDone_Verb) {
1920 morphpoints(dstP, srcP, 1, meas, matrix);
1925 srcP[0].fX = SkScalarAve(srcP[0].fX, srcP[1].fX);
1926 srcP[0].fY = SkScalarAve(srcP[0].fY, srcP[1].fY);
1927 morphpoints(dstP, srcP, 2, meas, matrix);
1931 morphpoints(dstP, &srcP[1], 2, meas, matrix);
1935 morphpoints(dstP, &srcP[1], 3, meas, matrix);