Searched refs:fLoop (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h30 bool fLoop; // set when a cubic loops back to this point member in struct:SkOpSpan
H A DSkPathOpsSimplify.cpp80 if (last && !last->fChased && !last->fLoop) {
H A DSkPathOpsOp.cpp205 if (last && !last->fChased && !last->fLoop) {
H A DSkOpSegment.cpp612 span->fLoop = false;
816 fLoop = span->fLoop = true;
1433 // if fLoop bit is set on span, that could be enough if addOtherT copies the bit
1759 if (!other->fLoop) {
1923 if (testSpan->fLoop) {
1930 if (testSpan->fLoop) {
2366 if (fLoop) {
2368 SkASSERT(!other->fLoop); // FIXME: we need more complicated logic for pair of loops
2379 if (other->fLoop) {
[all...]
H A DSkOpSegment.h541 bool fLoop; // set if cubic intersects itself member in class:SkOpSegment
H A DSkPathOpsDebug.cpp559 hasLoop |= last->fLoop;
/external/skia/src/pathops/
H A DSkOpSpan.h30 bool fLoop; // set when a cubic loops back to this point member in struct:SkOpSpan
H A DSkPathOpsSimplify.cpp80 if (last && !last->fChased && !last->fLoop) {
H A DSkPathOpsOp.cpp205 if (last && !last->fChased && !last->fLoop) {
H A DSkOpSegment.cpp608 span->fLoop = false;
808 fLoop = span->fLoop = true;
1689 if (!other->fLoop) {
1853 if (testSpan->fLoop) {
1860 if (testSpan->fLoop) {
2290 if (fLoop) {
2292 SkASSERT(!other->fLoop); // FIXME: we need more complicated logic for pair of loops
2303 if (other->fLoop) {
3216 fLoop
[all...]
H A DSkOpSegment.h539 bool fLoop; // set if cubic intersects itself member in class:SkOpSegment
H A DSkPathOpsDebug.cpp558 hasLoop |= last->fLoop;
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp197 if (last && !last->fLoop) {
H A DSimplify.cpp669 bool fLoop; // set when a cubic loops back to this point member in struct:Span
1713 span->fLoop = false;
1913 span->fLoop = true;
3258 SkASSERT(other->fTs[min].fWindSum == winding || other->fTs[min].fLoop);
6257 if (last && !last->fLoop) {
/external/skia/experimental/Intersection/
H A DShapeOps.cpp197 if (last && !last->fLoop) {
H A DSimplify.cpp669 bool fLoop; // set when a cubic loops back to this point member in struct:Span
1713 span->fLoop = false;
1913 span->fLoop = true;
3258 SkASSERT(other->fTs[min].fWindSum == winding || other->fTs[min].fLoop);
6257 if (last && !last->fLoop) {
/external/skia/tests/
H A DPathOpsDebug.cpp561 if (fLoop) {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp693 if (fLoop) {

Completed in 197 milliseconds