Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysync-xcomponent.md65 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
H A Ddrawing-guidelines.md178 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
200 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
H A Ddisplaysoloist-native-guidelines.md183 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_eglCreateWindowSurface/entry/src/main/cpp/render/
H A Dplugin_render.cpp50 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_interface_xcomponent.h373 int32_t OH_NativeXComponent_GetXComponentSize(
H A Dnative_interface_xcomponent.cpp42 int32_t OH_NativeXComponent_GetXComponentSize( in OH_NativeXComponent_GetXComponentSize() function
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysync-xcomponent.md65 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
H A Ddisplaysoloist-native-guidelines.md184 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
H A Ddrawing-guidelines.md178 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
200 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_xComponentContext/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp312 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md59 | int32_t [OH_NativeXComponent_GetXComponentSize](_o_h___native_x_component.md#oh_nativexcomponent_…
H A D_o_h___native_x_component.md64 | [OH_NativeXComponent_GetXComponentSize](#oh_nativexcomponent_getxcomponentsize) ([OH_NativeX…
1245 ### OH_NativeXComponent_GetXComponentSize()
1248 int32_t OH_NativeXComponent_GetXComponentSize (OH_NativeXComponent * component, const void * window…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__interface__xcomponent_8h.md57 | int32_t [OH_NativeXComponent_GetXComponentSize](_o_h___native_x_component.md#oh_nativexcomponent_…
H A D_o_h___native_x_component.md64 | [OH_NativeXComponent_GetXComponentSize](#oh_nativexcomponent_getxcomponentsize) ([OH_NativeXCompo…
1243 ### OH_NativeXComponent_GetXComponentSize()
1246 int32_t OH_NativeXComponent_GetXComponentSize (OH_NativeXComponent * component, const void * window…
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md21 | OH_NativeXComponent_GetXComponentSize(OH_NativeXComponent* component, const void* window, uint64_…
269 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
445 OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dmy_xcomponent.cpp89 int32_t status = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
/ohos5.0/docs/en/application-dev/ui/
H A Dnapi-xcomponent-guidelines.md21 | OH_NativeXComponent_GetXComponentSize(OH_NativeXComponent* component, const void* window, uint64_…
269 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
445 OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
/ohos5.0/docs/zh-cn/application-dev/
H A DSamples.md1929 在XComponent的OnSurfaceCreated回调中获取NativeWindow实例并初始化EGL环境。调用OH_NativeXComponent_GetXComponentSize接口获…
2023 …t的OnSurfaceCreated回调中获取NativeWindow实例并初始化NativeWindow环境。调用OH_NativeXComponent_GetXComponentSize接口获…