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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DPath.cpp99 static FloatPoint* convertPathPoints(FloatPoint dst[], const SkPoint src[], int count) function in namespace:blink
119 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1);
123 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1);
127 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2);
131 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3);
135 pathElement.points = convertPathPoints(pathPoints, 0, 0);

Completed in 164 milliseconds