Searched defs:WindowConfig (Results 1 – 2 of 2) sorted by relevance
73 struct WindowConfig { struct74 WindowConfig() : rect(), in WindowConfig() argument81 ~WindowConfig() {} in ~WindowConfig() argument82 enum CompositeMode {87 Rect rect;89 uint8_t opacity;91 WindowPixelFormat pixelFormat;92 CompositeMode compositeMode;93 bool isModal;
46 struct WindowConfig { struct49 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()