Searched refs:widthbytes (Results 1 – 1 of 1) sorted by relevance
295 int widthbytes; /* bytes_per_row */ member807 int widthbytes; in amidisplaycc_copyrows() local829 widthbytes = scr->widthbytes; in amidisplaycc_copyrows()853 if (widthbytes == linebytes) in amidisplaycc_copyrows()886 memcpy(dst, src, widthbytes); in amidisplaycc_copyrows()905 memset(dst, 0, widthbytes); in amidisplaycc_copyrows()940 int widthbytes; in amidisplaycc_eraserows() local952 widthbytes = scr->widthbytes; in amidisplaycc_eraserows()958 if (widthbytes == linebytes) in amidisplaycc_eraserows()978 memset(dst, fill, widthbytes); in amidisplaycc_eraserows()[all …]