Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/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;
89 uint8_t opacity;
91 WindowPixelFormat pixelFormat;
92 CompositeMode compositeMode;
93 bool isModal;
/foundation/graphic/graphic_2d/interfaces/inner_api/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/arkui/ace_engine/frameworks/core/common/
Dfrontend.h45 struct WindowConfig { struct
48 int32_t designWidth = DEFAULT_DESIGN_WIDTH;
49 bool autoDesignWidth = false;
50 bool boxWrap = false;
51 double designWidthScale = 0.0;
53 double GetDesignWidthScale(const double viewWidth) in GetDesignWidthScale()