Searched refs:TkBitmap (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkBitmap.c48 } TkBitmap; typedef in typeref:struct:__anon385
52 * TkBitmap record for the bitmap, and key structure used in that
63 * Hash table that maps from <display + bitmap id> to the TkBitmap structure
149 register TkBitmap *bitmapPtr;
164 bitmapPtr = (TkBitmap *) Tcl_GetHashValue(nameHashPtr);
222 bitmapPtr = (TkBitmap *) ckalloc(sizeof(TkBitmap));
323 TkBitmap *bitmapPtr;
337 bitmapPtr = (TkBitmap *) Tcl_GetHashValue(idHashPtr);
372 TkBitmap *bitmapPt
[all...]

Completed in 9 milliseconds