Searched refs:logoWidth (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tools/ |
H A D | generate_boot_screen.cpp | 275 create_8bit_images(const char* logoBaseName, int logoWidth, int logoHeight, in create_8bit_images() argument 281 quantizer.ProcessImage(logoRowPtrs, logoWidth, logoHeight); in create_8bit_images() 290 logoIndexedImageRows[y] = new uint8[logoWidth]; in create_8bit_images() 291 for (int x = 0; x < logoWidth; x++) { in create_8bit_images() 319 write_8bit_image(logoBaseName, logoWidth, logoHeight, logoIndexedImageRows); in create_8bit_images() 338 int logoWidth; in parse_images() local 350 read_png(logoFilename, logoWidth, logoHeight, logoRowPtrs, logoPngPtr, in parse_images() 356 write_24bit_image(logoBaseName, logoWidth, logoHeight, logoRowPtrs); in parse_images() 360 create_8bit_images(logoBaseName, logoWidth, logoHeight, logoRowPtrs, in parse_images()
|