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

  /external/webkit/WebCore/platform/graphics/skia/
PathSkia.cpp 173 static FloatPoint* convertPathPoints(FloatPoint dst[], const SkPoint src[], int count)
193 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
197 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
201 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
205 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3);
209 pathElement.points = convertPathPoints(pathPoints, 0, 0);

Completed in 76 milliseconds