Searched refs:thisT (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp992 bool SkOpSegment::alignSpan(int index, double thisT, const SkPoint& thisPt) { argument
998 if (span->fT != thisT) {
999 span->fT = thisT;
1000 oSpan->fOtherT = thisT;
2273 double thisT = span.fT;
2278 aligned |= alignSpan(index, thisT, thisPt);
2577 double thisT = thisSpan->fT;
2579 if (thisT == nextT) {
2582 SkASSERT(thisT < nextT);
H A DSkOpSegment.h294 bool alignSpan(int index, double thisT, const SkPoint& thisPt);
/external/skia/src/pathops/
H A DSkOpSegment.cpp959 bool SkOpSegment::alignSpan(int index, double thisT, const SkPoint& thisPt) { argument
965 if (span->fT != thisT) {
966 span->fT = thisT;
967 oSpan->fOtherT = thisT;
2198 double thisT = span.fT;
2203 aligned |= alignSpan(index, thisT, thisPt);
2501 double thisT = thisSpan->fT;
2503 if (thisT == nextT) {
2506 SkASSERT(thisT < nextT);
H A DSkOpSegment.h292 bool alignSpan(int index, double thisT, const SkPoint& thisPt);

Completed in 119 milliseconds