Searched refs:pathPoints (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/src/gpu/gl/ |
H A D | GrGLPath.cpp | 98 SkSTArray<16, SkPoint, true> pathPoints; local 103 pathPoints.resize_back(pointCnt); 106 fSkPath.getPoints(&pathPoints[0], pointCnt); 115 SkASSERT(pathPoints.count() == numPts); 119 2 * pointCnt, GR_GL_FLOAT, &pathPoints[0]));
|
/external/skia/src/gpu/gl/ |
H A D | GrGLPath.cpp | 98 SkSTArray<16, SkPoint, true> pathPoints; local 103 pathPoints.resize_back(pointCnt); 106 fSkPath.getPoints(&pathPoints[0], pointCnt); 115 SkASSERT(pathPoints.count() == numPts); 119 2 * pointCnt, GR_GL_FLOAT, &pathPoints[0]));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
H A D | Path.cpp | 114 FloatPoint pathPoints[3]; local 120 pathElement.points = convertPathPoints(pathPoints, &pts[0], 1); 124 pathElement.points = convertPathPoints(pathPoints, &pts[1], 1); 128 pathElement.points = convertPathPoints(pathPoints, &pts[1], 2); 132 pathElement.points = convertPathPoints(pathPoints, &pts[1], 3); 136 pathElement.points = convertPathPoints(pathPoints, 0, 0);
|
/external/replicaisland/tools/ |
H A D | ExtractPoints.js | 65 var points = item.pathPoints;
|
Completed in 533 milliseconds