Searched refs:bitmaps (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomalloc.c75 int bitmaps; member in struct:domAllocBlock
183 int i, j, slots, bitmaps, blockSize; local
231 bitmaps = (BLOCK_DATA_SIZE / size) / 32;
232 slots = bitmaps * 32;
233 blockSize = sizeof(domAllocBlock) + bitmaps*4 + slots*size;
240 block->bitmaps = bitmaps;
250 memset(usedBitmap, 0, bitmaps * 4);
265 mem = (char*)usedBitmap + bitmaps * 4;
290 mem = ((char*)usedBitmap) + (4*block->bitmaps)
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DcvtEOL.tcl18 library/demos library/demos/images bitmaps xlib xlib/X11 .}
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dfringe.el28 ;; This file contains code to initialize the built-in fringe bitmaps
44 ;; Define the built-in fringe bitmaps and setup default mappings
46 (when (boundp 'fringe-bitmaps)
47 (let ((bitmaps '(question-mark
59 (while bitmaps
60 (push (car bitmaps) fringe-bitmaps)
61 (put (car bitmaps) 'fringe bn)
62 (setq bitmaps (cdr bitmaps)
[all...]
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DCreate.c40 #include "../src/bitmaps/dimple1.xbm"
41 #include "../src/bitmaps/dimple3.xbm"
42 #include "../src/bitmaps/gray1.xbm"
43 #include "../src/bitmaps/gray3.xbm"
44 #include "../src/bitmaps/crosswv.xbm"
46 #include "../src/bitmaps/leftptr.xbm"
47 #include "../src/bitmaps/leftpmsk.xbm"
48 #include "../src/bitmaps/rtptr.xbm"
49 #include "../src/bitmaps/rtpmsk.xbm"
50 #include "../src/bitmaps/cntrpt
[all...]
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.h85 u_int16_t bitmaps[NCACHED]; /* address of overflow page member in struct:hashhdr
86 * bitmaps */
111 int nmaps; /* Initial number of bitmaps */
288 #define BITMAPS hdr.bitmaps
H A Dhash.c172 /* Read in bitmaps */
929 P_16_COPY(srcp->bitmaps[i], destp->bitmaps[i]);
960 M_16_SWAP(hdrp->bitmaps[i]);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c146 /* Code to deal with bitmaps. Bitmaps are referenced by their bitmap
154 the bitmaps yourself. That is, creating a bitmap from the same
334 return FRAME_X_DISPLAY_INFO (f)->bitmaps[id - 1].height;
342 return FRAME_X_DISPLAY_INFO (f)->bitmaps[id - 1].width;
351 return (int) FRAME_X_DISPLAY_INFO (f)->bitmaps[id - 1].pixmap;
361 return FRAME_X_DISPLAY_INFO (f)->bitmaps[id - 1].mask;
374 if (dpyinfo->bitmaps == NULL)
377 dpyinfo->bitmaps
387 if (dpyinfo->bitmaps[i].refcount == 0)
391 dpyinfo->bitmaps
[all...]
H A Dfringe.c46 those symbols. Names for the built-in bitmaps are installed by
52 /* Fringe bitmaps are represented in three different ways:
54 Logical bitmaps are used internally to denote things like
57 Physical bitmaps specify the visual appearence of the bitmap,
59 User defined bitmaps are physical bitmaps.
61 Internally, fringe bitmaps for a specific display row are
63 into the table of all defined bitmaps. This index is stored
66 Logical bitmaps are mapped to physical bitmaps throug
523 Lisp_Object bitmaps; local
[all...]
H A Dmacterm.h47 /* Structure recording bitmaps and reference count.
158 struct mac_bitmap_record *bitmaps; member in struct:mac_display_info
160 /* Allocated size of bitmaps field. */
H A Dw32term.h66 /* Structure recording bitmaps and reference count.
208 struct w32_bitmap_record *bitmaps;
210 /* Allocated size of bitmaps field. */
206 struct w32_bitmap_record *bitmaps; member in struct:w32_display_info
H A Dxterm.h264 struct x_bitmap_record *bitmaps;
266 /* Allocated size of bitmaps field. */
261 struct x_bitmap_record *bitmaps; member in struct:x_display_info
H A Dxfns.c59 #include "bitmaps/gray.xbm"
61 #include <X11/bitmaps/gray>
64 #include "[.bitmaps]gray.xbm"
141 /* The gray bitmap `bitmaps/gray'. This is done because xterm.c uses
142 it, and including `bitmaps/gray' more than once is a problem when
792 may be any format that GdkPixbuf knows about, i.e. not just bitmaps. */
H A Dxterm.c646 /* Draw truncation mark bitmaps, continuation mark bitmaps, overlay
647 arrow bitmaps, or clear the fringes if no bitmaps are required
651 between bitmaps to be drawn between current row and DESIRED_ROW. */
7453 It's not restricted to bitmaps */
10762 dpyinfo->bitmaps = 0;
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt62 Windows: When using bitmaps in cells, they occasionally don't redraw
/macosx-10.10.1/tcl-105/tk/tk/tests/
H A DcanvPsBmap.tcl2 # for bitmaps in canvases. It is part of the Tk visual test suite,
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.10.1/tcl-105/tk84/tk/tests/
H A DcanvPsBmap.tcl2 # for bitmaps in canvases. It is part of the Tk visual test suite,
16 message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for bitmaps. Click on "Print" to print the canvas to your default printer. You can click on items in the canvas to delete them.} -width 6i
/macosx-10.10.1/BerkeleyDB-21/db/db_dump185/
H A Ddb_dump185.c71 /* address of overflow page bitmaps */
72 u_int16_t bitmaps[NCACHED]; member in struct:hashhdr186
/macosx-10.10.1/emacs-93/emacs/
H A Dmake-dist318 src src/m src/s src/bitmaps lib-src oldXMenu lwlib \
451 echo "Making links to \`src/bitmaps'"
452 (cd src/bitmaps
453 ln README *.xbm ../../${tempdir}/src/bitmaps)
H A Dconfigure9331 bitmapdir=/usr/include/X11/bitmaps
9336 if test -d "${bmd}/X11/bitmaps"; then
9337 bmd_acc="${bmd_acc}:${bmd}/X11/bitmaps"
9339 if test -d "${bmd}/bitmaps"; then
9340 bmd_acc="${bmd_acc}:${bmd}/bitmaps"
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Dwidget314 @@demo label Labels (text and bitmaps)
320 @@demo icon Iconic buttons that use bitmaps
405 @@demo bitmap The built-in bitmaps
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DMakefile.in303 BMAP_DIR = $(TOP_DIR)/bitmaps
1494 mkdir $(DISTDIR)/bitmaps
1495 @(cd $(TOP_DIR); for i in bitmaps/* ; do \
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DMakefile.in298 BMAP_DIR = $(TOP_DIR)/bitmaps
1324 mkdir $(DISTDIR)/bitmaps
1325 @(cd $(TOP_DIR); for i in bitmaps/* ; do \
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dwidget304 txt.insert('end', "1. Labels (text and bitmaps).\n", tag_demo, "demo-label")
322 txt.insert('end', "10. Iconic buttons that use bitmaps.\n", tag_demo, "demo-icon")
469 txt.insert('end', "1. The built-in bitmaps.\n", tag_demo, "demo-bitmap")
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Ddemo.tcl254 bitmaps
1259 "Bitmaps" DemoBitmaps bitmaps.tcl \
/macosx-10.10.1/emacs-93/emacs/lwlib/
H A Dxlwmenu.c61 #include <X11/bitmaps/gray>

Completed in 402 milliseconds