Lines Matching refs:master
18 * The following data structure represents the master for a bitmap
23 Tk_ImageMaster tkMaster; /* Tk's token for image master. NULL means
46 * with this master. */
57 BitmapMaster *masterPtr; /* Pointer to master for image. */
81 Tk_ImageType *typePtr, Tk_ImageMaster master,
180 ImgBmapCreate(interp, name, argc, argv, typePtr, master, clientDataPtr)
188 Tk_ImageMaster master; /* Token for image, to be used by us in
196 masterPtr->tkMaster = master;
322 * in the master. It is invoked both when new instances are
323 * created and when the master is reconfigured.
716 ClientData clientData; /* Information about the image master. */
787 ClientData masterData; /* Pointer to our master structure for the
969 * master structure for an image.