Source position: libart.pp line 120
type TArtPixBuf = record |
format: TArtPixFormat; |
n_channels: LongInt; |
has_alpha: LongInt; |
bits_per_sample: LongInt; |
pixels: Part_u8; |
width: LongInt; |
height: LongInt; |
rowstride: LongInt; |
destroy_data: pointer; |
destroy: TArtDestroyNotify; |
end; |