Home
last modified time | relevance | path

Searched defs:curHeight (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dbackground_modifier.h39 auto curHeight = curSize.Height(); in Draw() local
73 auto curHeight = curSize.Height(); in Draw() local
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsub_session_test.cpp283 uint32_t curHeight = 200; variable
H A Dmain_session_test.cpp268 uint32_t curHeight = 200; variable
H A Dsystem_session_test.cpp251 uint32_t curHeight = 200; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp188 void SubSession::RectCheck(uint32_t curWidth, uint32_t curHeight) in RectCheck()
H A Dmain_session.cpp201 void MainSession::RectCheck(uint32_t curWidth, uint32_t curHeight) in RectCheck()
H A Dsystem_session.cpp326 void SystemSession::RectCheck(uint32_t curWidth, uint32_t curHeight) in RectCheck()
H A Dsession.cpp2646 void Session::RectSizeCheckProcess(uint32_t curWidth, uint32_t curHeight, uint32_t minWidth, in RectSizeCheckProcess()
2693 float curHeight = GetSessionRect().height_ / density; in RectCheckProcess() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_physical_screen_processor_test.cpp349 float curHeight = 1.0f; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_processor.cpp219 void RSProcessor::CalculateMirrorAdaptiveCoefficient(float curWidth, float curHeight, in CalculateMirrorAdaptiveCoefficient()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_decoder.cpp346 int32_t curHeight = 0; in DoIncrementalDecode() local
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h472 virtual void RectCheck(uint32_t curWidth, uint32_t curHeight) {}; in RectCheck()