Home
last modified time | relevance | path

Searched refs:fNextIsNewContour (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkPathPriv.h431 bool fNextIsNewContour; member in SkPathEdgeIter
471 fNextIsNewContour = true; in next()
494 fNextIsNewContour = true; in next()
512 bool isNewContour = fNextIsNewContour; in next()
513 fNextIsNewContour = false; in next()
H A DSkPathRef.cpp701 fNextIsNewContour = false;

Completed in 3 milliseconds