Home
last modified time | relevance | path

Searched defs:WindowConfig (Results 1 – 2 of 2) 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/arkui/ace_engine/frameworks/core/common/
Dfrontend.h46 struct WindowConfig { struct
49 int32_t designWidth = DEFAULT_DESIGN_WIDTH;
50 bool autoDesignWidth = false;
51 bool boxWrap = false;
52 double designWidthScale = 0.0;
54 double GetDesignWidthScale(const double viewWidth) in GetDesignWidthScale()
66 void UpdateDesignWidthScale(const double viewWidth) in UpdateDesignWidthScale()