Home
last modified time | relevance | path

Searched defs:no_color (Results 1 – 2 of 2) sorted by relevance

/haiku/headers/libs/agg/
H A Dagg_color_gray.h191 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 Dagg_color_rgba.h142 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