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

  /external/skia/legacy/src/core/
SkScan_Hairline.cpp 214 SkPoint nextPt;
215 SkEvalQuadAt(pts, t, &nextPt);
216 lineproc(prevPt, nextPt, clip, blitter);
218 prevPt = nextPt;
SkStroke.cpp 416 const SkPoint* nextPt = &pt1;
418 nextPt = &pt2;
419 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
  /external/skia/src/core/
SkScan_Hairline.cpp 239 SkPoint nextPt;
240 SkEvalQuadAt(pts, t, &nextPt);
241 lineproc(prevPt, nextPt, clip, blitter);
243 prevPt = nextPt;
SkStroke.cpp 437 const SkPoint* nextPt = &pt1;
439 nextPt = &pt2;
440 this->preJoinTo(*nextPt, &normalAB, &unitAB, false);
SkPath.cpp 360 int nextPt = -1;
368 nextPt = 1;
373 nextPt = 2;
377 nextPt = 3;
384 if (-1 != nextPt) {
385 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
388 prevPt = pts[nextPt];
    [all...]

Completed in 3042 milliseconds