Home
last modified time | relevance | path

Searched refs:useY (Results 1 – 25 of 114) sorted by relevance

12345

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/graphics/
H A Dscreen_mr.cpp109 for (int useY = ypos - height; useY < ypos; ++useY) { in getDrawLayer2() local
110 int tempLayer = getShapeFlag2(useX, useY); in getDrawLayer2()
/dports/audio/traverso/traverso-0.49.6/src/commands/
H A DZoom.cpp87 void Zoom::set_cursor_shape( int useX, int useY ) in set_cursor_shape() argument
90 Q_UNUSED(useY); in set_cursor_shape()
92 if (useX && useY) { in set_cursor_shape()
96 } else if (useY) { in set_cursor_shape()
H A DFade.cpp111 void FadeRange::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
114 Q_UNUSED(useY); in set_cursor_shape()
206 void FadeBend::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
209 Q_UNUSED(useY); in set_cursor_shape()
298 void FadeStrength::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
301 Q_UNUSED(useY); in set_cursor_shape()
H A DFade.h50 void set_cursor_shape(int useX, int useY);
83 void set_cursor_shape(int useX, int useY);
112 void set_cursor_shape(int useX, int useY);
H A DWorkCursorMove.cpp69 void WorkCursorMove::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
72 Q_UNUSED(useY); in set_cursor_shape()
H A DPlayHeadMove.cpp84 void PlayHeadMove::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
87 Q_UNUSED(useY); in set_cursor_shape()
H A DTrackPan.cpp104 void TrackPan::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
107 Q_UNUSED(useY); in set_cursor_shape()
H A DSplitClip.cpp131 void SplitClip::set_cursor_shape(int useX, int useY)
134 Q_UNUSED(useY);
H A DGain.cpp182 void Gain::set_cursor_shape(int useX, int useY) in set_cursor_shape() argument
185 Q_UNUSED(useY); in set_cursor_shape()
H A DWorkCursorMove.h43 void set_cursor_shape(int useX, int useY);
H A DPlayHeadMove.h42 void set_cursor_shape(int useX, int useY);
H A DSplitClip.h47 void set_cursor_shape(int useX, int useY);
H A DTrackPan.h48 void set_cursor_shape(int useX, int useY);
H A DZoom.h50 void set_cursor_shape(int useX, int useY);
H A DGain.h53 void set_cursor_shape(int useX, int useY);
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DCommand.cpp272 void Command::set_cursor_shape( int useX, int useY ) in set_cursor_shape() argument
276 if (useX && useY) { in set_cursor_shape()
280 } else if (useY) { in set_cursor_shape()
/dports/graphics/jogamp-jogl/jogl/src/newt/classes/com/jogamp/newt/event/
H A DPinchToZoomGesture.java176 …final boolean useY = surface.getSurfaceWidth() >= surface.getSurfaceHeight(); // use smallest dime… in process()
214 final int edge0 = useY ? pe.getY(p0Idx) : pe.getX(p0Idx); in process()
215 final int edge1 = useY ? pe.getY(p1Idx) : pe.getX(p1Idx); in process()
224 … final float screenEdge = useY ? surface.getSurfaceHeight() : surface.getSurfaceWidth(); in process()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/graphics/
H A Dscreen_mr.cpp109 for (int useY = ypos - height; useY < ypos; ++useY) { in getDrawLayer2() local
110 int tempLayer = getShapeFlag2(useX, useY); in getDrawLayer2()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dhashmap_fast.go982 var useY uint8
988 useY = 1
992 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
993 dst := &xy[useY] // evacuation destination
1082 var useY uint8
1088 useY = 1
1092 b.tophash[i] = evacuatedX + useY // evacuatedX + 1 == evacuatedY, enforced in makemap
1093 dst := &xy[useY] // evacuation destination
1188 var useY uint8
1194 useY = 1
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/graphicsItems/ViewBox/
H A DViewBox.py1374 useY = True
1396 useY = False
1402 if not any([useX, useY]):
1406 if useX != useY: ## != means xor
1411 useX, useY = useY, useX
1418 itemBounds.append((bounds, useX, useY, pxPad))
1427 for bounds, useX, useY, px in itemBounds:
1428 if useY:
1447 for bounds, useX, useY, px in itemBounds:
1454 for bounds, useX, useY, px in itemBounds:
[all …]

12345