Lines Matching refs:pixels
70 void *pixels; member
378 data->pixels = NULL; in DirectFB_CreateTexture()
407 …SDL_DFB_ALLOC_CLEAR(data->pixels, (texture->h * data->pitch + ((texture->h + texture->h % 2) * (d… in DirectFB_CreateTexture()
409 SDL_DFB_ALLOC_CLEAR(data->pixels, texture->h * data->pitch); in DirectFB_CreateTexture()
454 const SDL_Rect * rect, const void *pixels, int pitch) in DirectFB_UpdateTexture() argument
475 src = (Uint8 *) pixels; in DirectFB_UpdateTexture()
486 src = (Uint8 *) pixels + texture->h * pitch; in DirectFB_UpdateTexture()
493 src = (Uint8 *) pixels + texture->h * pitch + texture->h * pitch / 4; in DirectFB_UpdateTexture()
511 const SDL_Rect * rect, void **pixels, int *pitch) in DirectFB_LockTexture() argument
532 *pixels = fdata; in DirectFB_LockTexture()
534 *pixels = in DirectFB_LockTexture()
535 (void *) ((Uint8 *) texturedata->pixels + in DirectFB_LockTexture()
557 texturedata->pixels = NULL; in DirectFB_UnlockTexture()
785 … DirectFB_UpdateTexture(renderer, texture, &rect, texturedata->pixels, texturedata->pitch); in DirectFB_RunCommandQueue()
885 SDL_DFB_FREE(data->pixels); in DirectFB_DestroyTexture()
907 Uint32 format, void * pixels, int pitch) in DirectFB_RenderReadPixels() argument
925 format, pixels, pitch); in DirectFB_RenderReadPixels()
935 Uint32 format, const void * pixels, int pitch)
951 format, pixels, pitch,