Home | History | Annotate | Download | only in core

Lines Matching full:morphpoints

2088 static void morphpoints(SkPoint dst[], const SkPoint src[], int count,
2135 morphpoints(dstP, srcP, 1, meas, matrix);
2142 morphpoints(dstP, srcP, 2, meas, matrix);
2146 morphpoints(dstP, &srcP[1], 2, meas, matrix);
2150 morphpoints(dstP, &srcP[1], 3, meas, matrix);