Home | History | Annotate | Download | only in gtk

Lines Matching defs:kWidth

461   const int kWidth  = 100;
464 GdkPixmap* pm = gdk_pixmap_new(window->window, kWidth, kHeight, -1);
465 GdkRectangle rect = { 0, 0, kWidth, kHeight };
466 unsigned char data[3 * kWidth * kHeight];
473 kWidth, kHeight, GTK_ORIENTATION_HORIZONTAL);
477 scrollbar, "trough-upper", 0, 0, kWidth, kHeight);
480 FALSE, 8, kWidth, kHeight,
481 3 * kWidth, 0, 0);
482 gdk_pixbuf_get_from_drawable(pb, pm, NULL, 0, 0, 0, 0, kWidth, kHeight);
493 components[c] += data[3 * (kWidth / 3 + y * kWidth) + c];