Home
last modified time | relevance | path

Searched refs:maskHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_update_display_info_test.cpp53 uint32_t maskHeight = windowMask.size(); in MatrixToPixelmap() local
54 if (maskHeight < 1) { in MatrixToPixelmap()
55 MMI_HILOGE("Filed to create a pixelMap, err maskHeight %{public}d <1", maskHeight); in MatrixToPixelmap()
59 if (maskHeight < 1) { in MatrixToPixelmap()
65 ops.size.height = maskHeight; in MatrixToPixelmap()
69 uint32_t length = maskHeight * maskWidth; in MatrixToPixelmap()
72 for (uint32_t i = 0; i < maskHeight; i++) { in MatrixToPixelmap()
/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3863 uint32_t maskHeight = windowMask.size(); in HandleWindowMask() local
3864 if (maskHeight == 0) { in HandleWindowMask()
3869 if ((windowRect.height_ > 0 && windowRect.height_ != maskHeight) || in HandleWindowMask()
3877 opts.size.height = static_cast<int32_t>(maskHeight); in HandleWindowMask()
3878 uint32_t length = maskWidth * maskHeight * bgraChannel; in HandleWindowMask()
3888 for (uint32_t i = 0; i < maskHeight; i++) { in HandleWindowMask()

Completed in 8 milliseconds