OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fWindSum
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h
20
int
fWindSum
; // accumulated from contours surrounding this one.
SkOpSegment.cpp
83
} else if (upSpan.
fWindSum
!= SK_MinS32) {
99
} else if (downSpan.
fWindSum
!= SK_MinS32) {
460
span->
fWindSum
= SK_MinS32;
[
all
...]
SkPathOpsDebug.cpp
111
SkPathOpsDebug::WindingPrintf(
fWindSum
);
SkOpSegment.h
84
return fTs[startIndex].
fWindSum
!= SK_MinS32 || fTs[endIndex].
fWindSum
!= SK_MinS32;
207
return fTs[tIndex].
fWindSum
;
SkOpAngle.cpp
430
SkPathOpsDebug::WindingPrintf(spanMin.
fWindSum
);
/external/skia/src/pathops/
SkOpSpan.h
20
int
fWindSum
; // accumulated from contours surrounding this one.
SkOpSegment.cpp
83
} else if (upSpan.
fWindSum
!= SK_MinS32) {
99
} else if (downSpan.
fWindSum
!= SK_MinS32) {
460
span->
fWindSum
= SK_MinS32;
[
all
...]
SkPathOpsDebug.cpp
111
SkPathOpsDebug::WindingPrintf(
fWindSum
);
SkOpSegment.h
84
return fTs[startIndex].
fWindSum
!= SK_MinS32 || fTs[endIndex].
fWindSum
!= SK_MinS32;
207
return fTs[tIndex].
fWindSum
;
SkOpAngle.cpp
430
SkPathOpsDebug::WindingPrintf(spanMin.
fWindSum
);
Completed in 46 milliseconds