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

  /external/skia/src/core/
SkPath.cpp 239 int nextPt = -1;
247 nextPt = 1;
255 nextPt = 2;
260 nextPt = 3;
268 if (-1 != nextPt) {
283 if (!check_edge_against_rect(prevPt, pts[nextPt], rect, direction)) {
287 prevPt = pts[nextPt];
    [all...]
SkStroke.cpp     [all...]

Completed in 178 milliseconds