Searched refs:hotspot_y (Results 1 – 6 of 6) sorted by relevance
/external/chromium/webkit/glue/ |
D | webcursor.cc | 74 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; in Deserialize() local 81 !pickle->ReadInt(iter, &hotspot_y) || in Deserialize() 102 hotspot_.set_y(hotspot_y); in Deserialize()
|
/external/chromium_org/webkit/common/cursors/ |
D | webcursor.cc | 82 int type, hotspot_x, hotspot_y, size_x, size_y, data_len; in Deserialize() local 89 !iter->ReadInt(&hotspot_y) || in Deserialize() 117 hotspot_.set_y(hotspot_y); in Deserialize()
|
D | webcursor_mac.mm | 117 NSCursor* LoadCursor(int resource_id, int hotspot_x, int hotspot_y) { 123 hotspot_y)] autorelease]; 131 int hotspot_y) { 138 return LoadCursor(resource_id, hotspot_x, hotspot_y);
|
/external/chromium_org/remoting/client/plugin/ |
D | chromoting_instance.cc | 523 int hotspot_y = cursor_shape.hotspot_y(); in SetCursorShape() local 538 int y = hotspot_y - (kMaxCursorHeight / 2); in SetCursorShape() 544 hotspot_y -= y; in SetCursorShape() 559 cursor_hotspot = pp::Point(hotspot_x, hotspot_y); in SetCursorShape()
|
/external/chromium_org/remoting/proto/ |
D | control.proto | 45 optional int32 hotspot_y = 4; field
|
/external/chromium_org/remoting/client/jni/ |
D | chromoting_jni_runtime.cc | 281 cursor_shape.hotspot_y(), in UpdateCursorShape()
|