Lines Matching refs:SetRect
61 rect_->SetRect(0, 0, 0, 0);
80 rect1->SetRect(0, 0, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION);
93 * @tc.desc: Verify SetRect function, equal.
103 rect_->SetRect(0, 0, HORIZONTAL_RESOLUTION, VERTICAL_RESOLUTION);
153 rect_->SetRect(TEST_VALUE, 0, 0, 0);
169 rect_->SetRect(0, TEST_VALUE, 0, 0);
185 rect_->SetRect(TEST_VALUE, 0, 0, 0);
201 rect_->SetRect(0, TEST_VALUE, 0, 0);
217 rect_->SetRect(0, 0, TEST_VALUE, 0);
233 rect_->SetRect(0, 0, 0, TEST_VALUE);