HomeSort by relevance Sort by last modified time
    Searched refs:nextPt (Results 1 - 3 of 3) sorted by null

  /external/fonttools/Lib/fontTools/pens/
pointPen.py 306 nextPt = points[next][0]
307 if pt != prevPt and pt != nextPt:
309 dx2, dy2 = nextPt[0] - pt[0], nextPt[1] - pt[1]
  /external/skia/src/core/
SkPath.cpp 315 int nextPt = -1;
323 nextPt = 1;
331 nextPt = 2;
336 nextPt = 3;
344 if (-1 != nextPt) {
359 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
363 prevPt = pts[nextPt];
    [all...]
  /external/skqp/src/core/
SkPath.cpp 315 int nextPt = -1;
323 nextPt = 1;
331 nextPt = 2;
336 nextPt = 3;
344 if (-1 != nextPt) {
359 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
363 prevPt = pts[nextPt];
    [all...]

Completed in 111 milliseconds