Home
last modified time | relevance | path

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 Djs_screen_utils.cpp169 …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 Djs_render_image.cpp262 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 Djsi_offscreen_canvas_bridge.cpp898 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 Djsi_canvas_bridge.cpp1079 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 Djs_slider.cpp525 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 Djs_scene_utils.cpp500 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()