Searched refs:colours (Results 1 – 9 of 9) sorted by relevance
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | colourfit.cpp | 31 ColourFit::ColourFit( ColourSet const* colours, int flags ) in ColourFit() argument 32 : m_colours( colours ), in ColourFit()
|
| H A D | squish.cpp | 75 ColourSet colours( rgba, mask, flags ); in CompressMasked() local 78 if( colours.GetCount() == 1 ) in CompressMasked() 81 SingleColourFit fit( &colours, flags ); in CompressMasked() 84 else if( ( flags & kColourRangeFit ) != 0 || colours.GetCount() == 0 ) in CompressMasked() 87 RangeFit fit( &colours, flags ); in CompressMasked() 93 ClusterFit fit( &colours, flags ); in CompressMasked()
|
| H A D | colourfit.h | 39 ColourFit( ColourSet const* colours, int flags );
|
| H A D | rangefit.h | 40 RangeFit( ColourSet const* colours, int flags );
|
| H A D | singlecolourfit.cpp | 62 SingleColourFit::SingleColourFit( ColourSet const* colours, int flags ) in SingleColourFit() argument 63 : ColourFit( colours, flags ) in SingleColourFit()
|
| H A D | singlecolourfit.h | 40 SingleColourFit( ColourSet const* colours, int flags );
|
| H A D | clusterfit.h | 40 ClusterFit( ColourSet const* colours, int flags );
|
| H A D | rangefit.cpp | 33 RangeFit::RangeFit( ColourSet const* colours, int flags ) in RangeFit() argument 34 : ColourFit( colours, flags ) in RangeFit()
|
| H A D | clusterfit.cpp | 34 ClusterFit::ClusterFit( ColourSet const* colours, int flags ) in ClusterFit() argument 35 : ColourFit( colours, flags ) in ClusterFit()
|