Home | History | Annotate | Download | only in gapi

Lines Matching refs:pixels

726 	video->pixels = gapiBuffer; 
817 // TODO: read 4 pixels, write DWORD
914 // read two pixels, write DWORD
1042 srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * 2;
1071 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel;
1128 if (this->screen->pixels != NULL)
1130 SDL_free(this->screen->pixels);
1131 this->screen->pixels = NULL;