Home
last modified time | relevance | path

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

/TaskScheduler/ThirdParty/Squish/
H A Dsquish.h66 kWeightColourByAlpha = ( 1 << 7 ) enumerator
H A Dcolourset.cpp36 bool weightByAlpha = ( ( flags & kWeightColourByAlpha ) != 0 ); in ColourSet()
H A DChangeLog28 * Added kWeightColourByAlpha flag for better quality images when alpha blending
H A Dsquish.cpp43 int extra = flags & kWeightColourByAlpha; in FixFlags()