Home | History | Annotate | Download | only in core

Lines Matching refs:morphpoints

1880 static void morphpoints(SkPoint dst[], const SkPoint src[], int count,
1924 morphpoints(dstP, srcP, 1, meas, matrix);
1931 morphpoints(dstP, srcP, 2, meas, matrix);
1935 morphpoints(dstP, &srcP[1], 2, meas, matrix);
1939 morphpoints(dstP, &srcP[1], 3, meas, matrix);