SkDevice.cpp | 283 static void morphpoints(SkPoint dst[], const SkPoint src[], int count, function 330 morphpoints(dstP, srcP, 1, meas, matrix); 337 morphpoints(dstP, srcP, 2, meas, matrix); 341 morphpoints(dstP, &srcP[1], 2, meas, matrix); 345 morphpoints(dstP, &srcP[1], 3, meas, matrix);
|