Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.cpp581 bool Image::Indexed::wouldSetTranspc(rgb_t color) const { in wouldSetTranspc() function in Image::Indexed
1564 …if (!hasTransp && nncols==1 && PTS_dynamic_cast(Indexed*,img)->wouldSetTranspc(Transparent)) retur… in setSampleFormat()
1616 …if (iimg->wouldSetTranspc(Transparent)) return false; /* Dat: false if must be changed to become t… in setSampleFormat()
1621 …if (!hasTransp && nncols==2 && PTS_dynamic_cast(Indexed*,img)->wouldSetTranspc(Transparent)) { has… in setSampleFormat()
1635 if (!iimg->wouldSetTranspc(Transparent)) return false; in setSampleFormat()
1646 …if (!hasTransp && nncols==4 && PTS_dynamic_cast(Indexed*,img)->wouldSetTranspc(Transparent)) { has… in setSampleFormat()
1695 if (iimg->wouldSetTranspc(Transparent)) return false; in setSampleFormat()
1700 …if (!hasTransp && nncols==16 && PTS_dynamic_cast(Indexed*,img)->wouldSetTranspc(Transparent)) { ha… in setSampleFormat()
1775 if (iimg->wouldSetTranspc(Transparent)) return false; in setSampleFormat()
1780 …if (!hasTransp && nncols==256 && PTS_dynamic_cast(Indexed*,img)->wouldSetTranspc(Transparent)) { h… in setSampleFormat()
[all …]
H A Dimage.hpp176 bool wouldSetTranspc(rgb_t color) const;