Searched refs:convertPathPoints (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Path.cpp | 100 static FloatPoint* convertPathPoints(FloatPoint dst[], const SkPoint src[], int count) in convertPathPoints() function 120 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1); in apply() 124 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1); in apply() 128 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2); in apply() 132 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3); in apply() 136 pathElement.points = convertPathPoints(pathPoints, 0, 0); in apply()
|