Searched defs:surfaceWidth (Results 1 - 13 of 13) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_xcomponent.cpp | 53 void DOMXComponent::SetSurfaceSize(uint32_t surfaceWidth, uint32_t surfaceHeight) const in SetSurfaceSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_controller_ng.cpp | 115 void XComponentControllerNG::GetSurfaceSize(float& surfaceWidth, float& surfaceHeight) in GetSurfaceSize() argument 124 void XComponentControllerNG::SetIdealSurfaceWidth(float surfaceWidth) in SetIdealSurfaceWidth() argument
|
H A D | inner_xcomponent_controller.h | 45 void ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument 58 virtual void GetSurfaceSize(float& surfaceWidth, float& surfaceHeight) {} in GetSurfaceSize() argument 60 virtual void SetIdealSurfaceWidth(float surfaceWidth) {} in SetIdealSurfaceWidth() argument
|
H A D | xcomponent_pattern.cpp | 527 void XComponentPattern::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument 1491 void XComponentPattern::SetIdealSurfaceWidth(float surfaceWidth) in SetIdealSurfaceWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | render_surface_impl.cpp | 79 void RenderSurfaceImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument
|
H A D | render_texture_impl.cpp | 84 void RenderTextureImpl::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) {} in ConfigSurface() argument
|
H A D | rosen_render_surface_mingw.cpp | 46 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument
|
H A D | rosen_render_surface.cpp | 210 void RosenRenderSurface::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | xcomponent_element.cpp | 323 void XComponentElement::ConfigSurface(uint32_t surfaceWidth, uint32_t surfaceHeight) in ConfigSurface() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_xcomponent_controller.cpp | 170 uint32_t surfaceWidth; in SetSurfaceConfig() local 213 CalcDimension surfaceWidth; in SetXComponentSurfaceRect() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_dirty_region_manager_test.cpp | 308 int32_t surfaceWidth = 1920; in HWTEST_F() local
|
/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() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 1142 auto surfaceWidth = 0.0f; in HWTEST_F() local
|
Completed in 13 milliseconds