Home
last modified time | relevance | path

Searched refs:InitRotation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updater/services/ui/driver/
H A Dui_rotation.h39 void InitRotation(int realWidth, int realHeight, uint8_t pixelBytes);
H A Dui_rotation.cpp27 void UiRotation::InitRotation(int realWidth, int realHeight, uint8_t pixelBytes) in InitRotation() function in Updater::UiRotation
H A Dgraphic_engine.cpp126 UiRotation::GetInstance().InitRotation(width_, height_, pixelBytes); in GetFBBufferInfo()