|
[Remoting Android] Use floating point coords for rendering the cursor
Currently we use integer coords when calculating cursor position and rendering
the cursor so the pixels we are locking the cursor to are very apparent when
the zoom level is increased.
This CL makes the client use floating point coords for rendering the cursor
so that the position finer-grained than a pixel.
BUG= 638307
Committed: https://crrev.com/b70334d145c8c58ccd2529fd7416bc27a685ddea
Cr-Commit-Position: refs/heads/master@{#412909}
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+57 lines, -58 lines) |
Patch |
 |
M |
remoting/android/java/src/org/chromium/chromoting/AbstractDesktopView.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/GlDesktopView.java
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/InputEventSender.java
|
View
|
1
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/RenderData.java
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/SimulatedTouchInputStrategy.java
|
View
|
1
2
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/TouchInputHandler.java
|
View
|
1
2
|
5 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/TouchInputStrategy.java
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/TrackpadInputStrategy.java
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/android/java/src/org/chromium/chromoting/jni/GlDisplay.java
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/client/gl_cursor.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/client/gl_cursor.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/gl_cursor_feedback.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/gl_cursor_feedback.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/gl_renderer.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/gl_renderer.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|