Home
last modified time | relevance | path

Searched defs:WindowConfig (Results 1 – 3 of 3) sorted by relevance

/foundation/graphic/ui/interfaces/kits/window/
Dwindow.h73 struct WindowConfig { struct
74 WindowConfig() : rect(), in WindowConfig() argument
81 ~WindowConfig() {} in ~WindowConfig() argument
82 enum CompositeMode {
87 Rect rect;
111 * @param config Indicates the window configuration. For details, see {@link WindowConfig}. argument
/foundation/graphic/standard/interfaces/innerkits/wmclient/
Dwm_common.h144 struct WindowConfig { struct
145 int32_t width;
146 int32_t height;
147 int32_t pos_x;
148 int32_t pos_y;
149 int32_t format;
150 int32_t stride;
151 int32_t type;
152 int32_t parentid;
153 bool subwindow;
[all …]
/foundation/ace/ace_engine/frameworks/core/common/
Dfrontend.h39 struct WindowConfig { struct
42 int32_t designWidth = DEFAULT_DESIGN_WIDTH;
43 bool autoDesignWidth = false;
44 bool boxWrap = false;
45 double designWidthScale = 0.0;