Home | History | Annotate | Download | only in gapi

Lines Matching defs:bytesPerPixel

1067 	int bytesPerPixel = (gapi->gxProperties.cBPP + 1) / 8;
1071 unsigned char *srcPointer = ((unsigned char*) SDL_VideoSurface->pixels) + rects[i].y * SDL_VideoSurface->pitch + rects[i].x * bytesPerPixel;
1079 switch(bytesPerPixel)