Searched defs:no_color (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/libs/agg/ |
H A D | agg_color_gray.h | 191 static self_type no_color() { return self_type(0,0); } in no_color() function 378 static self_type no_color() { return self_type(0,0); } in no_color() function
|
H A D | agg_color_rgba.h | 142 static rgba no_color() { return rgba(0,0,0,0); } in no_color() function 412 static self_type no_color() { return self_type(0,0,0,0); } in no_color() function 674 static self_type no_color() { return self_type(0,0,0,0); } in no_color() function
|