Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DBC.h317 class INTColor
324 INTColor() DIRECTX_CTOR_DEFAULT in INTColor() function
326 INTColor(const INTColor& c) {r = c.r; g = c.g; b = c.b;} in INTColor() function
328 INTColor operator - ( _In_ const INTColor& c ) const
333 INTColor& operator += ( _In_ const INTColor& c )
341 INTColor& operator -= ( _In_ const INTColor& c )
349 INTColor& operator &= ( _In_ const INTColor& c )
376 INTColor& Clamp(_In_ int iMin, _In_ int iMax) in Clamp()
449 INTColor A;
450 INTColor B;
[all …]
H A DBC6HBC7.cpp586 INTColor WrapMask((1 << Prec.r) - 1, (1 << Prec.g) - 1, (1 << Prec.b) - 1); in TransformInverse()
598 inline static float Norm(_In_ const INTColor& a, _In_ const INTColor& b) in Norm()
1104 memset(aEndPts, 0, BC6H_MAX_REGIONS * 2 * sizeof(INTColor)); in Decode()
1204 INTColor fc; in Decode()
1376 INTColor aBits[4]; in EndPointsFit()
1436 aPalette[i] = INTColor(0,0,0); in GeneratePaletteQuantized()
1463 INTColor aPalette[BC6H_MAX_INDICES]; in MapColorsQuantized()
1609 INTColor aPixels[NUM_PIXELS_PER_BLOCK]; in OptimizeEndPoints()
1667 INTColor aPalette[BC6H_MAX_REGIONS][BC6H_MAX_INDICES]; in AssignIndices()
1832 aPalette[i] = INTColor(0,0,0); in GeneratePaletteUnquantized()
[all …]