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

/ast/src/lib/libtk/generic/
H A DtkImgPhoto.c335 static Tcl_HashTable imgPhotoColorHash; variable
2423 Tcl_InitHashTable(&imgPhotoColorHash, N_COLOR_HASH);
2426 entry = Tcl_CreateHashEntry(&imgPhotoColorHash, (char *) &id, &isNew);
2448 * the id for lookups in imgPhotoColorHash, and can result in
2837 entry = Tcl_FindHashEntry(&imgPhotoColorHash, (char *) &colorPtr->id);
2885 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);
2915 entry = Tcl_FirstHashEntry(&imgPhotoColorHash, &srch);

Completed in 19 milliseconds