Home
last modified time | relevance | path

Searched refs:GetLineCount (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.h115 size_t GetLineCount();
Dparagraph_txt.cc1986 size_t ParagraphTxt::GetLineCount() { in GetLineCount() function in txt::ParagraphTxt
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc3916 ASSERT_EQ(paragraph->GetLineCount(), 4ull); in TEST_F()
4203 ASSERT_EQ(paragraph->GetLineCount(), 5ull); in TEST_F()
4248 ASSERT_EQ(paragraph->GetLineCount(), 12ull); in TEST_F()
4264 ASSERT_EQ(paragraph->GetLineCount(), 6ull); in TEST_F()