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

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc87 const int kMaxCursorWidth = 32; member in namespace:remoting::__anon10370
595 if (width > kMaxCursorWidth && !delegate_large_cursors_) {
596 int x = hotspot_x - (kMaxCursorWidth / 2);
598 x = std::min(x, height - kMaxCursorWidth);
601 width = kMaxCursorWidth;
618 if (height > kMaxCursorHeight || width > kMaxCursorWidth) {

Completed in 165 milliseconds