Lines Matching defs:rect
116 Rect rect = windowNode->GetWindowRect();
130 << std::left << std::setw(5) << rect.posX_ // 5 is width
131 << std::left << std::setw(5) << rect.posY_ // 5 is width
132 << std::left << std::setw(5) << rect.width_ // 5 is width
133 << std::left << std::setw(5) << rect.height_ // 5 is width
206 Rect rect = node->GetWindowRect();
231 << rect.posX_ << ", " << rect.posY_ << ", " << rect.width_ << ", " << rect.height_