Searched refs:baseT (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 76 double baseT = current->t(index); in contourRangeCheckY() local 78 double newMid = (testHit - baseT) / (endT - baseT); in contourRangeCheckY() 87 baseT, current->xAtT(index), current->yAtT(index), in contourRangeCheckY() 88 baseT + mid * (endT - baseT), midXY.fX, midXY.fY, in contourRangeCheckY() 89 baseT + newMid * (endT - baseT), newXY.fX, newXY.fY, in contourRangeCheckY() 118 double baseT = current->t(index); in contourRangeCheckY() local 120 *bestHit = baseT + mid * (endT - baseT); in contourRangeCheckY()
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsCommon.cpp | 76 double baseT = current->t(index); in contourRangeCheckY() local 78 double newMid = (testHit - baseT) / (endT - baseT); in contourRangeCheckY() 87 baseT, current->xAtT(index), current->yAtT(index), in contourRangeCheckY() 88 baseT + mid * (endT - baseT), midXY.fX, midXY.fY, in contourRangeCheckY() 89 baseT + newMid * (endT - baseT), newXY.fX, newXY.fY, in contourRangeCheckY() 118 double baseT = current->t(index); in contourRangeCheckY() local 120 *bestHit = baseT + mid * (endT - baseT); in contourRangeCheckY()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 206 if (const RecordType *baseT = T->getAs<RecordType>()) { in IsPartOfAST() local 207 CXXRecordDecl *baseD = cast<CXXRecordDecl>(baseT->getDecl()); in IsPartOfAST()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | Simplify.cpp | 4252 double baseT = fTs[index].fT; in validateActiveSpans() local 4253 while (first > 0 && approximately_equal(fTs[first - 1].fT, baseT)) { in validateActiveSpans() 4257 while (last < tCount - 1 && approximately_equal(fTs[last + 1].fT, baseT)) { in validateActiveSpans() 5862 double baseT = current->t(index); in contourRangeCheckY() local 5864 double newMid = (testHit - baseT) / (endT - baseT); in contourRangeCheckY() 5874 baseT, current->xAtT(index), current->yAtT(index), in contourRangeCheckY() 5875 baseT + mid * (endT - baseT), midXY.fX, midXY.fY, in contourRangeCheckY() 5876 baseT + newMid * (endT - baseT), newXY.fX, newXY.fY, in contourRangeCheckY() 5905 double baseT = current->t(index); in contourRangeCheckY() local 5907 bestHit = baseT + mid * (endT - baseT); in contourRangeCheckY()
|
/external/skia/experimental/Intersection/ |
D | Simplify.cpp | 4252 double baseT = fTs[index].fT; in validateActiveSpans() local 4253 while (first > 0 && approximately_equal(fTs[first - 1].fT, baseT)) { in validateActiveSpans() 4257 while (last < tCount - 1 && approximately_equal(fTs[last + 1].fT, baseT)) { in validateActiveSpans() 5862 double baseT = current->t(index); in contourRangeCheckY() local 5864 double newMid = (testHit - baseT) / (endT - baseT); in contourRangeCheckY() 5874 baseT, current->xAtT(index), current->yAtT(index), in contourRangeCheckY() 5875 baseT + mid * (endT - baseT), midXY.fX, midXY.fY, in contourRangeCheckY() 5876 baseT + newMid * (endT - baseT), newXY.fX, newXY.fY, in contourRangeCheckY() 5905 double baseT = current->t(index); in contourRangeCheckY() local 5907 bestHit = baseT + mid * (endT - baseT); in contourRangeCheckY()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | RegionStore.cpp | 1529 QualType baseT = baseR->getValueType(); in getBindingForElement() local 1530 if (baseT->isScalarType()) { in getBindingForElement() 1533 if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) { in getBindingForElement()
|