Home | History | Annotate | Download | only in video

Lines Matching refs:mask_len

1778 			int mask_len = icon->h*(icon->w+7)/8;
1780 mask = (Uint8 *)SDL_malloc(mask_len);
1784 SDL_memset(mask, ~0, mask_len);