Searched refs:realWidth (Results 1 - 3 of 3) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/driver/ |
H A D | ui_rotation_unittest.cpp | 35 int realWidth = 100; in HWTEST_F() local 45 UiRotation::GetInstance().InitRotation(realWidth, realHeight, pixelBytes); in HWTEST_F() 47 EXPECT_EQ(realWidth, UiRotation::GetInstance().GetHeight()); in HWTEST_F() 50 EXPECT_EQ(realWidth, UiRotation::GetInstance().GetWidth()); 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 86 width_ = realWidth; in RotateWidthHeight() 90 height_ = realWidth; 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 1 milliseconds