Home
last modified time | relevance | path

Searched refs:bitmap (Results 26 – 28 of 28) sorted by path

12

/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt557 ¤ Added output support for BMP (bitmap) format (&f=bmp).
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js546 var bitmap = texture.image;
548 var ox = bitmap.width * texture.offset.x;
549 var oy = bitmap.height * texture.offset.y;
551 var sx = bitmap.width * texture.repeat.x;
552 var sy = bitmap.height * texture.repeat.y;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41040 module.exports = function (bitmap, value) {
41042 enumerable: !(bitmap & 1),
41043 configurable: !(bitmap & 2),
41044 writable: !(bitmap & 4),

12