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

/haiku-fatelf/src/tools/
H A Dgenerate_boot_screen.cpp294 png_bytep* logoRowPtrs, const char* iconsBaseName, int iconsWidth,
299 quantizer.ProcessImage(logoRowPtrs, logoWidth, logoHeight);
310 logoIndexedImageRows[y][x] = nearest_color(&logoRowPtrs[y][x*3],
358 png_bytep* logoRowPtrs = NULL; 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,
384 free(logoRowPtrs[y]);
385 free(logoRowPtrs);
293 create_8bit_images(const char* logoBaseName, int logoWidth, int logoHeight, png_bytep* logoRowPtrs, const char* iconsBaseName, int iconsWidth, int iconsHeight, png_bytep* iconsRowPtrs) argument

Completed in 57 milliseconds