Home
last modified time | relevance | path

Searched refs:block_point (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment.cc837 const LayoutUnit block_point = logical_point.block_offset; in PositionForPointInInlineFormattingContext() local
866 if (block_point >= line_min && block_point < line_max) { in PositionForPointInInlineFormattingContext()
872 if (block_point < line_min) { in PositionForPointInInlineFormattingContext()
879 if (block_point >= line_max) { in PositionForPointInInlineFormattingContext()
/dports/devel/py-numba/numba-0.51.2/numba/cuda/simulator/
H A Dkernel.py247 for block_point in np.ndindex(*self._block_dim):
250 t = BlockThread(target, self, grid_point, block_point)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/ng/
H A Dng_paint_fragment.cc1057 const LayoutUnit block_point = logical_point.block_offset; in PositionForPointInInlineFormattingContext() local
1080 if (block_point >= line_min && block_point < line_max) { in PositionForPointInInlineFormattingContext()
1086 if (block_point < line_min) { in PositionForPointInInlineFormattingContext()
1093 if (block_point >= line_max) { in PositionForPointInInlineFormattingContext()
/dports/games/nethack33/nethack-3.3.1/src/
H A Dlock.c682 block_point(x,y); /* vision: no longer see there */ in doclose()
776 block_point(x, y);
812 block_point(x, y);
H A Dvault.c47 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
378 block_point(x,y);
400 block_point(x,y);
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dlock.c682 block_point(x,y); /* vision: no longer see there */ in doclose()
776 block_point(x, y);
812 block_point(x, y);
H A Dvault.c47 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
378 block_point(x,y);
400 block_point(x,y);
/dports/games/nethack34/nethack-3.4.3/src/
H A Dlock.c689 block_point(x,y); /* vision: no longer see there */ in doclose()
783 block_point(x, y);
819 block_point(x, y);
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
417 block_point(x,y);
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dlock.c689 block_point(x,y); /* vision: no longer see there */ in doclose()
783 block_point(x, y);
819 block_point(x, y);
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
417 block_point(x,y);
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dlock.c689 block_point(x,y); /* vision: no longer see there */ in doclose()
783 block_point(x, y);
819 block_point(x, y);
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
417 block_point(x,y);
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Dlock.c682 block_point(x,y); /* vision: no longer see there */ in doclose()
776 block_point(x, y);
812 block_point(x, y);
H A Dvault.c47 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
378 block_point(x,y);
400 block_point(x,y);
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dlock.c760 block_point(x,y); /* vision: no longer see there */ in doclose()
859 block_point(x, y);
904 block_point(x, y);
H A Dvault.c50 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
420 block_point(x,y);
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dlock.c733 block_point(x,y); /* vision: no longer see there */ in doclose()
827 block_point(x, y);
863 block_point(x, y);
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
417 block_point(x,y);
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dlock.c862 block_point(x, y); /* vision: no longer see there */ in doclose()
970 block_point(x, y);
1006 block_point(x, y);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dlock.c862 block_point(x, y); /* vision: no longer see there */ in doclose()
970 block_point(x, y);
1006 block_point(x, y);
/dports/games/unnethack/unnethack-5.1.0-20131208/tests/wishing/
H A Dmocks.h64 void block_point(int x, int y) {} in block_point() function
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dlock.c967 block_point(x,y); /* vision: no longer see there */ in doclose()
1066 block_point(x, y);
1111 block_point(x, y);
H A Dvault.c52 if(!ACCESSIBLE(levl[fcx][fcy].typ)) block_point(fcx,fcy);
417 block_point(x,y);
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dlock.c962 block_point(x, y); /* vision: no longer see there */ in doclose()
1085 block_point(x, y); in doorlock()

1234567