Lines Matching defs:width
43 int width, height; /* Dimensions of bitmap. */
80 int width, height; /* Dimensions of bitmap. */
101 int width, height; /* Dimensions of bitmap. */
153 int width, height;
187 (unsigned int *) &width, (unsigned int *) &height,
211 width = predefPtr->width;
215 (unsigned) width, (unsigned) height);
224 bitmapPtr->width = width;
267 Tk_DefineBitmap(interp, name, source, width, height)
272 int width; /* Width of bitmap. */
291 predefPtr->width = width;
348 * Given a bitmap managed by this module, returns the width
367 int *widthPtr; /* Store bitmap width here. */
386 *widthPtr = bitmapPtr->width;
468 Tk_GetBitmapFromData(interp, tkwin, source, width, height)
472 int width, height; /* Dimensions of bitmap. */
487 nameKey.width = width;
497 if (Tk_DefineBitmap(interp, name, source, width, height) != TCL_OK) {