Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:pixels

70 				LBMI_BASEADDRESS,(ULONG)&screen->pixels,
85 D(bug("Accel video image configured (%lx, pitch %ld).\n",screen->pixels,screen->pitch));
89 screen->pixels = SDL_malloc(screen->h*screen->pitch);
91 if ( screen->pixels == NULL ) {
96 SDL_Ximage=screen->pixels;
115 screen->pixels = NULL;
202 surface->pixels=NULL;
218 LBMI_BASEADDRESS,(ULONG)&surface->pixels,
227 surface->pixels=((char *)surface->pixels)+(surface->pitch*(SDL_Window->BorderTop+SDL_Window->TopEdge)+
241 // surface->pixels=NULL;
280 /* Byte-swap the pixels in the display image */
289 spot = (Uint16 *) ((Uint8 *)screen->pixels +
301 spot = (Uint32 *) ((Uint8 *)screen->pixels +
330 spot = (Uint16 *) ((Uint8 *)screen->pixels +
348 spot = (Uint32 *) ((Uint8 *)screen->pixels +
439 USE_WPA(this->screen->pixels,rects[i].x, rects[i].y,this->screen->pitch,
453 WLUT(this->screen->pixels,rects[i].x, rects[i].y,this->screen->pitch,
487 src=((char *)(this->screen->pixels))+rects[i].x;
540 src=((char *)(this->screen->pixels))+rects[i].x;
592 src=((char *)(this->screen->pixels))+rects[i].x;
646 src=((char *)(this->screen->pixels))+rects[i].x*this->screen->format->BytesPerPixel;
661 // D(bug("Rectblit addr: %lx pitch: %ld rects:%ld srcptr: %lx srcpitch: %ld\n",bm_address,destpitch,numrects,this->screen->pixels,this->screen->pitch));
670 USE_WPA(this->screen->pixels,rects[i].x, rects[i].y,this->screen->pitch,
733 USE_WPA(this->screen->pixels,0,0,this->screen->pitch,
741 WLUT(this->screen->pixels,0,0,this->screen->pitch,
762 src=this->screen->pixels;
801 src=this->screen->pixels;
839 src=this->screen->pixels;
878 src=this->screen->pixels;
880 // D(bug("addr: %lx pitch: %ld src:%lx srcpitch: %ld\n",dest,destpitch,this->screen->pixels,this->screen->pitch));
901 USE_WPA(this->screen->pixels,0,0,this->screen->pitch,