Home | History | Annotate | Download | only in core

Lines Matching refs:morphpoints

1858 static void morphpoints(SkPoint dst[], const SkPoint src[], int count,
1905 morphpoints(dstP, srcP, 1, meas, matrix);
1912 morphpoints(dstP, srcP, 2, meas, matrix);
1916 morphpoints(dstP, &srcP[1], 2, meas, matrix);
1920 morphpoints(dstP, &srcP[1], 3, meas, matrix);