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

/external/chromium_org/ui/base/x/
H A Dx11_util.cc405 const float kMaxPixel = 64.f; local
407 if (cursor_image->width() > kMaxPixel || cursor_image->height() > kMaxPixel) {
410 scale = kMaxPixel / cursor_image->width();
412 scale = kMaxPixel / cursor_image->height();

Completed in 53 milliseconds