Home
last modified time | relevance | path

Searched refs:last_shminfo (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/Imlib-light/
H A Dmisc.c585 id->x.last_shminfo.shmid = in Imlib_init()
588 if (id->x.last_shminfo.shmid < 0) in Imlib_init()
596 id->x.last_shminfo.shmaddr = xim->data = in Imlib_init()
597 shmat(id->x.last_shminfo.shmid, 0, 0); in Imlib_init()
607 id->x.last_shminfo.readOnly = False; in Imlib_init()
620 shmdt(id->x.last_shminfo.shmaddr); in Imlib_init()
1186 id->x.last_shminfo.shmid = in Imlib_init_with_params()
1189 if (id->x.last_shminfo.shmid < 0) in Imlib_init_with_params()
1198 shmat(id->x.last_shminfo.shmid, 0, 0); in Imlib_init_with_params()
1208 id->x.last_shminfo.readOnly = False; in Imlib_init_with_params()
[all …]
H A Drend.c6477 if (id->x.last_shminfo.shmid == -1) in Imlib_render()
6488 id->x.last_shminfo.shmaddr = xim->data = shmat(id->x.last_shminfo.shmid, 0, 0); in Imlib_render()
6506 id->x.last_shminfo.shmaddr, in Imlib_render()
6519 shmdt(id->x.last_shminfo.shmaddr); in Imlib_render()
6591 if (id->x.last_shminfo.shmid == -1) in Imlib_render()
6602 id->x.last_shminfo.shmaddr = xim->data = shmat(id->x.last_shminfo.shmid, 0, 0); in Imlib_render()
6633 shmdt(id->x.last_shminfo.shmaddr); in Imlib_render()
6796 shmdt(id->x.last_shminfo.shmaddr); in Imlib_render()
6826 shmdt(id->x.last_shminfo.shmaddr); in Imlib_render()
6876 shmdt(id->x.last_shminfo.shmaddr); in Imlib_render()
[all …]
H A DImlib_types.h97 XShmSegmentInfo last_shminfo; member
/dports/lang/fpc-source/fpc-3.2.2/packages/imlib/src/
H A Dimlib.pp100 last_shminfo : Pointer;//XShmSegmentInfo;