Home
last modified time | relevance | path

Searched refs:rgbaBuf (Results 1 – 5 of 5) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/client/src/gl/
H A Dgl_tex.cpp1547 static void doColorKeying(uint8_t *rgbaBuf, int width) in doColorKeying() argument
1549 DENG2_ASSERT(rgbaBuf); in doColorKeying()
1551 for(int i = 0; i < width; ++i, rgbaBuf += 4) in doColorKeying()
1553 if(!isKeyedColor(rgbaBuf)) continue; in doColorKeying()
1555 rgbaBuf[3] = rgbaBuf[2] = rgbaBuf[1] = rgbaBuf[0] = 0; in doColorKeying()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/arch/ogl/
H A Dgr.cpp1155 RAIIdmem<uint8_t[]> rgbaBuf; in write_bmp() local
1156 CALLOC(rgbaBuf, uint8_t[], w * h * 4); in write_bmp()
1157 glReadPixels(0, 0, w, h, GL_RGBA, GL_UNSIGNED_BYTE, rgbaBuf.get()); in write_bmp()
1159 buf[pixel * 3] = rgbaBuf[pixel * 4 + 2]; in write_bmp()
1160 buf[pixel * 3 + 1] = rgbaBuf[pixel * 4 + 1]; in write_bmp()
1161 buf[pixel * 3 + 2] = rgbaBuf[pixel * 4]; in write_bmp()
/dports/www/gitea/gitea-1.16.5/public/vendor/plugins/pdfjs/build/
H A Dpdf.worker.js.map1rgbaBuf","undoPreblend","matte","matteRgb","matteR","matteG","matteB","createImageData","forceRGBA…
/dports/www/nextcloud/nextcloud/apps-pkg/files_pdfviewer/js/pdfjs/build/
H A Dpdf.worker.js.map1rgbaBuf","undoPreblend","matte","matteRgb","matteR","matteG","matteB","createImageData","forceRGBA…
/dports/www/mattermost-webapp/mattermost/client/
H A DpdfjsWorker.607c45ab589db9be5567.js.map1rgbaBuf","alphaBuf","sw","sh","fillGrayBuffer","opacity","imageOffset","maskOffset","undoPreblend"…