Searched refs:devc2 (Results 1 – 3 of 3) sorted by relevance
124 gx_device_color devc1, devc2; in image_render_frac() local126 gx_device_color *pdevc_next = &devc2; in image_render_frac()153 set_nonclient_dev_color(&devc2, gx_no_color_index); in image_render_frac()270 if (!dev_color_eq(devc1, devc2)) { in image_render_frac()
181 gx_device_color devc1, devc2; in image_render_frac() local183 gx_device_color *pdevc_next = &devc2; in image_render_frac()210 set_nonclient_dev_color(&devc2, gx_no_color_index); in image_render_frac()327 if (!dev_color_eq(devc1, devc2)) { in image_render_frac()
277 #define dev_color_eq(devc1, devc2)\ argument278 gx_device_color_equal(&(devc1), &(devc2))