Home
last modified time | relevance | path

Searched refs:fOtherT (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member
DSkOpSegment.cpp394 span.fOtherT = otherT; in addOtherT()
815 && approximately_equal(span.fOtherT, otherT)) {
1216 double otherT = span.fOtherT;
1266 const double matchT = peekSpan.fOtherT;
1271 if (tSpan.fOtherT == matchT) {
1274 double midT = (tSpan.fOtherT + matchT) / 2;
1284 && lastMissing.fOtherT == matchT) {
1300 missing.fOtherT = matchT;
1316 addTPair(missing.fT, missing.fOther, missing.fOtherT, false, missing.fPt);
1375 double oMidT = (thisSpan->fOtherT + oSpan.fT) / 2;
[all …]
DSkPathOpsDebug.cpp109 DebugDumpDouble(fOtherT); in dump()
DSkOpSegment.h331 double fOtherT; member
/external/skia/src/pathops/
DSkOpSpan.h18 double fOtherT; // value at fOther[fOtherIndex].fT member
DSkOpSegment.cpp394 span.fOtherT = otherT; in addOtherT()
815 && approximately_equal(span.fOtherT, otherT)) {
1216 double otherT = span.fOtherT;
1266 const double matchT = peekSpan.fOtherT;
1271 if (tSpan.fOtherT == matchT) {
1274 double midT = (tSpan.fOtherT + matchT) / 2;
1284 && lastMissing.fOtherT == matchT) {
1300 missing.fOtherT = matchT;
1316 addTPair(missing.fT, missing.fOther, missing.fOtherT, false, missing.fPt);
1375 double oMidT = (thisSpan->fOtherT + oSpan.fT) / 2;
[all …]
DSkPathOpsDebug.cpp109 DebugDumpDouble(fOtherT); in dump()
DSkOpSegment.h331 double fOtherT; member