Searched refs:logoHeight (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);
306 uint8* logoIndexedImageRows[logoHeight];
307 for (int y = 0; y < logoHeight; y++) {
337 write_8bit_image(logoBaseName, logoWidth, logoHeight, logoIndexedImageRows);
344 for (int y = 0; y < logoHeight; y++)
357 int logoHeight; local
368 read_png(logoFilename, logoWidth, logoHeight, logoRowPtrs, logoPngPtr,
374 write_24bit_image(logoBaseName, logoWidth, logoHeight, logoRowPtrs);
378 create_8bit_images(logoBaseName, logoWidth, logoHeight, logoRowPtr
[all...]

Completed in 63 milliseconds