HomeSort by relevance Sort by last modified time
    Searched defs:pathPoints (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLPath.cpp 90 SkSTArray<16, SkPoint, true> pathPoints;
95 pathPoints.resize_back(pointCnt);
98 skPath.getPoints(&pathPoints[0], pointCnt);
107 SkASSERT(pathPoints.count() == numPts);
111 2 * pointCnt, GR_GL_FLOAT, &pathPoints[0]));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Path.cpp 113 FloatPoint pathPoints[3];
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 470 milliseconds