Searched refs:getFileHandle (Results 1 - 20 of 20) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/
H A DFiles.java55 public FileHandle getFileHandle (String path, FileType type); method in interface:Files
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
H A DPixmapBlendingTest.java48 pixS1 = new Pixmap(Gdx.files.getFileHandle("data/test4.png", Files.FileType.Internal));
49 pixS2 = new Pixmap(Gdx.files.getFileHandle("data/test3.png", Files.FileType.Internal));
H A DBitmapFontAlignmentTest.java58 font = new BitmapFont(Gdx.files.getFileHandle("data/verdana39.fnt", FileType.Internal), Gdx.files.getFileHandle(
H A DSoundTest.java45 sound = Gdx.audio.newSound(Gdx.files.getFileHandle("data/shotgun.ogg", FileType.Internal));
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/
H A DHeadlessFiles.java31 public FileHandle getFileHandle (String fileName, FileType type) { method in class:HeadlessFiles
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
H A DJglfwFiles.java30 public FileHandle getFileHandle (String fileName, FileType type) { method in class:JglfwFiles
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
H A DLwjglFiles.java31 public FileHandle getFileHandle (String fileName, FileType type) { method in class:LwjglFiles
H A DLwjglGraphics.java196 Pixmap pixmap = new Pixmap(Gdx.files.getFileHandle(config.iconPaths.get(i), config.iconFileTypes.get(i)));
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
H A DLwjgl3Files.java31 public FileHandle getFileHandle (String fileName, FileType type) { method in class:Lwjgl3Files
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
H A DIOSFiles.java37 public FileHandle getFileHandle (String fileName, FileType type) { method in class:IOSFiles
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
H A DIOSFiles.java38 public FileHandle getFileHandle (String fileName, FileType type) { method in class:IOSFiles
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
H A DGwtFiles.java36 public FileHandle getFileHandle (String path, FileType type) { method in class:GwtFiles
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
H A DAndroidFiles.java49 public FileHandle getFileHandle (String path, FileType type) { method in class:AndroidFiles
H A DAndroidFileHandle.java58 return Gdx.files.getFileHandle(new File(file.getParent(), name).getPath(), type); //this way we can find the sibling even if it's inside the obb
H A DAndroidZipFileHandle.java87 return Gdx.files.getFileHandle(new File(file.getParent(), name).getPath(), type); //this way we can find the sibling even if it's not inside the obb
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
H A DFileTextureData.java123 public FileHandle getFileHandle () { method in class:FileTextureData
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
H A DFileTextureData.java127 public FileHandle getFileHandle () { method in class:FileTextureData
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
H A DTexturePanel.java64 setImage(data.getFileHandle().file().getAbsolutePath());
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
H A DParticleEditor.java328 font = new BitmapFont(Gdx.files.getFileHandle("default.fnt", FileType.Internal), Gdx.files.getFileHandle("default.png",
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DBitmapFont.java163 file = Gdx.files.getFileHandle(data.imagePaths[i], data.fontFile.type());

Completed in 354 milliseconds