Searched refs:max_window_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1419 gfx::Size max_window_size; local
1420 delegate_->GetMinMaxSize(&min_window_size, &max_window_size);
1422 max_window_size = gfx::win::DIPToScreenSize(max_window_size);
1434 if (!max_window_size.IsEmpty()) {
1435 max_window_size.Enlarge(window_rect.right - window_rect.left,
1441 if (max_window_size.width() || max_window_size.height()) {
1442 if (!max_window_size.width())
1443 max_window_size
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dbackward_references.c232 const int max_window_size = (quality > 50) ? WINDOW_SIZE local
236 *window_size = (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE
237 : max_window_size;
/external/webp/src/enc/
H A Dbackward_references.c232 const int max_window_size = (quality > 50) ? WINDOW_SIZE local
236 *window_size = (max_window_size > WINDOW_SIZE) ? WINDOW_SIZE
237 : max_window_size;

Completed in 131 milliseconds