Searched refs:fOtherT (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkOpSpan.h | 18 double fOtherT; // value at fOther[fOtherIndex].fT member
|
D | SkOpSegment.cpp | 394 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 …]
|
D | SkPathOpsDebug.cpp | 109 DebugDumpDouble(fOtherT); in dump()
|
D | SkOpSegment.h | 331 double fOtherT; member
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 18 double fOtherT; // value at fOther[fOtherIndex].fT member
|
D | SkOpSegment.cpp | 394 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 …]
|
D | SkPathOpsDebug.cpp | 109 DebugDumpDouble(fOtherT); in dump()
|
D | SkOpSegment.h | 331 double fOtherT; member
|