/third_party/skia/src/pathops/ |
H A D | SkPathOpsTightBounds.cpp | 27 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds() 28 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds() 34 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds() 35 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds() 36 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds() 37 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
|
H A D | SkPathOpsLine.cpp | 41 if (!between(0, numer, denom)) { in nearPoint() 61 SkASSERT(between(0, t, 1)); in nearPoint() 102 SkASSERT(between(0, t, 1)); in NearPointH() 137 SkASSERT(between(0, t, 1)); in NearPointV()
|
H A D | SkIntersections.cpp | 15 if (!between(rangeStart, fT[0][index], rangeEnd)) { in closestTo() 35 if (fIsCoincident[0] == 3 && between(fT[0][0], one, fT[0][1])) { in insert() 144 if (!between(rangeStart, fT[0][index], rangeEnd)) { in mostOutside()
|
H A D | SkPathOpsCubic.cpp | 136 return (between(fPts[0].fX, fPts[1].fX, fPts[3].fX) in endsAreExtremaInXOrY() 137 && between(fPts[0].fX, fPts[2].fX, fPts[3].fX)) in endsAreExtremaInXOrY() 138 || (between(fPts[0].fY, fPts[1].fY, fPts[3].fY) in endsAreExtremaInXOrY() 139 && between(fPts[0].fY, fPts[2].fY, fPts[3].fY)); in endsAreExtremaInXOrY() 289 if (between(inflectionTs[0], maxCurvature[index], inflectionTs[1])) { in ComplexBreak() 378 if (!approximately_one_or_less(tValue) && between(1, tValue, 1.00005)) { 386 } else if (!approximately_zero_or_more(tValue) && between(-0.00005, tValue, 0)) { 541 Solve for t, keeping only those that fit between 0 < t < 1
|
H A D | SkDLineIntersection.cpp | 121 if (between(0, numerA, denom) && between(0, numerB, denom)) { in intersect() 228 if (between(left, xIntercept, right)) { in horizontal() 306 if (between(top, yIntercept, bottom)) { in vertical()
|
H A D | SkOpSpan.h | 123 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2 in Overlaps() 124 : between(s2->fT, start1->fT, e2->fT) ? start1 : nullptr; in Overlaps() 127 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2 in Overlaps() 128 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr; in Overlaps()
|
H A D | SkPathOpsTSect.cpp | 121 SkASSERT(between(0, result, 1)); in closestBoundedT() 141 if (between(work->fStartT, t, work->fEndT)) { in contains() 345 if (between(test->fStartT, t, test->fEndT)) { in oppT() 372 foundStart |= between(test->fStartT, fCoinStart.perpT(), test->fEndT); in removeBounded() 373 foundEnd |= between(test->fStartT, fCoinEnd.perpT(), test->fEndT); in removeBounded() 710 if (between(test->fStartT, t, test->fEndT)) { in coincidentHasT() 912 if (between(0, oppStartT, 1) && between(0, oppEndT, 1)) { in extractCoincident() 1132 if (between(span->fStartT, oppRayI[0][closeIndex], span->fEndT) in linesIntersect() 1133 && between(oppSpa in linesIntersect() [all...] |
H A D | SkOpCoincidence.cpp | 311 if (!between(0, t, 1)) { in addEndMovedSpans() 381 coincident pair. If so, check for a new coincident span between B-end/A ptT loop 624 SkASSERT(between(over1s->fT, tStart, over1e->fT)); in addIfMissing() 625 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in addIfMissing() 627 SkASSERT(between(over2s->fT, tStart, over2e->fT)); in addIfMissing() 628 SkASSERT(between(over2s->fT, tEnd, over2e->fT)); in addIfMissing() 951 && between(coin->oppPtTStart()->fT, oppT, coin->oppPtTEnd()->fT)) { in contains() 955 && between(coin->coinPtTStart()->fT, oppT, coin->coinPtTEnd()->fT)) { in contains()
|
H A D | SkPathOpsDebug.cpp | 1232 This checks the distance between start points; the distance between 1343 SkASSERT(!DEBUG_LIMIT_WIND_SUM || between(0, minSpan->windValue(), DEBUG_LIMIT_WIND_SUM)); in debugValidate() 1345 || between(-DEBUG_LIMIT_WIND_SUM, minSpan->oppValue(), DEBUG_LIMIT_WIND_SUM)); in debugValidate() 1489 if (!between(0, t, 1)) { in debugAddEndMovedSpans() 1561 coincident pair. If so, check for a new coincident span between B-end/A ptT loop 1706 SkASSERT(between(over1s->fT, tStart, over1e->fT)); in debugAddIfMissing() 1707 SkASSERT(between(over1s->fT, tEnd, over1e->fT)); in debugAddIfMissing() 1709 SkASSERT(between(over2s->fT, tStart, over2e->fT)); in debugAddIfMissing() 1710 SkASSERT(between(over2 in debugAddIfMissing() [all...] |
H A D | SkPathOpsQuad.cpp | 247 return between(fPts[0].fX, fPts[1].fX, fPts[2].fX); in monotonicInX() 251 return between(fPts[0].fY, fPts[1].fY, fPts[2].fY); in monotonicInY() 261 To find B, compute the point halfway between t1 and t2: 375 Solve for t, only if it fits between 0 < t < 1
|
H A D | SkOpSpan.cpp | 183 if (between(min, s, max) && between(min, e, max)) { in collapsed()
|
H A D | SkPathOpsCurve.h | 95 bool fOrdered; // cleared when a cubic's control point isn't between the sweep vectors 366 return between(0, roots[0], 1); in line_intercept_h() 375 return between(0, roots[0], 1); in line_intercept_v()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"};
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_word_get_test.cpp | 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"};
|
/third_party/spirv-tools/test/ |
H A D | text_word_get_test.cpp | 142 AutoText input(R"(quotes" "between words)"); 143 const char* expected[] = {R"(quotes" "between)", "words"};
|
/third_party/libinput/tools/ |
H A D | libinput-measure-touchpad-size.py | 179 def between(v1, v2, deviation): function 315 skip = between(xorig.minimum, touchpad.x.minimum, deviation) 316 skip = skip and between(xorig.maximum, touchpad.x.maximum, deviation) 318 skip = skip and between(yorig.minimum, touchpad.y.minimum, deviation) 319 skip = skip and between(yorig.maximum, touchpad.y.maximum, deviation)
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | SamplersTest.cpp | 59 // In-between in TEST_P() 60 GLfloat between = (1.0f + maxValue) / 2; in TEST_P() local 61 validateValidAnisotropy(sampler, between); in TEST_P()
|
/third_party/rust/crates/syn/src/ |
H A D | verbatim.rs | 6 pub(crate) fn between<'a>(begin: ParseStream<'a>, end: ParseStream<'a>) -> TokenStream {
|
H A D | item.rs | 924 Ok(Item::Verbatim(verbatim::between(&begin, input))) 950 None => Ok(Item::Verbatim(verbatim::between(&begin, input))), 961 Ok(Item::Verbatim(verbatim::between(&begin, input))) 967 Ok(Item::Verbatim(verbatim::between(&begin, input))) 1020 _ => Ok(Item::Verbatim(verbatim::between(&begin, input))), 1034 Ok(Item::Verbatim(verbatim::between(&begin, input))) 1064 Ok(Item::Verbatim(verbatim::between(&begin, input))) 1245 Ok(Item::Verbatim(verbatim::between(&begin, input))) in parse_macro2() 1795 Ok(ForeignItem::Verbatim(verbatim::between(&begin, input))) in parse() 1815 Ok(ForeignItem::Verbatim(verbatim::between( in parse() [all...] |
/third_party/skia/tests/ |
H A D | PathOpsCubicReduceOrderTest.cpp | 19 return between(cubic[0].fX, cubic[1].fX, cubic[3].fX) 20 && between(cubic[0].fX, cubic[2].fX, cubic[3].fX) 21 && between(cubic[0].fY, cubic[1].fY, cubic[3].fY) 22 && between(cubic[0].fY, cubic[2].fY, cubic[3].fY);
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 2288 // There's an additional moveTo between two blocks of other verbs, so the path must have in computeConvexity() 2620 static bool between(SkScalar a, SkScalar b, SkScalar c) { in between() function 2649 return between(start.fX, x, end.fX) && x != end.fX; in checkOnCurve() 2917 if (!between(pts[0].fY, y, pts[1].fY) && !between(pts[1].fY, y, pts[2].fY) in tangent_cubic() 2918 && !between(pts[2].fY, y, pts[3].fY)) { in tangent_cubic() 2921 if (!between(pts[0].fX, x, pts[1].fX) && !between(pts[1].fX, x, pts[2].fX) in tangent_cubic() 2922 && !between(pts[2].fX, x, pts[3].fX)) { in tangent_cubic() 2945 if (!between(pt in tangent_conic() [all...] |
H A D | SkGeometry.cpp | 244 Solve for t, only if it fits between 0 < t < 1 645 // Chop in between both cusps instead, if any. There can be up to two cusps on a flat line, 654 // We want the point in between both cusps. The midpoint of: 1434 static bool between(SkScalar a, SkScalar b, SkScalar c) { 1449 if (between(startY, src.fPts[1].fY, endY)) { 1453 if (!between(startY, midY, endY)) { 1458 if (!between(startY, dst[0].fPts[1].fY, dst[0].fPts[2].fY)) { 1459 // If the 1st control is not between the start and end, put it at the start. 1463 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) { 1464 // If the 2nd control is not between th [all...] |
/third_party/gn/src/gn/ |
H A D | function_exec_script.cc | 128 "I expected between one and four arguments.");
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fate.sh | 36 may want to preserve its content between runs.
|
/third_party/node/test/parallel/ |
H A D | test-http-server-consumed-timeout.js | 46 console.error(`Time between intervals: ${durationBetweenIntervals}`);
|