Home
last modified time | relevance | path

Searched defs:OnSizeChangedFunc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h31 using OnSizeChangedFunc = std::function<void(int32_t width, int32_t height)>; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h39 using OnSizeChangedFunc = std::function<void(const RectF& oldRect, const RectF& rect)>; variable