Home | History | Annotate | Download | only in cybergfx

Lines Matching refs:destpitch

459 		Uint32	destpitch;
463 LBMI_BYTESPERROW,&destpitch,TAG_DONE))
475 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
486 dest+=(rects[i].y*destpitch);
504 dest+=destpitch;
513 Uint32 destpitch;
517 LBMI_BYTESPERROW,&destpitch,TAG_DONE))
528 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
539 dest+=(rects[i].y*destpitch);
556 dest+=destpitch;
565 Uint32 destpitch;
569 LBMI_BYTESPERROW,&destpitch,TAG_DONE))
580 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
591 dest+=(rects[i].y*destpitch);
608 dest+=destpitch;
618 Uint32 destpitch;
624 LBMI_BYTESPERROW,(ULONG)&destpitch,TAG_DONE))
634 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->screen->format->BytesPerPixel;
645 dest+=(rects[i].y*destpitch);
657 dest+=destpitch;
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));
746 Uint32 destpitch;
750 LBMI_BYTESPERROW,(ULONG)&destpitch,TAG_DONE))
758 dest=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
778 dest+=destpitch;
786 Uint32 destpitch;
790 LBMI_BYTESPERROW,(ULONG)&destpitch,TAG_DONE))
797 dest=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
816 dest+=destpitch;
824 Uint32 destpitch;
828 LBMI_BYTESPERROW,(ULONG)&destpitch,TAG_DONE))
835 dest=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
854 dest+=destpitch;
863 Uint32 destpitch;
868 LBMI_BYTESPERROW,(ULONG)&destpitch,TAG_DONE))
874 dest=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->screen->format->BytesPerPixel;
880 // D(bug("addr: %lx pitch: %ld src:%lx srcpitch: %ld\n",dest,destpitch,this->screen->pixels,this->screen->pitch));
882 if(this->screen->pitch==destpitch)
892 dest+=destpitch;