Home
last modified time | relevance | path

Searched refs:drawableRect (Results 1 - 6 of 6) sorted by relevance

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp246 Rect drawableRect = g_emptyRect; in GetWindowProperties() local
251 uicontent->GetAppPaintSize(drawableRect); in GetWindowProperties()
253 wp.drawableRect.posX = drawableRect.posX_; in GetWindowProperties()
254 wp.drawableRect.posY = drawableRect.posY_; in GetWindowProperties()
255 wp.drawableRect.height = drawableRect.height_; in GetWindowProperties()
256 wp.drawableRect.width = drawableRect in GetWindowProperties()
[all...]
H A Dwindow_utils.h53 CRect drawableRect; member
/foundation/window/window_manager/test/common/mock/
H A Dmock_uicontent.h97 MOCK_METHOD1(GetAppPaintSize, void(OHOS::Rosen::Rect& drawableRect));
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.h288 napi_value CreateJsWindowPropertiesObject(napi_env env, sptr<Window>& window, const Rect& drawableRect);
H A Djs_window_utils.cpp430 napi_value CreateJsWindowPropertiesObject(napi_env env, sptr<Window>& window, const Rect& drawableRect) in CreateJsWindowPropertiesObject() argument
443 napi_value drawableRectObj = GetRectAndConvertToJsValue(env, drawableRect); in CreateJsWindowPropertiesObject()
447 napi_set_named_property(env, objValue, "drawableRect", drawableRectObj); in CreateJsWindowPropertiesObject()
H A Djs_window.cpp1932 Rect drawableRect = g_emptyRect; in OnGetProperties()
1937 uicontent->GetAppPaintSize(drawableRect); in OnGetProperties()
1939 auto objValue = CreateJsWindowPropertiesObject(env, weakWindow, drawableRect); in OnGetProperties()
1965 Rect drawableRect = g_emptyRect; in OnGetWindowPropertiesSync() local
1970 uicontent->GetWindowPaintSize(drawableRect); in OnGetWindowPropertiesSync()
1972 auto objValue = CreateJsWindowPropertiesObject(env, window, drawableRect); in OnGetWindowPropertiesSync()

Completed in 18 milliseconds