OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWindSum
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
23
int
fWindSum
; // accumulated from contours surrounding this one.
SkPathOpsDebug.cpp
167
// SK_ALWAYSBREAK(span.
fWindSum
== SK_MinS32 || span.
fWindSum
== 1);
190
winding = span.
fWindSum
;
273
if (span.
fWindSum
!= SK_MinS32) {
276
useInner, segment->spanSign(next), lastWinding, winding, span.
fWindSum
);
429
if (fTs[i].
fWindSum
== SK_MinS32) {
432
SkDebugf("%d", fTs[i].
fWindSum
);
452
if (span.
fWindSum
== SK_MinS32) {
455
SkDebugf("%d", span.
fWindSum
);
479
if (span.
fWindSum
== SK_MinS32)
[
all
...]
SkOpSegment.h
110
return fTs[startIndex].
fWindSum
!= SK_MinS32 || fTs[endIndex].
fWindSum
!= SK_MinS32;
238
return fTs[tIndex].
fWindSum
;
SkOpSegment.cpp
80
if (upSpan.
fWindSum
!= SK_MinS32) {
99
if (downSpan.
fWindSum
!= SK_MinS32) {
478
} while (oStartIndex < 0 || !other->span(oStartIndex).
fWindSum
);
606
span->
fWindSum
= SK_MinS32;
[
all
...]
SkPathOpsSimplify.cpp
87
last->fOther->span(last->fOtherIndex).fOther->debugID(), last->
fWindSum
,
SkPathOpsOp.cpp
42
// find first angle, initialize winding to computed
fWindSum
211
last->fOther->span(last->fOtherIndex).fOther->debugID(), last->
fWindSum
,
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
661
int
fWindSum
; // accumulated from contours surrounding this one.
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
194
SkPathOpsDebug::WindingPrintf(mSpan.
fWindSum
);
668
if (
fWindSum
!= SK_MinS32) {
669
SkDebugf(" windSum=%d",
fWindSum
);
Completed in 2066 milliseconds