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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 29 bool fLoop; // set when a cubic loops back to this point
SkPathOpsDebug.cpp 134 if (fLoop) {
SkPathOpsSimplify.cpp 80 if (last && !last->fLoop) {
SkPathOpsOp.cpp 211 if (last && !last->fLoop) {
SkOpSegment.cpp 466 span->fLoop = false;
650 span->fLoop = true;
    [all...]
  /external/skia/src/pathops/
SkOpSpan.h 29 bool fLoop; // set when a cubic loops back to this point
SkPathOpsDebug.cpp 134 if (fLoop) {
SkPathOpsSimplify.cpp 80 if (last && !last->fLoop) {
SkPathOpsOp.cpp 211 if (last && !last->fLoop) {
SkOpSegment.cpp 466 span->fLoop = false;
650 span->fLoop = true;
    [all...]

Completed in 2573 milliseconds