Lines Matching defs:source
158 Pixmap source = None;
235 * should be either two elements in the list (source, color) or
236 * four (source mask fg bg).
245 &source, &xHot, &yHot) != BitmapSuccess) {
262 cursor = XCreatePixmapCursor(display, source, source,
275 "source and mask bitmaps have different sizes";
290 cursor = XCreatePixmapCursor(display, source, mask,
305 if (source != None) {
306 Tk_FreePixmap(display, source);
326 * Creates a cursor from the source and mask bits.
338 TkCreateCursorFromData(tkwin, source, mask, width, height, xHot, yHot,
341 char *source; /* Bitmap data for cursor shape. */
354 RootWindowOfScreen(Tk_Screen(tkwin)), source, (unsigned) width,