HomeSort by relevance Sort by last modified time
    Searched refs:SDL_RastPort (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 66 screen->hwdata->bmap=SDL_RastPort->BitMap;
262 surface->hwdata->bmap=SDL_RastPort->BitMap=this->hidden->SB[current]->sb_BitMap;
440 SDL_RastPort,SDL_Window->BorderLeft+rects[i].x,SDL_Window->BorderTop+rects[i].y,
454 SDL_RastPort,SDL_XPixels,SDL_Window->BorderLeft+rects[i].x,SDL_Window->BorderTop+rects[i].y,
462 if(handle=LockBitMapTags(SDL_RastPort->BitMap,LBMI_BASEADDRESS,&bm_address,
516 if(handle=LockBitMapTags(SDL_RastPort->BitMap,LBMI_BASEADDRESS,&bm_address,
568 if(handle=LockBitMapTags(SDL_RastPort->BitMap,LBMI_BASEADDRESS,&bm_address,
623 if(handle=LockBitMapTags(SDL_RastPort->BitMap,LBMI_BASEADDRESS,(ULONG)&bm_address,
671 SDL_RastPort,SDL_Window->BorderLeft+rects[i].x,SDL_Window->BorderTop+rects[i].y,
734 SDL_RastPort,SDL_Window->BorderLeft,SDL_Window->BorderTop
    [all...]
SDL_cgxaccel.c 215 SDL_RastPort,dstrect->x+SDL_Window->BorderLeft,dstrect->y+SDL_Window->BorderTop,
235 BBRP(src->hwdata->bmap,srcrect->x,srcrect->y,SDL_RastPort,dstrect->x+SDL_Window->BorderLeft,dstrect->y+SDL_Window->BorderTop,srcrect->w,srcrect->h,0xc0);
247 FillPixelArray(SDL_RastPort,dstrect->x+SDL_Window->BorderLeft,dstrect->y+SDL_Window->BorderTop,dstrect->w,dstrect->h,color);
SDL_cgxvideo.c 137 if(SDL_RastPort && SDL_RastPort != &SDL_Display->RastPort)
138 SDL_free(SDL_RastPort);
140 SDL_RastPort=NULL;
584 SDL_RastPort=&SDL_Display->RastPort;
824 if(SDL_RastPort=SDL_malloc(sizeof(struct RastPort)))
826 InitRastPort(SDL_RastPort);
827 SDL_RastPort->BitMap=this->hidden->SB[1]->sb_BitMap;
832 else SDL_RastPort=SDL_Window->RPort;
    [all...]
SDL_cgxvideo.h 135 #define SDL_RastPort (this->hidden->RP)

Completed in 43 milliseconds