Home
last modified time | relevance | path

Searched refs:morphpoints (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp135 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count, in morphpoints() function
175 if (morphpoints(dstP, srcP, 1, meas, dist)) { in morphpath()
185 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) { in morphpath()
190 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) { in morphpath()
195 if (morphpoints(dstP, &srcP[1], 3, meas, dist)) { in morphpath()

Completed in 1 milliseconds