Home
last modified time | relevance | path

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

/haiku/headers/private/shared/
H A DColorQuantizer.h49 bool ProcessImage(const uint8* const * rowPtrs, int width,
/haiku/src/tools/
H A Dgenerate_boot_screen.cpp281 quantizer.ProcessImage(logoRowPtrs, logoWidth, logoHeight); in create_8bit_images()
282 quantizer.ProcessImage(iconsRowPtrs, iconsWidth, iconsHeight); in create_8bit_images()
/haiku/src/kits/shared/
H A DColorQuantizer.cpp82 BColorQuantizer::ProcessImage(const uint8* const * rowPtrs, int width, in ProcessImage() function in BColorQuantizer