Lines Matching refs:bgndCols
4915 …const QColor *bgndCols(colTbarOnly || fillBgnd ? backgroundColors(palette.color(QPalette::Active, … in drawPrimitive() local
4917 ? bgndCols in drawPrimitive()
4934 painter->fillRect(r, bgndCols[ORIGINAL_SHADE]); in drawPrimitive()
7717 const QColor *bgndCols((opts.dwtSettings&DWT_COLOR_AS_PER_TITLEBAR) in drawComplexControl() local
7724 : bgndCols); in drawComplexControl()
7727 bgndCols); in drawComplexControl()
8488 const QColor *bgndCols(APPEARANCE_NONE==app in drawComplexControl() local
8495 ? bgndCols in drawComplexControl()
8792 …ontrol(painter, titleBar, SC_TitleBarMinButton, widget, TITLEBAR_MIN, iconColor, btnCols, bgndCols, in drawComplexControl()
8797 …ontrol(painter, titleBar, SC_TitleBarMaxButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
8801 …ol(painter, titleBar, SC_TitleBarCloseButton, widget, TITLEBAR_CLOSE, iconColor, btnCols, bgndCols, in drawComplexControl()
8809 …rol(painter, titleBar, SC_TitleBarNormalButton, widget, TITLEBAR_MAX, iconColor, btnCols, bgndCols, in drawComplexControl()
8813 …inter, titleBar, SC_TitleBarContextHelpButton, widget, TITLEBAR_HELP, iconColor, btnCols, bgndCols, in drawComplexControl()
8817 …ol(painter, titleBar, SC_TitleBarShadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
8821 …(painter, titleBar, SC_TitleBarUnshadeButton, widget, TITLEBAR_SHADE, iconColor, btnCols, bgndCols, in drawComplexControl()
8859 …Control(painter, titleBar, SC_TitleBarSysMenu, widget, TITLEBAR_MENU, iconColor, btnCols, bgndCols, in drawComplexControl()
11783 … ETitleBarButtons btn, const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols, in drawMdiControl() argument
11804 … ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawMdiControl()
11818 drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], in drawMdiControl()
11824 … const QColor &iconColor, const QColor *btnCols, const QColor *bgndCols) const in drawDwtControl()
11834 ? m_titleBarButtonsCols[btn] : (useBtnCols ? btnCols : bgndCols); in drawDwtControl()
11844 …drawMdiIcon(p, icnColor, (drewFrame ? buttonColors : bgndCols)[ORIGINAL_SHADE], rect, hover, sunke… in drawDwtControl()