Home
last modified time | relevance | path

Searched refs:resolutionHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_camera.cpp40 JSRef<JSVal> resolutionHeightValue = sizeObj->GetProperty("resolutionHeight"); in Create()
41 int32_t resolutionHeight = -1; in Create() local
44 resolutionHeight = resolutionHeightValue->ToNumber<int32_t>(); in Create()
47 if (resolutionWidth != -1 && resolutionHeight != -1) { in Create()
49 cameraComponent->SetResolutionHeight(resolutionHeight); in Create()
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_component.h171 void SetResolutionHeight(int32_t resolutionHeight) in SetResolutionHeight() argument
173 resolutionHeight_ = resolutionHeight; in SetResolutionHeight()

Completed in 2 milliseconds