Searched defs:surfaceHeight (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | inner_xcomponent_controller.h | 45 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() 58 virtual void GetSurfaceSize(float& surfaceWidth, float& surfaceHeight) {} in GetSurfaceSize() 61 virtual void SetIdealSurfaceHeight(float surfaceHeight) {} in SetIdealSurfaceHeight()
|
H A D | xcomponent_controller_ng.cpp | 118 void XComponentControllerNG::GetSurfaceSize(float& surfaceWidth, float& surfaceHeight) in GetSurfaceSize() 134 void XComponentControllerNG::SetIdealSurfaceHeight(float surfaceHeight) in SetIdealSurfaceHeight()
|
H A D | xcomponent_pattern.cpp | 520 [weak = WeakClaim(this), uiTaskExecutor](uint32_t surfaceWidth, uint32_t surfaceHeight) { in InitController() 534 void XComponentPattern::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() 1516 void XComponentPattern::SetIdealSurfaceHeight(float surfaceHeight) in SetIdealSurfaceHeight()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent_controller.cpp | 172 uint32_t surfaceHeight; in SetSurfaceConfig() local 219 CalcDimension surfaceHeight; in SetXComponentSurfaceRect() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_xcomponent_bridge.cpp | 219 uint32_t surfaceHeight = surfaceSizePara->GetUInt("surfaceHeight", 0); in JsSetXComponentSurfaceSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_surface_mingw.cpp | 46 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface()
|
H A D | render_surface_impl.cpp | 79 void RenderSurfaceImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface()
|
H A D | render_texture_impl.cpp | 84 void RenderTextureImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) {} in ConfigSurface()
|
H A D | rosen_render_surface.cpp | 231 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 326 void XComponentElement::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() 357 (uint32_t surfaceWidth, uint32_t surfaceHeight) { in SetMethodCall()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_surface.h | 63 virtual void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) {}; in ConfigSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 309 int32_t surfaceHeight = 1080; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 644 auto surfaceHeight = 0.0f; variable
|