Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.h91 struct Rect { struct
92 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() function
98 int32_t left_;
99 int32_t right_;
100 int32_t top_;
101 int32_t bottom_;
125 class RectAlgorithm { argument
127 FORCE_INLINE static bool CheckEqual(const Rect &ra, const Rect &rb); argument