Searched refs:drawableRect (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 246 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 D | window_utils.h | 53 CRect drawableRect; member
|
/foundation/window/window_manager/test/common/mock/ |
H A D | mock_uicontent.h | 97 MOCK_METHOD1(GetAppPaintSize, void(OHOS::Rosen::Rect& drawableRect));
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 288 napi_value CreateJsWindowPropertiesObject(napi_env env, sptr<Window>& window, const Rect& drawableRect);
|
H A D | js_window_utils.cpp | 430 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 D | js_window.cpp | 1932 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