Copyright © Philip M. Parker, INSEAD. Terms of Use.

| Domain | Definition |
Computing | Bitblt /bit'blit/ n. [from BLT, q.v.] 1. [common] Any of a family of closely related algorithms for moving and copying rectangles of bits between main and display memory on a bit-mapped device, or between two areas of either main or display memory (the requirement to do the Right Thing in the case of overlapping source and destination rectangles is what makes BitBlt tricky). 2. Synonym for blit or BLT. Both uses are borderline techspeak. Source: Jargon File. |
Source: compiled by the editor from various references; see credits. | |
(From Wikipedia, the free Encyclopedia)
Blitting is similar to sprite drawing, in that both system reproduce a pattern, typically a square area, at different locations on the screen. Sprites have the advantage of being stored in separate memory, and therefore don't disturbe the main display. This allows them to be moved about the display, representing the "background", with no effect on it. Blitting moves the same types of patterns about the screen, but does so by writing into the same memory as the rest of the display. This means every time the pattern is placed on the screen the display "under" it is overwritten, or "damaged". It is up to the software to clean this damage up by blitting twice, once to remove the damage, and then again to place the bit in its new location.
As one might imagine, this makes blitting somewhat slower than sprite manipulation. However blitting has one very big advantage, there's no physical limit to the number of patterns you can blit. Thus you can use blitting to display anything on the screen, including simulating sprites (through the double-write pattern noted above) whereas sprites are limited in number.
When first introduced the computers CPU typically had difficultly moving the bitmaps around in memory fast enough to be able to use blitting as the primary method of text display. For some time in the 1980s many home computers included either a co-processor or a special-purpose chip known as a blitter for this task. The CPU would send the bit blit operations to the blitter, which would then carry out the operation much faster than the CPU could. The later solution was used on the Atari ST and Amiga for instance.
Modern graphics accelerators can be regarded as descendants of the early "blitters".
See also:
Source: adapted by the editor from Wikipedia, the free encyclopedia under a copyleft GNU Free Documentation License (GFDL) from the article "BitBLT."
Crosswords: BITBLT |
| Specialty definitions using "BITBLT": bit bashing, blit ♦ raster blaster. (references) |
| The following statistics estimate the number of searches per day across the major English-language search engines as identified by various trade publications. Hyperlinks lead to commercial use of the expression at Amazon.com. |
| Expression | Frequency per Day |
bitblt | 13 |
bitblt vb | 3 |
bitblt error | 2 |
basic bitblt visual | 2 |
| Source: compiled by the editor from various references; see credits. | |
| Language | Translations for "BITBLT"; alternative meanings/domain in parentheses. | |
Russian | побитовый перенос (bitblt bit block transfer). (various references) | |
| Source: compiled by the editor from various translation references. | ||
Scrabble® Enable2K-Verified Anagrams | |
| Words within the letters "b-b-i-l-t-t" | |
-2 letters: bitt, tilt. | |
-3 letters: bib, bit, lib, lit, til, tit. | |
-4 letters: bi, it, li, ti. | |
| Words containing the letters "b-b-i-l-t-t" | |
+4 letters: bibliotist, stubbliest. | |
+5 letters: bibliotists. | |
| Source: compiled by the editor from various references; see credits. SCRABBLE® is a registered trademark. All intellectual property rights in and to the game are owned in the U.S.A and Canada by Hasbro Inc., and throughout the rest of the world by J.W. Spear & Sons Limited of Maidenhead, Berkshire, England, a subsidiary of Mattel Inc. Mattel and Spear are not affiliated with Hasbro. | |
| 1. Crosswords 2. Expressions: Internet 3. Translations: Modern 4. Anagrams | 5. Bibliography |
Copyright © Philip M. Parker, INSEAD. Terms of Use.