Searched refs:OH_NativeXComponent_GetXComponentSize (Results 1 - 6 of 6) sorted by relevance
/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()
|
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_interface_xcomponent.h | 374 int32_t OH_NativeXComponent_GetXComponentSize(
|
H A D | native_interface_xcomponent.cpp | 39 int32_t OH_NativeXComponent_GetXComponentSize( in OH_NativeXComponent_GetXComponentSize() function
|
/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()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/ |
H A D | sample_bitmap.cpp | 48 int32_t xSize = OH_NativeXComponent_GetXComponentSize(component, window, &width, &height); in OnSurfaceCreatedCB()
|
/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()
|
Completed in 6 milliseconds