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); } function in struct:agg::gray8
378 static self_type no_color() { return self_type(0,0); } function in struct:agg::gray16
H A Dagg_color_rgba.h142 static rgba no_color() { return rgba(0,0,0,0); } function in struct:agg::rgba
412 static self_type no_color() { return self_type(0,0,0,0); } function in struct:agg::rgba8
674 static self_type no_color() { return self_type(0,0,0,0); } function in struct:agg::rgba16

Completed in 19 milliseconds