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;89 uint8_t opacity;91 WindowPixelFormat pixelFormat;92 CompositeMode compositeMode;93 bool isModal;
25 struct WindowConfig : public Parcelable { struct32 static WindowConfig *Unmarshalling(Parcel &parcel); argument
49 struct WindowConfig { struct52 int32_t designWidth = DEFAULT_DESIGN_WIDTH;53 bool autoDesignWidth = false;54 bool boxWrap = false;55 double designWidthScale = 0.0;57 double GetDesignWidthScale(const double viewWidth) in GetDesignWidthScale()69 void UpdateDesignWidthScale(const double viewWidth) in UpdateDesignWidthScale()