Searched refs:cursors (Results 1 – 15 of 15) sorted by relevance
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3Cursor.java | 31 static final Array<Lwjgl3Cursor> cursors = new Array<Lwjgl3Cursor>(); field in Lwjgl3Cursor 73 cursors.add(this); in Lwjgl3Cursor() 81 cursors.removeValue(this, true); in dispose() 89 for (int i = cursors.size - 1; i >= 0; i--) { in dispose() 90 Lwjgl3Cursor cursor = cursors.get(i); in dispose() 92 cursors.removeIndex(i).dispose(); in dispose()
|
/external/clang/bindings/python/tests/cindex/ |
D | util.py | 63 cursors = [] 66 cursors.append(cursor) 68 return cursors
|
D | test_cursor.py | 74 cursors = list(tu.cursor.get_children()) 75 assert len(cursors) > 0 77 cursor = cursors[0] 92 cursors = [] 95 cursors.append(cursor) 97 assert len(cursors) == 3 98 assert cursors[1].canonical == cursors[2].canonical
|
/external/libdrm/tests/modetest/ |
D | cursor.c | 61 static struct cursor cursors[MAX_CURSORS]; variable 152 struct cursor *cursor = &cursors[i]; in cursor_thread_func() 173 struct cursor *cursor = &cursors[ncursors]; in cursor_init()
|
/external/autotest/site_utils/ |
D | db_replica_checker.py | 58 cursor = master_conn.cursor(MySQLdb.cursors.DictCursor) 70 cursor = replica_conn.cursor(MySQLdb.cursors.DictCursor)
|
/external/libvncserver/ |
D | TODO | 16 java vncviewer doesn't do colour cursors?
|
D | NEWS | 248 cursors are supported (rfbSetCursor automatically undraws cursor)
|
D | README | 233 There is also an array named "richSource" for colourful cursors. They have
|
D | ChangeLog | 4369 * libvncserver/cursor.c: Fix short vs. char problem with X cursors. 6171 x11vnc/x11vnc.c: main.c: XReadScreen check, fix 64bit use of cursors, x11vnc: first 6430 …x11vnc/tkx11vnc.h, x11vnc/x11vnc.1, x11vnc/x11vnc.c: x11vnc: scale cursors, speed up some scaling… 8510 * README, TODO, example.c, main.c, rfb.h: docu and cursors in
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
D | cursor_unittest_resources.rc | 13 // These cursors are matched with their less than 32bpp counterparts below.
|
/external/clang/docs/ |
D | Tooling.rst | 82 * want high level abstractions like cursors and code completion out of the box
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3438 CXCursor *cursors = 0; in perform_token_annotation() local 3524 cursors = (CXCursor *)malloc(num_tokens * sizeof(CXCursor)); in perform_token_annotation() 3525 clang_annotateTokens(TU, tokens, num_tokens, cursors); in perform_token_annotation() 3565 if (!clang_isInvalid(cursors[i].kind)) { in perform_token_annotation() 3567 PrintCursor(cursors[i], NULL); in perform_token_annotation() 3571 free(cursors); in perform_token_annotation()
|
/external/libgdx/ |
D | CHANGES | 19 - Fixed crash on Mac when using LWJGL2, custom cursors and embedding the game in an AWT window 45 - Added system cursors to GWT, fix 'Ibeam' system cursor not working on LWJGL3. 97 right place. Note that cursors only work on the LWJGL, LWJGL3 and GWT backends. Note that system cu… 425 - added setCursorImage method to Input interface to support custom mouse cursors on the desktop
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 5832 AnnotateTokensWorker(CXToken *tokens, CXCursor *cursors, unsigned numTokens, in AnnotateTokensWorker() argument 5834 : Tokens(tokens), Cursors(cursors), in AnnotateTokensWorker()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/ |
D | ChangeLog.23 | 1329 (af_glyph_hints_align_strong_points): The cursors
|