OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWindValue
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
22
int
fWindValue
; // 0 == canceled; 1 == normal; >1 == coincident
SkOpSegment.cpp
79
if (upSpan.
fWindValue
|| upSpan.fOppValue) {
95
if (downSpan.
fWindValue
|| downSpan.fOppValue) {
249
if (!fTs[tIndexStart].
fWindValue
) {
250
if (tIndexStart > 0 && fTs[tIndexStart - 1].
fWindValue
) {
260
if (nextT < 1 && fTs[tIndex].
fWindValue
) {
270
SkASSERT(!other->fTs[oIndexStart].
fWindValue
);
271
if (oIndexStart > 0 && other->fTs[oIndexStart - 1].
fWindValue
) {
280
if (oNextT < 1 && other->fTs[oIndex].
fWindValue
) {
462
span->
fWindValue
= 1;
594
bool decrement = test->
fWindValue
&& oTest->fWindValue
[
all
...]
SkOpSegment.h
80
return fTs[tIndex].
fWindValue
== 0 && fTs[tIndex].fOppValue == 0;
179
int result = startIndex < endIndex ? -fTs[startIndex].
fWindValue
: fTs[endIndex].
fWindValue
;
211
return fTs[tIndex].
fWindValue
;
SkPathOpsDebug.cpp
116
SkDebugf(" windValue=%d",
fWindValue
);
/external/skia/src/pathops/
SkOpSpan.h
22
int
fWindValue
; // 0 == canceled; 1 == normal; >1 == coincident
SkOpSegment.cpp
79
if (upSpan.
fWindValue
|| upSpan.fOppValue) {
95
if (downSpan.
fWindValue
|| downSpan.fOppValue) {
249
if (!fTs[tIndexStart].
fWindValue
) {
250
if (tIndexStart > 0 && fTs[tIndexStart - 1].
fWindValue
) {
260
if (nextT < 1 && fTs[tIndex].
fWindValue
) {
270
SkASSERT(!other->fTs[oIndexStart].
fWindValue
);
271
if (oIndexStart > 0 && other->fTs[oIndexStart - 1].
fWindValue
) {
280
if (oNextT < 1 && other->fTs[oIndex].
fWindValue
) {
462
span->
fWindValue
= 1;
594
bool decrement = test->
fWindValue
&& oTest->fWindValue
[
all
...]
SkOpSegment.h
80
return fTs[tIndex].
fWindValue
== 0 && fTs[tIndex].fOppValue == 0;
179
int result = startIndex < endIndex ? -fTs[startIndex].
fWindValue
: fTs[endIndex].
fWindValue
;
211
return fTs[tIndex].
fWindValue
;
SkPathOpsDebug.cpp
116
SkDebugf(" windValue=%d",
fWindValue
);
Completed in 67 milliseconds