Home
last modified time | relevance | path

Searched refs:tileB (Results 1 – 14 of 14) sorted by relevance

/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/mc_compact/
H A Dmovestrat.c203 if( tileB->multi ){
225 tileWidth = tileB->t - tileB->b + tileT->t - tileT->b + 2*yspaceG ;
234 cell = tileB->cell ;
243 cell = tileB->cell ;
602 tileB = *tileB_addr ;
619 tileB = *tileT_addr ;
628 tileB = *tileT_addr ;
637 if( tileB->multi ){
642 cell = tileB->cell ;
668 tileB->l, tileB->r ) ;
[all …]
H A Dmulti.c169 COMPACTPTR tileB ; /* bottom tile */ local
180 tileB = tilea ;
191 if( tileB->b > tileT->b ){
193 tempTile = tileB ;
194 tileB = tileT ;
206 yerror = tileB->t - tileT->b ;
H A Dstdmacro.c523 static int sortbydist( tileA, tileB ) in sortbydist() argument
524 SELECTPTR *tileA , *tileB ; in sortbydist()
530 t2 = *tileB ;
H A Dycompact.c500 int sortbyYX( tileA , tileB ) in sortbyYX() argument
501 COMPACTPTR *tileA , *tileB ; in sortbyYX()
504 if( (*tileA)->b != (*tileB)->b ){
505 return( (*tileA)->b - (*tileB)->b ) ;
508 return( (*tileA)->l - (*tileB)->l ) ;
H A Dxcompact.c545 int sortbyXY( tileA , tileB ) in sortbyXY() argument
546 COMPACTPTR *tileA , *tileB ; in sortbyXY()
549 if( (*tileA)->l != (*tileB)->l ){
550 return( (*tileA)->l - (*tileB)->l ) ;
553 return( (*tileA)->b - (*tileB)->b ) ;
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DCarGame.cpp964 list<block>::iterator tileA, tileB; in sewSeams() local
972 for ((tileB = tileA)++; tileB != blocks.end() && !seam_found; tileB++) in sewSeams()
976 if (tileA->top == tileB->top && tileA->bottom == tileB->bottom) in sewSeams()
978 if (tileA->right == tileB->left) in sewSeams()
980 tileB->left = tileA->left; in sewSeams()
984 else if (tileB->right == tileA->left) in sewSeams()
986 tileB->right = tileA->right; in sewSeams()
991 else if (tileA->left == tileB->left && tileA->right == tileB->right) in sewSeams()
993 if (tileA->top == tileB->bottom) in sewSeams()
995 tileB->bottom = tileA->bottom; in sewSeams()
[all …]
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dtikz-truchet.cwl12 \tileB
13 \tileB[(x,y)]
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Ddoor.c158 Tile *tileB = MapGetTile(mb->Map, vB); in MapAddDoorGroup() local
165 if (TileCanWalk(tileB)) in MapAddDoorGroup()
168 tileB->Class = TileClassesGetMaskedTile( in MapAddDoorGroup()
169 tileB->Class, tileB->Class->Style, "shadow", in MapAddDoorGroup()
170 tileB->Class->Mask, tileB->Class->MaskAlt); in MapAddDoorGroup()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/views/
H A Dsun_moon_strip_widget.cpp153 …Tile *tileB = tile_manager->get_tile((phase == 0) ? 584 : 584 + (8 - phase)); // reverse order in … in display_moons() local
159 display_sun_moon(tileB, posB - 5); in display_moons()
/dports/math/clblas/clBLAS-2.10/src/library/blas/gens/tests/
H A Dt_tilemul.c404 Tile *tileB = &gset->tileBX; in genTest() local
415 genFillTileWithNAN(ctx, tileB); in genTest()
432 for (i = 0; i < tileB->nrRows; i++) { in genTest()
433 for(j = 0; j < tileB->nrCols; j++) { in genTest()
434 sprintfTileElement(&kstr, tileB, i, j, 1); in genTest()
435 sprintf(s, "%s = %u;\n", kstr.buf, i * tileB->nrCols + j); in genTest()
442 fetchOpts.linesNum = (tileB->trans) ? tileB->nrCols : tileB->nrRows; in genTest()
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Dtilesetview.h108 void swapTilesRequested(Tile *tileA, Tile *tileB);
H A Dtilesetdock.h147 void swapTiles(Tile *tileA, Tile *tileB);
H A Dtilesetdock.cpp1190 void TilesetDock::swapTiles(Tile *tileA, Tile *tileB) in swapTiles() argument
1196 undoStack->push(new SwapTiles(mMapDocument, tileA, tileB)); in swapTiles()
/dports/games/frogatto/frogatto-1.3.1/modules/tileciv/data/objects/
H A Dciv_board.cfg198 #input is a list of place tile signatures, eg, [[tileA,[1,1],0], [tileB,[1,2],1]]