Searched refs:jsHeight (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/screen_session_manager/ |
H A D | js_screen_utils.cpp | 169 …napi_value jsLeft = nullptr, jsTop = nullptr, jsWidth = nullptr, jsHeight = nullptr, jsRadius = nu… in ConvertRRectFromJs() local 173 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertRRectFromJs() 200 if (GetType(env, jsHeight) != napi_undefined) { in ConvertRRectFromJs() 202 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertRRectFromJs() 263 napi_value jsPosX = nullptr, jsPosY = nullptr, jsWidth = nullptr, jsHeight = nullptr; in ConvertDMRectFromJs() local 267 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertDMRectFromJs() 293 if (GetType(env, jsHeight) != napi_undefined) { in ConvertDMRectFromJs() 295 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertDMRectFromJs()
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
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() 1428 height = jsHeight->ToInt32(runtime); in JsCreateImageData() 1459 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsPutImageData() local 1461 height = jsHeight->ToInt32(runtime); in JsPutImageData() 1499 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in ParseImageData() local [all …]
|
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() 1594 height = jsHeight->ToInt32(runtime); in JsCreateImageData() 1625 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in JsPutImageData() local 1627 height = jsHeight->ToInt32(runtime); in JsPutImageData() 1663 auto jsHeight = argv[0]->GetProperty(runtime, DOM_HEIGHT); in ParseImageData() local [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_slider.cpp | 525 JSRef<JSVal> jsHeight = sizeObj->GetProperty("height"); in SetBlockSize() local 526 if (!ParseJsDimensionVp(jsHeight, height)) { in SetBlockSize()
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 500 napi_value jsHeight = nullptr; in ConvertHookInfoFromJs() local 501 napi_get_named_property(env, jsObject, "height", &jsHeight); in ConvertHookInfoFromJs() 517 if (!ConvertFromJsValue(env, jsHeight, height)) { in ConvertHookInfoFromJs()
|