Searched defs:WindowConfig (Results 1 – 3 of 3) sorted by relevance
73 struct WindowConfig { struct74 WindowConfig() : rect(), in WindowConfig() argument81 ~WindowConfig() {} in ~WindowConfig() argument82 enum CompositeMode {87 Rect rect;111 * @param config Indicates the window configuration. For details, see {@link WindowConfig}. argument
144 struct WindowConfig { struct145 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 …]
39 struct WindowConfig { struct42 int32_t designWidth = DEFAULT_DESIGN_WIDTH;43 bool autoDesignWidth = false;44 bool boxWrap = false;45 double designWidthScale = 0.0;