Home
last modified time | relevance | path

Searched refs:positionY (Results 1 – 11 of 11) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java691 public GameObject spawnPlayer(float positionX, float positionY) {
695 object.getPosition().set(positionX, positionY);
1161 public GameObject spawnEnemyBrobot(float positionX, float positionY, boolean flipHorizontal) {
1166 object.getPosition().set(positionX, positionY);
1333 … public GameObject spawnEnemySnailBomb(float positionX, float positionY, boolean flipHorizontal) {
1342 object.getPosition().set(positionX, positionY);
1482 …public GameObject spawnEnemyShadowSlime(float positionX, float positionY, boolean flipHorizontal) {
1494 object.getPosition().set(positionX, positionY);
1700 public GameObject spawnEnemyMudman(float positionX, float positionY, boolean flipHorizontal) {
1705 object.getPosition().set(positionX, positionY);
[all …]
/external/rust/crates/nom/tests/
Dmp4.rs57 positionY: f32, field
87 positionY: f32, field
137 positionY: position_y,
189 positionY: position_y,
/external/angle/src/compiler/translator/
DTranslatorMetal.cpp68 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain() local
71 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negFlipY); in AppendVertexShaderPositionYCorrectionToMain()
74 TIntermTyped *positionYLHS = positionY->deepCopy(); in AppendVertexShaderPositionYCorrectionToMain()
DTranslatorMetalDirect.cpp465 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain() local
468 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negFlipY); in AppendVertexShaderPositionYCorrectionToMain()
471 TIntermTyped *positionYLHS = positionY->deepCopy(); in AppendVertexShaderPositionYCorrectionToMain()
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/tracking/
DObjectTracker.java389 final float positionY, final float radius) { in getAccumulatedDelta() argument
391 new RectF(positionX - radius, positionY - radius, positionX + radius, positionY + radius)); in getAccumulatedDelta()
392 return new PointF(currPosition.centerX() - positionX, currPosition.centerY() - positionY); in getAccumulatedDelta()
/external/webrtc/modules/video_capture/windows/
Ddevice_info_ds.h59 uint32_t positionY) override;
Ddevice_info_ds.cc586 uint32_t positionY) { in DisplayCaptureSettingsDialogBox() argument
622 positionY, // Vertical position for the dialog box. in DisplayCaptureSettingsDialogBox()
/external/webrtc/modules/video_capture/
Dvideo_capture.h70 uint32_t positionY) = 0;
/external/swiftshader/src/Main/
DFrameBuffer.hpp87 int positionY; member
DFrameBuffer.cpp97 cursor.positionY = y; in setCursorPosition()
132 cursor.y = cursor.positionY - cursor.hotspotY; in copy()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1184 uint32 positionY; member