Searched refs:endword (Results 1 – 1 of 1) sorted by relevance
1282 register int startword, endword; in clip_draw_rectangle() local1300 endword = ((x + w) >> 5); in clip_draw_rectangle()1302 bitsright = (0xffffffff << (~((x + w) - (endword<<5)))); in clip_draw_rectangle()1304 w = endword - startword; in clip_draw_rectangle()