Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/logo/
H A Dpnmtologo.c209 static inline int is_white(struct color c) in is_white() function
285 if (!is_black(logo_data[i][j]) && !is_white(logo_data[i][j])) in write_logo_mono()