Searched refs:kMaxDim (Results 1 – 1 of 1) sorted by relevance
18 static const int kMaxDim = SHRT_MAX / 2; variable72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) { in DecodeImage()