/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglCursor.java | 18 public LwjglCursor (Pixmap pixmap, int xHotspot, int yHotspot) { 42 if (xHotspot < 0 || xHotspot >= pixmap.getWidth()) { 43 throw new GdxRuntimeException("xHotspot coordinate of " + xHotspot + " is not within image width bounds: [0, " 76 lwjglCursor = new org.lwjgl.input.Cursor(pixmap.getWidth(), pixmap.getHeight(), xHotspot, pixmap.getHeight() - yHotspot
|
LwjglGraphics.java | 619 public com.badlogic.gdx.graphics.Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) { 620 return new LwjglCursor(pixmap, xHotspot, yHotspot);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtCursor.java | 28 public GwtCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
48 if (xHotspot < 0 || xHotspot >= pixmap.getWidth()) {
49 throw new GdxRuntimeException("xHotspot coordinate of " + xHotspot + " is not within image width bounds: [0, "
60 cssCursorProperty += xHotspot;
|
GwtGraphics.java | 487 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) { 488 return new GwtCursor(pixmap, xHotspot, yHotspot);
|
/external/pdfium/xfa/include/fwl/adapter/ |
fwl_adaptercursormgr.h | 32 FX_FLOAT xHotspot = 0,
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
Lwjgl3Cursor.java | 39 Lwjgl3Cursor(Lwjgl3Window window, Pixmap pixmap, int xHotspot, int yHotspot) { 55 if (xHotspot < 0 || xHotspot >= pixmap.getWidth()) { 56 throw new GdxRuntimeException("xHotspot coordinate of " + xHotspot 72 glfwCursor = GLFW.glfwCreateCursor(glfwImage, xHotspot, yHotspot);
|
Lwjgl3Graphics.java | 430 public Cursor newCursor(Pixmap pixmap, int xHotspot, int yHotspot) { 431 return new Lwjgl3Cursor(getWindow(), pixmap, xHotspot, yHotspot);
|
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/graphics/ |
MockGraphics.java | 212 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
|
/external/libgdx/gdx/src/com/badlogic/gdx/ |
Graphics.java | 302 * @param xHotspot the x location of the hotspot pixel within the cursor image (origin top-left corner) 305 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot);
|
/external/webrtc/webrtc/modules/desktop_capture/win/ |
cursor.cc | 120 int hotspot_x = iinfo.xHotspot;
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
IOSGraphics.java | 464 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
|
/toolchain/binutils/binutils-2.25/binutils/ |
windint.h | 332 bfd_signed_vma xhotspot; member in struct:rc_cursor 343 bfd_byte xhotspot[2]; member in struct:bin_cursor
|
resrc.c | 103 unsigned short xhotspot; member in struct:icondir::__anon75464::__anon75466 786 icondirs[i].u.cursor.xhotspot = get_word (e, real_filename); 814 c->xhotspot = icondirs[i].u.cursor.xhotspot; [all...] |
resbin.c | 210 c->xhotspot = windres_get_16 (wrbfd, data, 2); [all...] |
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
JglfwGraphics.java | 466 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
IOSGraphics.java | 555 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
AndroidGraphics.java | 700 public Cursor newCursor (Pixmap pixmap, int xHotspot, int yHotspot) {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
winuser.h | [all...] |
d3d8.h | [all...] |
d3d9.h | [all...] |
/external/libgdx/backends/gdx-backend-lwjgl/libs/ |
lwjgl.jar | |