Searched refs:Is8Bits (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/ |
D | 0020-avoid-fixed-inf.patch | 64 - FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits); 65 - FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits); 66 - FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits); 67 + if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits)) 69 + if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits)) 71 + if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits))
|
/external/vixl/src/aarch64/ |
D | operands-aarch64.h | 106 bool Is8Bits() const { in Is8Bits() function 204 bool IsB() const { return IsV() && Is8Bits(); } in IsB() 383 VIXL_ASSERT(!(Is8Bits() && IsVector())); in Is1B() 384 return Is8Bits(); in Is1B()
|
/external/pdfium/third_party/lcms/src/ |
D | cmsopt.c | 1602 cmsBool Is8Bits = _cmsFormatterIs8bit(*OutputFormat); in SetMatShaper() local 1618 if (!FillSecondShaper(p ->Shaper2R, Curve2[0], Is8Bits)) in SetMatShaper() 1620 if (!FillSecondShaper(p ->Shaper2G, Curve2[1], Is8Bits)) in SetMatShaper() 1622 if (!FillSecondShaper(p ->Shaper2B, Curve2[2], Is8Bits)) in SetMatShaper() 1643 if (Is8Bits) in SetMatShaper()
|