Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.h79 struct Rect { struct
80 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() argument
86 int32_t left_;
87 int32_t right_;
88 int32_t top_;
89 int32_t bottom_;
113 class RectAlgorithm { argument
115 FORCE_INLINE static bool CheckEqual(const Rect &ra, const Rect &rb); argument