Home
last modified time | relevance | path

Searched refs:getPitch (Results 1 – 25 of 26) sorted by relevance

12

/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java582 public int getPitch() { in getPitch() method in FreeType.Bitmap
583 return getPitch(address); in getPitch()
586 private static native int getPitch(long bitmap); /* in getPitch() method in FreeType.Bitmap
612 int rowBytes = Math.abs(getPitch()); // We currently ignore negative pitch. in getPixmap()
DFreeTypeFontGenerator.java578 int idx = h * mainBitmap.getPitch(); in createGlyph()
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/input/
DMockInput.java159 public float getPitch() { in getPitch() method in MockInput
/external/deqp/framework/common/
DtcuTextureUtil.cpp256 …urn ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion()
282 return PixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitch(), in getSubregion()
1284 baseAccess.getPitch(), in toSamplerAccess()
1292 baseAccess.getPitch(), in toSamplerAccess()
1310 baseAccess.getPitch(), in toSamplerAccess()
1318 baseAccess.getPitch(), in toSamplerAccess()
1336 baseAccess.getPitch(), in toSamplerAccess()
1344 baseAccess.getPitch(), in toSamplerAccess()
1362 baseAccess.getPitch(), in toSamplerAccess()
1370 baseAccess.getPitch(), in toSamplerAccess()
DtcuTexture.hpp333 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
/external/svox/pico/compat/src/com/android/tts/compat/
DCompatTtsService.java137 int pitch = request.getPitch(); in onSynthesizeText()
/external/libgdx/gdx/src/com/badlogic/gdx/input/
DRemoteSender.java72 out.writeFloat(Gdx.input.getPitch()); in sendUpdate()
DRemoteInput.java441 public float getPitch () { in getPitch() method in RemoteInput
/external/libgdx/gdx/src/com/badlogic/gdx/
DInput.java693 public float getPitch (); in getPitch() method
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
DGwtTestWrapper.java368 public float getPitch () { in getPitch() method in GwtTestWrapper.InputWrapper
369 return input.getPitch(); in getPitch()
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DAudioNode.java384 public float getPitch() { in getPitch() method in AudioNode
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
DLwjglAudioRenderer.java444 alSourcef(id, AL_PITCH, src.getPitch()); in updateSourceParam()
494 alSourcef(id, AL_PITCH, src.getPitch()); in setSourceParams()
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSInput.java254 public float getPitch () { in getPitch() method in IOSInput
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
DIOSInput.java199 public float getPitch () { in getPitch() method in IOSInput
/external/sonic/
DSonic.java110 public float getPitch() in getPitch() method in Sonic
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwInput.java239 public float getPitch () { in getPitch() method in JglfwInput
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java237 public float getPitch () { in getPitch() method in GwtInput
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DQuaternion.java182 public float getPitch() { in getPitch() method in Quaternion
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidInput.java667 public float getPitch () { in getPitch() method in AndroidInput
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
DLwjgl3Input.java852 public float getPitch() { in getPitch() method in Lwjgl3Input
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java981 public float getPitch () { in getPitch() method in LwjglInput
DLwjglAWTInput.java817 public float getPitch () { in getPitch() method in LwjglAWTInput
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp724 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp1182 fullAccess.getPitch(),
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()

12