Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/core/
Dui_model.h123 struct Rect { struct
126 Rect() in Rect() argument
134 int32_t left_;
135 int32_t right_;
136 int32_t top_;
137 int32_t bottom_;
138 int32_t displayId_;
163 …ss << "Rect {left:" << left_ << ",right:" << right_ << ",top:" << top_ << ",bottom:" << bottom_ <<… in Describe() argument