Home
last modified time | relevance | path

Searched refs:Pixmap_register (Results 1 – 3 of 3) sorted by relevance

/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dicon.h45 Pixmap Pixmap_register(char *name,unsigned char bits[],unsigned w,unsigned h);
H A Dicon.c67 Pixmap Pixmap_register(char *name,unsigned char data[],unsigned w,unsigned h) in Pixmap_register() function
H A Dcursors.c180 Pixmap_register(pmd->pm_name,pmd->bits,pmd->width,pmd->height); in init_cursors()