Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp188 void packPal();
H A Dimage.cpp496 …iimg->packPal(); // TODO: Do a more lightweight palette packing if there are only 2 colors (such … in addAlpha0()
611 packPal(); /* May change bpc. */ in setTranspcAndRepack()
701 void Image::Indexed::packPal() { in packPal() function in Image::Indexed
902 packPal(); /* removes transparency if no transparent pixel */ in calcAlpha()
1075 packPal(); in addAlpha()
1087 packPal(); in addAlpha()
1522 iimg->packPal(); in SampledInfo()
H A Dtest_main.cpp126 PTS_dynamic_cast(Image::Indexed*,img)->packPal(); in test_image()