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

/haiku-fatelf/src/tools/
H A Dgenerate_boot_screen.cpp293 create_8bit_images(const char* logoBaseName, int logoWidth, int logoHeight, argument
299 quantizer.ProcessImage(logoRowPtrs, logoWidth, logoHeight);
308 logoIndexedImageRows[y] = new uint8[logoWidth];
309 for (int x = 0; x < logoWidth; x++) {
337 write_8bit_image(logoBaseName, logoWidth, logoHeight, logoIndexedImageRows);
356 int logoWidth; local
368 read_png(logoFilename, logoWidth, logoHeight, logoRowPtrs, logoPngPtr,
374 write_24bit_image(logoBaseName, logoWidth, logoHeight, logoRowPtrs);
378 create_8bit_images(logoBaseName, logoWidth, logoHeight, logoRowPtrs,

Completed in 67 milliseconds