Lines Matching full:fill
539 SDL_SetError("1-bpp rect fill not yet implemented");
546 SDL_SetError("4-bpp rect fill not yet implemented");
551 * This function performs a fast fill of the given rectangle with 'color'
570 SDL_SetError("Fill rect on unsupported surface format");
576 /* If 'dstrect' == NULL, then fill the whole surface */
599 /* Perform software fill */
627 double fill;
628 SDL_memset(&fill, color, (sizeof fill));
634 double f = fill;