Home
last modified time | relevance | path

Searched refs:yTiles (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/kshisen/kshisen-21.12.3/src/
H A Dboard.cpp178 int Board::yTiles() const in yTiles() function in KShisen::Board
325 for (decltype(yTiles()) j = 0; j < yTiles(); ++j) { in mousePressEvent()
439 for (decltype(yTiles()) y = 0; y < yTiles(); ++y) { in newGame()
499 for (decltype(xTiles() * yTiles()) i = 0; i < xTiles() * yTiles(); ++i) { in newGame()
624 for (decltype(yTiles()) j = 0; j < yTiles(); ++j) { in drawTiles()
846 for (decltype(xTiles() * yTiles()) i = 0; i < xTiles() * yTiles(); ++i) { in performMove()
859 for (decltype(xTiles() * yTiles()) i = 0; i < xTiles() * yTiles(); ++i) { in performMove()
985 for (decltype(yTiles()) j = 0; j < yTiles(); ++j) { in clearHighlight()
1689 for (decltype(yTiles()) y = 0; y < yTiles(); ++y) { in dumpBoard()
1719 for (decltype(yTiles()) y = 0; y < yTiles(); ++y) { in pathFoundBetweenMatchingTiles()
[all …]
H A Dapp.cpp249 …scoreInfo[KScoreDialog::Score].setNum(score(m_board->xTiles(), m_board->yTiles(), m_board->current… in slotEndOfGame()
260 … auto const configGroup = QStringLiteral("%1x%2").arg(m_board->xTiles()).arg(m_board->yTiles()); in slotEndOfGame()
357 auto const configGroup = QStringLiteral("%1x%2").arg(m_board->xTiles()).arg(m_board->yTiles()); in showHighscores()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/iterator/
H A DRandomIterFallback.java41 protected int[] yTiles; field in RandomIterFallback
59 this.yTiles = new int[height]; in RandomIterFallback()
85 yTiles[i] = tileY; in RandomIterFallback()
103 int yIDNew = yTiles[yLocal]; in makeCurrent()
166 yTiles = null; in done()
H A DRandomIterCSM.java48 int yIDNew = yTiles[yLocal]; in makeCurrent()
H A DWritableRandomIterFallback.java34 int yIDNew = yTiles[yLocal]; in makeCurrentWritable()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapRMAP.h37 level_t() : offsetLevel(0), width(0), height(0), xTiles(0), yTiles(0), xscale(0), yscale(0) in level_t()
44 qint32 yTiles; member
H A DCMapRMAP.cpp89 stream >> level.yTiles; in CMapRMAP()
91 for(int j = 0; j < (level.xTiles * level.yTiles); j++) in CMapRMAP()
428 idxy1 = qMin(idxy1, level.yTiles); in draw()
431 idxy2 = qMin(idxy2, level.yTiles); in draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/
H A DSKPBench.cpp62 int yTiles = SkScalarCeilToInt(bounds.height() / SkIntToScalar(tileH)); in onPerCanvasPreDraw() local
64 fSurfaces.reserve(xTiles * yTiles); in onPerCanvasPreDraw()
65 fTileRects.setReserve(xTiles * yTiles); in onPerCanvasPreDraw()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTileManager.java49 int xTiles, yTiles; field in MaskTileManager
98 for (int i = 0; i < yTiles; i++) { in fillMask()
220 yTiles = (maskArea.getHeight() / MASK_SIZE) + 1; in allocTiles()
221 int tileCnt = xTiles * yTiles; in allocTiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/
H A DSKPBench.cpp58 int yTiles = SkScalarCeilToInt(bounds.height() / SkIntToScalar(tileH)); in onPerCanvasPreDraw() local
60 fSurfaces.reserve_back(xTiles * yTiles); in onPerCanvasPreDraw()
61 fTileRects.setReserve(xTiles * yTiles); in onPerCanvasPreDraw()
/dports/graphics/krita/krita-4.4.8/benchmarks/
H A Dkis_random_iterator_benchmark.cpp190 int yTiles = TEST_IMAGE_HEIGHT / TEST_AREA_HEIGHT; in benchmarkTileByTileWrite() local
201 for (int yTile = 0; yTile < yTiles; yTile++){ in benchmarkTileByTileWrite()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sword2/
H A Drender.cpp718 uint16 yTiles = READ_LE_UINT16(parallax + 6); in initializePsxParallaxLayer() local
726 data = parallax + xTiles * yTiles * 4; in initializePsxParallaxLayer()
729 _yBlocks[_layer] = (yTiles / 2) + ((yTiles % 2) ? 1 : 0); in initializePsxParallaxLayer()
730 bool oddTiles = ((yTiles % 2) ? true : false); in initializePsxParallaxLayer()
/dports/games/scummvm/scummvm-2.5.1/engines/sword2/
H A Drender.cpp718 uint16 yTiles = READ_LE_UINT16(parallax + 6); in initializePsxParallaxLayer() local
726 data = parallax + xTiles * yTiles * 4; in initializePsxParallaxLayer()
729 _yBlocks[_layer] = (yTiles / 2) + ((yTiles % 2) ? 1 : 0); in initializePsxParallaxLayer()
730 bool oddTiles = ((yTiles % 2) ? true : false); in initializePsxParallaxLayer()
/dports/graphics/pixie/Pixie/src/ri/
H A Dtexture.cpp725 yTiles = (int) ceil((float) height / (float) tileHeight); in CTiledTexture()
729 dataBlocks = new CTextureBlock*[yTiles]; in CTiledTexture()
730 for (int i=0;i<yTiles;++i) { in CTiledTexture()
748 for (int i=0;i<yTiles;++i) { in ~CTiledTexture()
809 int xTiles,yTiles; member in CTiledTexture
1275 tileIndices = new int[header.xTiles*header.yTiles]; in CDeepShadow()
1279 tileSizes = new int[header.xTiles*header.yTiles]; in CDeepShadow()
1280 fread(tileSizes,sizeof(int),header.xTiles*header.yTiles,in); in CDeepShadow()
1286 tiles = new CDeepTile*[header.yTiles]; in CDeepShadow()
1287 for (int k=0,i=0;i<header.yTiles;++i) { in CDeepShadow()
[all …]
H A Dtexture.h152 int xTiles,yTiles; // The number of tiles variable
/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dgriffon.cpp84 _objectInfo[i].yTiles = 0; in GriffonEngine()

12