Lines Matching defs:pixels

56  * The maximum number of pixels to transmit to the server in a
199 Pixmap pixels; /* X pixmap containing dithered image. */
202 XImage *imagePtr; /* Image structure for converted pixels. */
1551 if ((instancePtr->pixels == None) || (instancePtr->error == NULL)
1675 instancePtr->pixels = None;
1814 if (instancePtr->pixels == None) {
1828 XCopyArea(display, instancePtr->pixels, drawable, instancePtr->gc,
1971 * image's size to `width' x `height' pixels.
2134 * image's size to `width' x `height' pixels.
2162 || (instancePtr->pixels == None)) {
2172 * under Windows. Before the pixels can be copied to the pixmap,
2181 if (instancePtr->pixels != None) {
2183 * Copy any common pixels from the old pixmap and free it.
2185 XCopyArea(instancePtr->display, instancePtr->pixels, newPixmap,
2188 Tk_FreePixmap(instancePtr->display, instancePtr->pixels);
2190 instancePtr->pixels = newPixmap;
2546 unsigned long *pixels;
2663 pixels = (unsigned long *) ckalloc(numColors * sizeof(unsigned long));
2682 pixels[i] = colors[i].pixel;
2694 XFreeColors(colorPtr->id.display, colorPtr->id.colormap, pixels, i, 0);
2696 ckfree((char *) pixels);
2751 colorPtr->pixelMap = pixels;
2968 if (instancePtr->pixels != None) {
2969 Tk_FreePixmap(instancePtr->display, instancePtr->pixels);
3354 * with possible subsampling and/or zooming of the pixels.
3728 * pixels to the pixels below and to the right.
3923 * pixels that we have just computed.
3927 instancePtr->display, instancePtr->pixels,
4005 * expanded if necessary to be at least `width' pixels wide and
4006 * `height' pixels high. If the user has declared a definite