Searched refs:GetBarRect (Results 1 – 6 of 6) sorted by relevance
137 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar()164 Rect barRect = scrollBar->GetBarRect(); in PaintRectBar()
206 const Rect& GetBarRect() const in GetBarRect() function
1803 Rect barRect = scrollBar->GetBarRect();1816 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));1842 Rect barRect = scrollBar->GetBarRect();1855 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));1881 Rect barRect = scrollBar->GetBarRect();1893 EXPECT_TRUE(IsEqual(scrollBar->GetBarRect(), barRect));
153 const Rect& GetBarRect() const in GetBarRect() function
791 auto barRect = scrollBar->GetBarRect();830 barRect = scrollBar->GetBarRect();
6252 scrollBarWidth = scrollBar->GetBarRect().Width(); in OnBackPressed()