Searched refs:clear_colorf (Results 1 – 1 of 1) sorted by relevance
362 VGfloat *clear_colorf = ctx->state.vg.clear_color; in image_clear() local366 r = float_to_ubyte(clear_colorf[0]); in image_clear()367 g = float_to_ubyte(clear_colorf[1]); in image_clear()368 b = float_to_ubyte(clear_colorf[2]); in image_clear()369 a = float_to_ubyte(clear_colorf[3]); in image_clear()