HomeSort by relevance Sort by last modified time
    Searched full:morphpoints (Results 1 - 4 of 4) sorted by null

  /external/skia/src/effects/
Sk1DPathEffect.cpp 78 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count, function
118 if (morphpoints(dstP, srcP, 1, meas, dist)) {
128 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
133 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
138 if (morphpoints(dstP, &srcP[1], 3, meas, dist)) {
  /external/skqp/src/effects/
Sk1DPathEffect.cpp 75 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count, function
115 if (morphpoints(dstP, srcP, 1, meas, dist)) {
125 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
130 if (morphpoints(dstP, &srcP[1], 2, meas, dist)) {
135 if (morphpoints(dstP, &srcP[1], 3, meas, dist)) {
  /external/skqp/src/core/
SkDevice.cpp 346 static void morphpoints(SkPoint dst[], const SkPoint src[], int count, function
392 morphpoints(dstP, srcP, 1, meas, matrix);
399 morphpoints(dstP, srcP, 2, meas, matrix);
403 morphpoints(dstP, &srcP[1], 2, meas, matrix);
407 morphpoints(dstP, &srcP[1], 2, meas, matrix);
411 morphpoints(dstP, &srcP[1], 3, meas, matrix);
  /external/skia/src/core/
SkDevice.cpp 347 static void morphpoints(SkPoint dst[], const SkPoint src[], int count, function
393 morphpoints(dstP, srcP, 1, meas, matrix);
400 morphpoints(dstP, srcP, 2, meas, matrix);
404 morphpoints(dstP, &srcP[1], 2, meas, matrix);
408 morphpoints(dstP, &srcP[1], 2, meas, matrix);
412 morphpoints(dstP, &srcP[1], 3, meas, matrix);

Completed in 238 milliseconds