Home
last modified time | relevance | path

Searched refs:iconsIndexedImageRows (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tools/
H A Dgenerate_boot_screen.cpp298 uint8* iconsIndexedImageRows[iconsHeight]; in create_8bit_images() local
300 iconsIndexedImageRows[y] = new uint8[iconsWidth]; in create_8bit_images()
302 iconsIndexedImageRows[y][x] = nearest_color(&iconsRowPtrs[y][x*3], in create_8bit_images()
321 iconsIndexedImageRows); in create_8bit_images()
330 delete[] iconsIndexedImageRows[y]; in create_8bit_images()