Searched refs:Is8Bits (Results 1 – 4 of 4) sorted by relevance
12 // * Is8Bits: Process 8-bit indices.25 #elif Is8Bits86 #elif Is16Bits || Is8Bits103 #elif Is16Bits || Is8Bits
105 bool Is8Bits() const { in Is8Bits() function206 bool IsB() const { return IsV() && Is8Bits(); } in IsB()392 VIXL_ASSERT(!(Is8Bits() && IsVector())); in Is1B()393 return Is8Bits(); in Is1B()
109 bool Is8Bits() const { in Is8Bits() function160 bool IsB() const { return IsV() && Is8Bits(); } in IsB()366 DCHECK(!(Is8Bits() && IsVector())); in Is1B()367 return Is8Bits(); in Is1B()
1653 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper() local1666 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()1667 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()1668 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()1688 if (Is8Bits) in SetMatShaper()