Home
last modified time | relevance | path

Searched refs:surfaceSizePara (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_xcomponent_bridge.cpp217 std::unique_ptr<JsonValue> surfaceSizePara = argsValue->GetArrayItem(0); in JsSetXComponentSurfaceSize() local
218 uint32_t surfaceWidth = surfaceSizePara->GetUInt("surfaceWidth", 0); in JsSetXComponentSurfaceSize()
219 uint32_t surfaceHeight = surfaceSizePara->GetUInt("surfaceHeight", 0); in JsSetXComponentSurfaceSize()