Searched refs:BS_HOLLOW (Results 1 – 3 of 3) sorted by relevance
28 logbrush.lbStyle = (style == 0) ? BS_HOLLOW : BS_SOLID; in Rect()43 logbrush.lbStyle = (style == 0) ? BS_HOLLOW : BS_SOLID; in Ellp()58 logbrush.lbStyle = (style == 0) ? BS_HOLLOW : BS_SOLID; in RRect()78 logbrush.lbStyle = (style == 0) ? BS_HOLLOW : BS_SOLID; in Poly()242 logbrush.lbStyle = BS_HOLLOW; in RectSel()
115 LOGBRUSH logBrush = { BS_HOLLOW, 0, 0 }; in drawSizeBoxes()
1088 #define BS_HOLLOW 1 macro