Home
last modified time | relevance | path

Searched refs:oBrush (Results 1 – 6 of 6) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/PropTree/
H A DPropTreeItem.cpp54 HBRUSH oBrush; in _DrawExpand() local
58 oBrush = (HBRUSH)SelectObject(hdc, GetStockObject(bFill ? WHITE_BRUSH : NULL_BRUSH)); in _DrawExpand()
73 SelectObject(hdc, oBrush); in _DrawExpand()
497 HGDIOBJ oBrush = pDC->SelectObject(GetSysColorBrush(COLOR_HIGHLIGHT)); in DrawItem() local
506 pDC->SelectObject(oBrush); in DrawItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx949 if (std::shared_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteSettings() local
1501 if (std::shared_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteMainText() local
1503 Color backgroundColor = oBrush->GetColor(); in WriteMainText()
H A Drtfexport.cxx425 if (std::shared_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteMainText() local
435 "fillColor", OString::number(wwUtility::RGBToBGR(oBrush->GetColor())))); in WriteMainText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx1039 if (std::unique_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteSettings() local
1675 if (std::unique_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteMainText() local
1677 Color backgroundColor = oBrush->GetColor(); in WriteMainText()
H A Drtfexport.cxx420 if (std::unique_ptr<SvxBrushItem> oBrush = getBackground(); oBrush) in WriteMainText() local
430 "fillColor", OString::number(wwUtility::RGBToBGR(oBrush->GetColor())))); in WriteMainText()
/dports/games/blinken/blinken-21.12.3/src/
H A Dblinken.cpp142 const QBrush &oBrush = p.brush(); in paintEvent() local
202 p.setBrush(oBrush); in paintEvent()