OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOppSum
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
24
int
fOppSum
; // for binary operators: the opposite winding sum
SkPathOpsDebug.cpp
171
// SK_ALWAYSBREAK(span.
fOppSum
== SK_MinS32 || span.
fOppSum
== 0 || abs(span.
fOppSum
) == 1);
206
lastOppWinding = oppWinding = span.
fOppSum
;
223
SK_ALWAYSBREAK(span.
fOppSum
== SK_MinS32);
280
if (span.
fOppSum
!= SK_MinS32) {
281
SK_ALWAYSBREAK(span.
fOppSum
== oppSumWinding || segment->oppXor() || segment->_xor());
473
if (span.
fOppSum
== SK_MinS32) {
476
SkDebugf("%d", span.
fOppSum
);
SkOpSegment.h
143
return fTs[tIndex].
fOppSum
;
148
return fTs[lesser].
fOppSum
;
SkOpSegment.cpp
607
span->
fOppSum
= SK_MinS32;
[
all
...]
/external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp
195
if (mSpan.fOppValue != 0 || mSpan.
fOppSum
!= SK_MinS32) {
198
SkPathOpsDebug::WindingPrintf(mSpan.
fOppSum
);
671
if (
fOppSum
!= SK_MinS32 && (SkPathOpsDebug::ValidWind(
fOppSum
) || fOppValue != 0)) {
672
SkDebugf(" oppSum=%d",
fOppSum
);
675
if (SkPathOpsDebug::ValidWind(
fOppSum
) || fOppValue != 0) {
/external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp
662
int
fOppSum
; // for binary operators: the opposite winding sum
[
all
...]
Completed in 177 milliseconds