Lines Matching defs:predefPtr
150 PredefBitmap *predefPtr;
210 predefPtr = (PredefBitmap *) Tcl_GetHashValue(predefHashPtr);
211 width = predefPtr->width;
212 height = predefPtr->height;
214 RootWindowOfScreen(nameKey.screen), predefPtr->source,
277 PredefBitmap *predefPtr;
289 predefPtr = (PredefBitmap *) ckalloc(sizeof(PredefBitmap));
290 predefPtr->source = source;
291 predefPtr->width = width;
292 predefPtr->height = height;
293 Tcl_SetHashValue(predefHashPtr, predefPtr);