Bitblt
Translation of "bitblt" into Russian
bitblt
NounUK
/ˈbɪtˌblɒt/
US
/ˈbɪtˌblɑt/
bitblt
bitblts pl
Technical term in computer graphics; can function as a countable noun.
блоковый перенос битов
компьютерная графика; операция копирования блока пикселей A single bitblt can move the entire sprite onto the back buffer.
Одна операция блокового переноса битов может переместить весь спрайт в скрытый буфер.
Additional translations
операция BitBlt
буквальное название API-функции; используется как заимствованный термин блит
разговорное, жаргон программистов bitblt
Verbbitblt
bitblts
bitblted Past Simple / Past Participle
bitblting Gerund
Used by programmers as a transitive verb meaning to perform a bit-block transfer.
выполнять блоковый перенос битов
компьютерная графика; копировать блок пикселей The driver bitblts the off-screen image to the display sixty times a second.
Драйвер выполняет блоковый перенос битов из внеэкранного буфера на дисплей шестьдесят раз в секунду.
Additional translations
блитовать
жаргонное; то же, что «выполнять блоковый перенос битов» bitblt
Adjectivebitblt
more bitblt Comp.
most bitblt Super.
Often used attributively before another noun (e.g. "bitblt routine").
BitBlt-
неизменяемый атрибутивный элемент в составе сложных терминов The game relies on bitblt graphics routines for fast animation.
Игра опирается на BitBlt-графические процедуры для быстрой анимации.
Additional translations
блитовый
редко; характеризующийся использованием операции BitBlt Definitions
bitblt
Noun(computing) An operation that copies a block of pixels (bits) from one area of memory or screen to another in a single step.
A single bitblt can move the entire sprite onto the back buffer.
bitblt
Verb(computing, transitive) To copy a block of pixels from one area of memory or screen to another in a single operation.
The driver bitblts the off-screen image to the display sixty times a second.
bitblt
Adjective(computing, attributive) Relating to or implementing a bitblt operation.
The game relies on bitblt graphics routines for fast animation.