Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorMetal.cpp47 TIntermSwizzle *positionY = new TIntermSwizzle(positionRef, swizzleOffsetY); in AppendVertexShaderPositionYCorrectionToMain() local
50 TIntermBinary *inverseY = new TIntermBinary(EOpMul, positionY->deepCopy(), negViewportYScale); in AppendVertexShaderPositionYCorrectionToMain()
53 TIntermTyped *positionYLHS = positionY->deepCopy(); in AppendVertexShaderPositionYCorrectionToMain()
/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/webrtc/webrtc/modules/video_capture/windows/
Ddevice_info_mf.cc46 uint32_t positionY) { in DisplayCaptureSettingsDialogBox() argument
Ddevice_info_mf.h37 void* parentWindow, uint32_t positionX, uint32_t positionY);
Ddevice_info_ds.h67 uint32_t positionY);
Ddevice_info_ds.cc743 uint32_t positionY) in DisplayCaptureSettingsDialogBox() argument
781 positionY, // Vertical position for the dialog box. in DisplayCaptureSettingsDialogBox()
/external/webrtc/webrtc/modules/video_capture/mac/qtkit/
Dvideo_capture_qtkit_info_objc.h64 AndY:(uint32_t) positionY;
Dvideo_capture_qtkit_info.mm104 uint32_t positionX, uint32_t positionY)
110 AndParentWindow:parentWindow AtX:positionX AndY:positionY]
Dvideo_capture_qtkit_info.h82 uint32_t positionX, uint32_t positionY);
Dvideo_capture_qtkit_info_objc.mm59 AndY:(uint32_t) positionY
/external/tensorflow/tensorflow/examples/android/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/webrtc/modules/video_capture/ios/
Ddevice_info_ios.h46 uint32_t positionY) override;
Ddevice_info_ios.mm153 uint32_t positionY) {
/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/webrtc/webrtc/modules/video_capture/
Dvideo_capture.h73 uint32_t positionY) = 0;
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_reg.h1184 uint32 positionY; member