Searched refs:CDG_BORDER_WIDTH (Results 1 – 1 of 1) sorted by relevance
40 #define CDG_BORDER_WIDTH 6 macro106 memset(buf + y * lsize, color, CDG_BORDER_WIDTH); in cdg_border_preset()107 memset(buf + CDG_FULL_WIDTH - CDG_BORDER_WIDTH + y * lsize, in cdg_border_preset()108 color, CDG_BORDER_WIDTH); in cdg_border_preset()217 h_off = FFMIN(data[1] & 0x07, CDG_BORDER_WIDTH - 1); in cdg_scroll()