OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fCoinEnd
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pathops/
SkOpSpan.h
176
SkASSERT(
fCoinEnd
!= this);
177
fCoinEnd
= this;
181
return
fCoinEnd
;
190
while ((next = next->
fCoinEnd
) != this) {
248
SkOpSpanBase* coinNext = coin->
fCoinEnd
;
249
coin->
fCoinEnd
= this->
fCoinEnd
;
250
this->
fCoinEnd
= coinNext;
363
SkOpSpanBase*
fCoinEnd
; // linked list of coincident spans that end here (may point to itself)
SkPathOpsTSect.h
96
fCoinEnd
.init();
140
fCoinEnd
.markCoincident();
196
SkTCoincident<TCurve, OppCurve>
fCoinEnd
;
554
fCoinEnd
.init();
703
foundEnd |= between(test->fStartT,
fCoinEnd
.perpT(), test->fEndT);
710
fCoinEnd
.init();
787
if (
fCoinEnd
.isCoincident()) {
788
validatePerpT(
fCoinEnd
.perpT());
789
validatePerpPt(
fCoinEnd
.perpT(),
fCoinEnd
.perpPt())
[
all
...]
Completed in 859 milliseconds