Searched refs:jsHeight (Results 1 - 6 of 6) sorted by relevance
/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_utils.cpp | 167 napi_value jsLeft = nullptr, jsTop = nullptr, jsWidth = nullptr, jsHeight = nullptr, jsRadius = nullptr; in ConvertRRectFromJs() local 171 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertRRectFromJs() 198 if (GetType(env, jsHeight) != napi_undefined) { in ConvertRRectFromJs() 200 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertRRectFromJs() 220 napi_value jsPosX = nullptr, jsPosY = nullptr, jsWidth = nullptr, jsHeight = nullptr; in ConvertDMRectFromJs() local 224 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertDMRectFromJs() 250 if (GetType(env, jsHeight) != napi_undefined) { in ConvertDMRectFromJs() 252 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertDMRectFromJs()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_render_image.cpp | 262 napi_value jsHeight = nullptr; in OnGetHeight() local 263 napi_create_double(env, height, &jsHeight); in OnGetHeight() 264 return jsHeight; in OnGetHeight()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 1079 auto jsHeight = jsStyle->GetProperty(runtime, DOM_HEIGHT); in ParseDomImage() local 1081 auto cHeight = jsHeight->ToString(runtime); in ParseDomImage() 1124 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsDrawImage() local 1126 height = jsHeight->ToDouble(runtime); in JsDrawImage() 1550 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsCreatePattern() local 1553 height = jsHeight->ToDouble(runtime); in JsCreatePattern() 1592 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsCreateImageData() local 1594 height = jsHeight->ToInt32(runtime); in JsCreateImageData() 1625 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsPutImageData() local 1627 height = jsHeight in JsPutImageData() 1663 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); ParseImageData() local [all...] |
H A D | jsi_offscreen_canvas_bridge.cpp | 898 auto jsHeight = jsStyle->GetProperty(runtime, DOM_HEIGHT); in ParseDomImage() local 900 auto cHeight = jsHeight->ToString(runtime); in ParseDomImage() 929 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsDrawImage() local 931 height = jsHeight->ToDouble(runtime); in JsDrawImage() 1384 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsCreatePattern() local 1387 height = jsHeight->ToDouble(runtime); in JsCreatePattern() 1426 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsCreateImageData() local 1428 height = jsHeight->ToInt32(runtime); in JsCreateImageData() 1459 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsPutImageData() local 1461 height = jsHeight in JsPutImageData() 1499 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); ParseImageData() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.cpp | 532 JSRef<JSVal> jsHeight = sizeObj->GetProperty("height"); in SetBlockSize() local 533 if (!ParseJsDimensionVp(jsHeight, height)) { in SetBlockSize()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 530 napi_value jsHeight = nullptr; in ConvertHookInfoFromJs() local 531 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertHookInfoFromJs() 547 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertHookInfoFromJs()
|
Completed in 14 milliseconds