Record TSDL_Surface
Unit
Declaration
type TSDL_Surface = record
Description
Overview
Fields
![]() |
flags: cuint32; |
![]() |
format: PSDL_PixelFormat; |
![]() |
w: cint; |
![]() |
h: cint; |
![]() |
pitch: cint; |
![]() |
pixels: Pointer; |
![]() |
userdata: Pointer; |
![]() |
locked: cint; |
![]() |
list_blitmap: Pointer; |
![]() |
clip_rect: TSDL_Rect; |
![]() |
map: PSDL_BlitMap; |
![]() |
refcount: cint; |
Description
Fields
![]() |
flags: cuint32; |
![]() |
format: PSDL_PixelFormat; |
|
< Read-only * | |
![]() |
w: cint; |
|
< Read-only * | |
![]() |
h: cint; |
|
< Read-only * | |
![]() |
pitch: cint; |
|
< Read-only * | |
![]() |
pixels: Pointer; |
|
< Read-only * | |
![]() |
userdata: Pointer; |
|
Application data associated with the surface * | |
![]() |
locked: cint; |
|
information needed for surfaces requiring locks * | |
![]() |
list_blitmap: Pointer; |
|
list of BlitMap that hold a reference to this surface * | |
![]() |
clip_rect: TSDL_Rect; |
|
clipping information * | |
![]() |
map: PSDL_BlitMap; |
|
info for fast blit mapping to other surfaces * | |
![]() |
refcount: cint; |
|
Reference count – used when freeing surface * | |
Generated by PasDoc 0.16.0.
