/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | displaysync-xcomponent.md | 65 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
|
H A D | drawing-guidelines.md | 178 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); 200 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height);
|
H A D | displaysoloist-native-guidelines.md | 183 … 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 D | plugin_render.cpp | 50 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 373 int32_t OH_NativeXComponent_GetXComponentSize(
|
H A D | native_interface_xcomponent.cpp | 42 int32_t OH_NativeXComponent_GetXComponentSize( in OH_NativeXComponent_GetXComponentSize() function
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | displaysync-xcomponent.md | 65 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
|
H A D | displaysoloist-native-guidelines.md | 184 … int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, nativeWindow, &width, &height);
|
H A D | drawing-guidelines.md | 178 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 D | sample_bitmap.cpp | 312 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | native__interface__xcomponent_8h.md | 59 | int32_t [OH_NativeXComponent_GetXComponentSize](_o_h___native_x_component.md#oh_nativexcomponent_…
|
H A D | _o_h___native_x_component.md | 64 | [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 D | native__interface__xcomponent_8h.md | 57 | int32_t [OH_NativeXComponent_GetXComponentSize](_o_h___native_x_component.md#oh_nativexcomponent_…
|
H A D | _o_h___native_x_component.md | 64 | [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 D | napi-xcomponent-guidelines.md | 21 | 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 D | my_xcomponent.cpp | 89 int32_t status = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | napi-xcomponent-guidelines.md | 21 | 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 D | Samples.md | 1929 在XComponent的OnSurfaceCreated回调中获取NativeWindow实例并初始化EGL环境。调用OH_NativeXComponent_GetXComponentSize接口获… 2023 …t的OnSurfaceCreated回调中获取NativeWindow实例并初始化NativeWindow环境。调用OH_NativeXComponent_GetXComponentSize接口获…
|