Searched refs:realHeight (Results 1 - 3 of 3) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/driver/ |
H A D | ui_rotation_unittest.cpp | 36 int realHeight = 500; in HWTEST_F() local 45 UiRotation::GetInstance().InitRotation(realWidth, realHeight, pixelBytes); in HWTEST_F() 48 EXPECT_EQ(realHeight, UiRotation::GetInstance().GetWidth()); in HWTEST_F() 51 EXPECT_EQ(realHeight, UiRotation::GetInstance().GetHeight()); in HWTEST_F()
|
/base/update/updater/services/ui/driver/ |
H A D | ui_rotation.cpp | 27 void UiRotation::InitRotation(int realWidth, int realHeight, uint8_t pixelBytes) in InitRotation() argument 29 LOG(INFO) << "InitRotation realWidth = " << realWidth << ", realHeight = " << realHeight << in InitRotation() 32 RotateWidthHeight(realWidth, realHeight); in InitRotation() 83 void UiRotation::RotateWidthHeight(int realWidth, int realHeight) in RotateWidthHeight() argument 87 height_ = realHeight; in RotateWidthHeight() 89 width_ = realHeight; in RotateWidthHeight()
|
H A D | ui_rotation.h | 39 void InitRotation(int realWidth, int realHeight, uint8_t pixelBytes); 46 void RotateWidthHeight(int realWidth, int realHeight);
|
Completed in 2 milliseconds