/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglCursor.java | 18 public LwjglCursor (Pixmap pixmap, int xHotspot, int yHotspot) { 47 if (yHotspot < 0 || yHotspot >= pixmap.getHeight()) { 48 throw new GdxRuntimeException("yHotspot coordinate of " + yHotspot + " is not within image height 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) {
53 if (yHotspot < 0 || yHotspot >= pixmap.getHeight()) {
54 throw new GdxRuntimeException("yHotspot coordinate of " + yHotspot + " is not within image height bounds: [0, "
62 cssCursorProperty += yHotspot;
|
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 | 33 FX_FLOAT yHotspot = 0) = 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) { 60 if (yHotspot < 0 || yHotspot >= pixmap.getHeight()) { 61 throw new GdxRuntimeException("yHotspot coordinate of " + yHotspot 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 | 303 * @param yHotspot the y 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 | 121 int hotspot_y = iinfo.yHotspot;
|
/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 | 334 bfd_signed_vma yhotspot; member in struct:rc_cursor 344 bfd_byte yhotspot[2]; member in struct:bin_cursor
|
resrc.c | 105 unsigned short yhotspot; member in struct:icondir::__anon75464::__anon75466 787 icondirs[i].u.cursor.yhotspot = get_word (e, real_filename); 815 c->yhotspot = icondirs[i].u.cursor.yhotspot; [all...] |
resbin.c | 211 c->yhotspot = windres_get_16 (wrbfd, data + 2, 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 | |