Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c1493 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper() local
1506 FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); in SetMatShaper()
1507 FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); in SetMatShaper()
1508 FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); in SetMatShaper()
1528 if (Is8Bits) in SetMatShaper()
/external/vixl/src/vixl/a64/
Dassembler-a64.h103 bool Is8Bits() const { in Is8Bits() function
209 bool IsB() const { return IsV() && Is8Bits(); } in IsB()
316 VIXL_ASSERT(!(Is8Bits() && IsVector())); in Is1B()
317 return Is8Bits(); in Is1B()