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

/external/chromium/webkit/glue/
H A Dwebcursor.cc74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
81 !pickle->ReadInt(iter, &hotspot_y) ||
102 hotspot_.set_y(hotspot_y);
/external/chromium_org/webkit/common/cursors/
H A Dwebcursor.cc82 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; local
89 !iter->ReadInt(&hotspot_y) ||
117 hotspot_.set_y(hotspot_y);
/external/chromium_org/remoting/client/plugin/
H A Dchromoting_instance.cc638 int hotspot_y = cursor_shape.hotspot_y(); local
648 int y = hotspot_y - (kMaxCursorHeight / 2);
654 hotspot_y -= y;
679 pp::Point(hotspot_x, hotspot_y));

Completed in 196 milliseconds