OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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