Home
last modified time | relevance | path

Searched refs:colorbuff (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c263 MS_U8 colorbuff[4]; in FillBkColor() local
279 memcpy(colorbuff, &u32color, 4); in FillBkColor()
284 memcpy(colorbuff, &u16color, 2); in FillBkColor()
292 memcpy(colorbuff, &u32color, 4); in FillBkColor()
298 memcpy(colorbuff, &u16color, 2); in FillBkColor()
304 memcpy(colorbuff, &u8color, 1); in FillBkColor()
316 memcpy(framebuff + i, colorbuff + 2, pixelbytes); in FillBkColor()
318 memcpy(framebuff + i, colorbuff, pixelbytes); in FillBkColor()
328 memcpy(framebuff + i, colorbuff, pixelbytes); in FillBkColor()
330 memcpy(framebuff + i, colorbuff + 2, pixelbytes); in FillBkColor()
[all …]