Lines Matching defs:height
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,
212 height = predefPtr->height;
215 (unsigned) width, (unsigned) height);
225 bitmapPtr->height = height;
267 Tk_DefineBitmap(interp, name, source, width, height)
273 int height; /* Height of bitmap. */
292 predefPtr->height = height;
349 * and height of the bitmap.
368 int *heightPtr; /* Store bitmap height here. */
387 *heightPtr = bitmapPtr->height;
468 Tk_GetBitmapFromData(interp, tkwin, source, width, height)
472 int width, height; /* Dimensions of bitmap. */
488 nameKey.height = height;
497 if (Tk_DefineBitmap(interp, name, source, width, height) != TCL_OK) {