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

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 30 bool fLoop; // set when a cubic loops back to this point
SkPathOpsSimplify.cpp 80 if (last && !last->fChased && !last->fLoop) {
SkPathOpsOp.cpp 205 if (last && !last->fChased && !last->fLoop) {
SkOpSegment.cpp 608 span->fLoop = false;
808 fLoop = span->fLoop = true;
    [all...]
SkOpSegment.h 539 bool fLoop; // set if cubic intersects itself
SkPathOpsDebug.cpp 558 hasLoop |= last->fLoop;
  /external/skia/src/pathops/
SkOpSpan.h 30 bool fLoop; // set when a cubic loops back to this point
SkPathOpsSimplify.cpp 80 if (last && !last->fChased && !last->fLoop) {
SkPathOpsOp.cpp 205 if (last && !last->fChased && !last->fLoop) {
SkOpSegment.cpp 608 span->fLoop = false;
808 fLoop = span->fLoop = true;
    [all...]
SkOpSegment.h 539 bool fLoop; // set if cubic intersects itself
SkPathOpsDebug.cpp 558 hasLoop |= last->fLoop;
  /external/chromium_org/third_party/skia/experimental/Intersection/
ShapeOps.cpp 197 if (last && !last->fLoop) {
Simplify.cpp 669 bool fLoop; // set when a cubic loops back to this point
    [all...]
  /external/skia/experimental/Intersection/
ShapeOps.cpp 197 if (last && !last->fLoop) {
Simplify.cpp 669 bool fLoop; // set when a cubic loops back to this point
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 561 if (fLoop) {
  /external/skia/tests/
PathOpsDebug.cpp 561 if (fLoop) {

Completed in 105 milliseconds