Searched refs:BR_IS_DEFAULTSTYLE (Results 1 – 3 of 3) sorted by relevance
190 pbrushPen->flAttrs |= BR_IS_SOLID | BR_IS_DEFAULTSTYLE; in IntGdiExtCreatePen()196 pbrushPen->flAttrs |= BR_IS_SOLID | BR_IS_DEFAULTSTYLE; in IntGdiExtCreatePen()202 pbrushPen->flAttrs |= BR_IS_SOLID | BR_IS_DEFAULTSTYLE; in IntGdiExtCreatePen()208 pbrushPen->flAttrs |= BR_IS_SOLID | BR_IS_DEFAULTSTYLE; in IntGdiExtCreatePen()214 pbrushPen->flAttrs |= BR_IS_SOLID | BR_IS_DEFAULTSTYLE; in IntGdiExtCreatePen()327 DWORD dwStyleCount = (pbrushPen->flAttrs & BR_IS_DEFAULTSTYLE) ? in PEN_GetObject()
111 #define BR_IS_DEFAULTSTYLE 0x00004000 macro
73 if ((this->pStyle != NULL) && !(this->flAttrs & BR_IS_DEFAULTSTYLE)) in ~BRUSH()