/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/ |
D | FreeType.java | 582 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()
|
D | FreeTypeFontGenerator.java | 578 int idx = h * mainBitmap.getPitch(); in createGlyph()
|
/external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/input/ |
D | MockInput.java | 159 public float getPitch() { in getPitch() method in MockInput
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 256 …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()
|
D | tcuTexture.hpp | 333 const IVec3& getPitch (void) const { return m_pitch; } in getPitch() function in tcu::ConstPixelBufferAccess
|
/external/svox/pico/compat/src/com/android/tts/compat/ |
D | CompatTtsService.java | 137 int pitch = request.getPitch(); in onSynthesizeText()
|
/external/libgdx/gdx/src/com/badlogic/gdx/input/ |
D | RemoteSender.java | 72 out.writeFloat(Gdx.input.getPitch()); in sendUpdate()
|
D | RemoteInput.java | 441 public float getPitch () { in getPitch() method in RemoteInput
|
/external/libgdx/gdx/src/com/badlogic/gdx/ |
D | Input.java | 693 public float getPitch (); in getPitch() method
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/ |
D | GwtTestWrapper.java | 368 public float getPitch () { in getPitch() method in GwtTestWrapper.InputWrapper 369 return input.getPitch(); in getPitch()
|
/external/jmonkeyengine/engine/src/core/com/jme3/audio/ |
D | AudioNode.java | 384 public float getPitch() { in getPitch() method in AudioNode
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/ |
D | LwjglAudioRenderer.java | 444 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/ |
D | IOSInput.java | 254 public float getPitch () { in getPitch() method in IOSInput
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/ |
D | IOSInput.java | 199 public float getPitch () { in getPitch() method in IOSInput
|
/external/sonic/ |
D | Sonic.java | 110 public float getPitch() in getPitch() method in Sonic
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwInput.java | 239 public float getPitch () { in getPitch() method in JglfwInput
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtInput.java | 237 public float getPitch () { in getPitch() method in GwtInput
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Quaternion.java | 182 public float getPitch() { in getPitch() method in Quaternion
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidInput.java | 667 public float getPitch () { in getPitch() method in AndroidInput
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3Input.java | 852 public float getPitch() { in getPitch() method in Lwjgl3Input
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglInput.java | 981 public float getPitch () { in getPitch() method in LwjglInput
|
D | LwjglAWTInput.java | 817 public float getPitch () { in getPitch() method in LwjglAWTInput
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 724 …ess destAccess (srcAccess.getFormat(), srcAccess.getSize(), srcAccess.getPitch(), destPtr + leve… in write()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 1182 fullAccess.getPitch(),
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 391 …xtureFormat::R, TextureFormat::UNSIGNED_INT8), access.getSize(), access.getPitch(), access.getData… in stencilToRedAccess()
|