Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.h117 struct Rect { struct
118 Rect(int32_t left, int32_t right, int32_t top, int32_t bottom) in Rect() argument
123 Rect() in Rect() argument
130 int32_t left_;
131 int32_t right_;
132 int32_t top_;
133 int32_t bottom_;
158 …ss << "Rect {left:" << left_ << ",right:" << right_ << ",top:" << top_ << ",bottom:" << bottom_ <<… in Describe() argument