Searched defs:windowBounds (Results 1 – 4 of 4) sorted by relevance
158 Rect windowBounds = Rect(0, 0, 0, 0); variable
361 Rect windowBounds = Rect(0, screenSize.px_, 0, screenSize.py_); in RecordInitEnv() local
34 …void SelectStrategy::SetAndCalcSelectWindowRect(const Rect &windowBounds, const std::vector<Rect> … in SetAndCalcSelectWindowRect()
285 static Rect GetVisibleRect(Rect windowBounds, Accessibility::Rect nodeBounds) in GetVisibleRect()