Home
last modified time | relevance | path

Searched defs:rect1 (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/utils/test/
Drect_unit_test.cpp75 Rect* rect1 = new Rect(); variable
429 Rect* rect1 = new Rect(TEST_VALUE, TEST_VALUE, MAX_VALUE, MAX_VALUE); variable
464 Rect* rect1 = new Rect(TEST_VALUE, TEST_VALUE, TEST_VALUE, TEST_VALUE); variable
494 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE); variable
516 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE); variable
542 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE); variable
577 Rect* rect1 = new Rect(MIN_VALUE, MIN_VALUE, MAX_VALUE, MAX_VALUE); variable
/foundation/graphic/utils/interfaces/kits/gfx_utils/
Drect.h357 bool Intersect(const CommonRect<T>& rect1, const CommonRect<T>& rect2) in Intersect()
378 void Join(const CommonRect<T>& rect1, const CommonRect<T>& rect2) in Join()
/foundation/graphic/ui/frameworks/dock/
Dfocus_manager.cpp95 bool FocusManager::IsAtSameCol(const Rect& rect1, const Rect& rect2) in IsAtSameCol()
100 bool FocusManager::IsAtSameRow(const Rect& rect1, const Rect& rect2) in IsAtSameRow()