Home | History | Annotate | Download | only in core

Lines Matching refs:morphpoints

2174 static void morphpoints(SkPoint dst[], const SkPoint src[], int count,
2221 morphpoints(dstP, srcP, 1, meas, matrix);
2228 morphpoints(dstP, srcP, 2, meas, matrix);
2232 morphpoints(dstP, &srcP[1], 2, meas, matrix);
2236 morphpoints(dstP, &srcP[1], 3, meas, matrix);