GF_COL_TO_565     113 modules/dx_hw/dx_2d.c 		ddbltfx.dwFillColor = GF_COL_TO_565(color);
GF_COL_TO_565     155 modules/soft_raster/raster_565.c 					*(u16*) (dst+x)  = GF_COL_TO_565(*col);
GF_COL_TO_565     178 modules/soft_raster/raster_565.c 	val = GF_COL_TO_565(col);
GF_COL_TO_565     448 modules/soft_raster/surface.c 			surf->fill_565 = GF_COL_TO_565(col);