OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOppValue
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
23
int
fOppValue
; // normally 0 -- when binary coincident edges combine, opp value goes here
SkPathOpsDebug.cpp
112
if (SkPathOpsDebug::ValidWind(fOppSum) ||
fOppValue
!= 0) {
117
if (SkPathOpsDebug::ValidWind(fOppSum) ||
fOppValue
!= 0) {
118
SkDebugf(" oppValue=%d",
fOppValue
);
SkOpSegment.cpp
79
if (upSpan.fWindValue || upSpan.
fOppValue
) {
95
if (downSpan.fWindValue || downSpan.
fOppValue
) {
463
span->
fOppValue
= 0;
604
test->
fOppValue
--;
620
oTest->
fOppValue
--;
658
int oOppValue = oTest.
fOppValue
;
740
if ((test->fWindValue == 0 && test->
fOppValue
== 0)
741
|| (oTest->fWindValue == 0 && oTest->
fOppValue
== 0)) {
744
SkDEBUGCODE(int firstOpp = test->
fOppValue
);
747
SkASSERT(firstOpp == fTs[index].
fOppValue
);
[
all
...]
SkOpSegment.h
80
return fTs[tIndex].fWindValue == 0 && fTs[tIndex].
fOppValue
== 0;
109
int result = startIndex < endIndex ? -fTs[startIndex].
fOppValue
: fTs[endIndex].
fOppValue
;
126
return fTs[tIndex].
fOppValue
;
131
return fTs[lesser].
fOppValue
;
/external/skia/src/pathops/
SkOpSpan.h
23
int
fOppValue
; // normally 0 -- when binary coincident edges combine, opp value goes here
SkPathOpsDebug.cpp
112
if (SkPathOpsDebug::ValidWind(fOppSum) ||
fOppValue
!= 0) {
117
if (SkPathOpsDebug::ValidWind(fOppSum) ||
fOppValue
!= 0) {
118
SkDebugf(" oppValue=%d",
fOppValue
);
SkOpSegment.cpp
79
if (upSpan.fWindValue || upSpan.
fOppValue
) {
95
if (downSpan.fWindValue || downSpan.
fOppValue
) {
463
span->
fOppValue
= 0;
604
test->
fOppValue
--;
620
oTest->
fOppValue
--;
658
int oOppValue = oTest.
fOppValue
;
740
if ((test->fWindValue == 0 && test->
fOppValue
== 0)
741
|| (oTest->fWindValue == 0 && oTest->
fOppValue
== 0)) {
744
SkDEBUGCODE(int firstOpp = test->
fOppValue
);
747
SkASSERT(firstOpp == fTs[index].
fOppValue
);
[
all
...]
SkOpSegment.h
80
return fTs[tIndex].fWindValue == 0 && fTs[tIndex].
fOppValue
== 0;
109
int result = startIndex < endIndex ? -fTs[startIndex].
fOppValue
: fTs[endIndex].
fOppValue
;
126
return fTs[tIndex].
fOppValue
;
131
return fTs[lesser].
fOppValue
;
Completed in 29 milliseconds