Lines Matching refs:textRange
215 … (TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
997 …[reporter, &index](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& conte… in DEF_TEST() argument
1087 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
1091 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text1)); in DEF_TEST()
1095 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text2)); in DEF_TEST()
1099 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text3)); in DEF_TEST()
1103 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text41)); in DEF_TEST()
1114 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
1118 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text42)); in DEF_TEST()
1160 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
1162 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text)); in DEF_TEST()
1206 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
1208 REPORTER_ASSERT(reporter, equal(impl->text().begin(), textRange, text)); in DEF_TEST()
2146 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
2239 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
3659 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
3666 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
4087 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
4138 [&](TextRange textRange, const TextStyle& style, const TextLine::ClipContext& context) { in DEF_TEST() argument
4861 auto first = impl->runs()[i].textRange(); in DEF_TEST()
4862 auto next = impl->runs()[i + 1].textRange(); in DEF_TEST()
4934 impl->text().begin() + run.textRange().start, 0, run.textRange().width(), in DEF_TEST_DISABLED()
5809 REPORTER_ASSERT(reporter, impl->runs()[0].textRange().width() == 4); // "abc " in DEF_TEST()
5810 REPORTER_ASSERT(reporter, impl->runs()[1].textRange().width() == 2); // "{unresolved}" in DEF_TEST()
5811 REPORTER_ASSERT(reporter, impl->runs()[2].textRange().width() == 1); // " " in DEF_TEST()
5812 REPORTER_ASSERT(reporter, impl->runs()[3].textRange().width() == 2); // "{unresolved}" in DEF_TEST()
5813 REPORTER_ASSERT(reporter, impl->runs()[4].textRange().width() == 4); // " def" in DEF_TEST()