HomeSort by relevance Sort by last modified time
    Searched refs:kMaxDim (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 18 static const int kMaxDim = SHRT_MAX / 2;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
  /external/skia/src/images/
bmpdecoderhelper.cpp 18 static const int kMaxDim = SHRT_MAX / 2;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {

Completed in 56 milliseconds