Searched refs:kUIHeight (Results 1 – 2 of 2) sorted by relevance
310 static constexpr float kUIHeight = 120.0f; in UIArea() local312 return SkRect::MakeXYWH(0, fWinSize.height() - kUIHeight, fWinSize.width(), kUIHeight); in UIArea()
1303 static constexpr float kUIWidth = 200.0f, kUIHeight = 400.0f; in drawUI() local1309 const SkRect uiArea = SkRect::MakeXYWH(10, 10, kUIWidth, kUIHeight); in drawUI()