OLD | NEW |
1 /* | 1 /* |
2 * Copyright 2012 Google Inc. | 2 * Copyright 2012 Google Inc. |
3 * | 3 * |
4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
6 */ | 6 */ |
7 | 7 |
8 package com.skia; | 8 package com.skia; |
9 | 9 |
10 import android.opengl.GLSurfaceView; | 10 import android.opengl.GLSurfaceView; |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 native void toggleRenderingMode(); | 104 native void toggleRenderingMode(); |
105 native void toggleSlideshow(); | 105 native void toggleSlideshow(); |
106 native void toggleFPS(); | 106 native void toggleFPS(); |
107 native void toggleTiling(); | 107 native void toggleTiling(); |
108 native void toggleBBox(); | 108 native void toggleBBox(); |
109 native void processSkEvent(); | 109 native void processSkEvent(); |
110 native void serviceQueueTimer(); | 110 native void serviceQueueTimer(); |
111 native void saveToPDF(); | 111 native void saveToPDF(); |
112 native void postInval(); | 112 native void postInval(); |
113 } | 113 } |
OLD | NEW |