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

/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc88 const int kMaxCursorHeight = 32; member in namespace:remoting::__anon10370
586 if (height > kMaxCursorHeight && !delegate_large_cursors_) {
587 int y = hotspot_y - (kMaxCursorHeight / 2);
589 y = std::min(y, height - kMaxCursorHeight);
592 height = kMaxCursorHeight;
618 if (height > kMaxCursorHeight || width > kMaxCursorWidth) {

Completed in 135 milliseconds