Home | History | Annotate | Download | only in core

Lines Matching refs:morphpoints

1845 static void morphpoints(SkPoint dst[], const SkPoint src[], int count,
1892 morphpoints(dstP, srcP, 1, meas, matrix);
1899 morphpoints(dstP, srcP, 2, meas, matrix);
1903 morphpoints(dstP, &srcP[1], 2, meas, matrix);
1907 morphpoints(dstP, &srcP[1], 3, meas, matrix);