Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/ntgdi/
H A Dpen.c226 BOOL has_neg = FALSE, all_zero = TRUE; in IntGdiExtCreatePen() local
231 all_zero = all_zero && (pStyle[i] == 0); in IntGdiExtCreatePen()
234 if(all_zero || has_neg) in IntGdiExtCreatePen()