Home
last modified time | relevance | path

Searched refs:boxm (Results 1 – 11 of 11) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dboxes.cpp703 ++boxm; in getBoxConnectionBase()
706 ++boxm; in getBoxConnectionBase()
741 for (; *boxm != 0xFF; ++boxm) { in getNextBox()
753 boxm += numOfBoxes + boxm[from]; in getNextBox()
778 while (boxm < end && *boxm != 0xFF) in getNextBox()
780 boxm++; in getNextBox()
784 while (boxm < end && boxm[0] != 0xFF) { in getNextBox()
785 if (boxm[0] <= to && to <= boxm[1]) in getNextBox()
940 boxm++; in printMatrix()
1232 boxm++; in areBoxesNeighbors()
[all …]
H A Ddebugger.cpp563 byte *boxm = _vm->getBoxMatrixBaseAddr(); in Cmd_PrintBoxMatrix() local
569 boxm += num; in Cmd_PrintBoxMatrix()
574 debugPrintf("[%d] ", *boxm++); in Cmd_PrintBoxMatrix()
576 while (*boxm != 0xFF) { in Cmd_PrintBoxMatrix()
577 debugPrintf("[%d-%d=>%d] ", boxm[0], boxm[1], boxm[2]); in Cmd_PrintBoxMatrix()
578 boxm += 3; in Cmd_PrintBoxMatrix()
580 boxm++; in Cmd_PrintBoxMatrix()
H A Dscript_v6.cpp3026 const byte *boxd = NULL, *boxm = NULL; in o6_setBoxSet() local
3045 boxm = boxms.findNext(MKTAG('B','O','X','M')); in o6_setBoxSet()
3047 if (!boxm) in o6_setBoxSet()
3050 mboxSize = READ_BE_UINT32(boxm + 4) - 8; in o6_setBoxSet()
3054 memcpy(matrix, boxm + 8, mboxSize); in o6_setBoxSet()
H A Dactor.cpp340 byte* boxm = _vm->getBoxConnectionBase(_walkboxQueue[_walkboxQueueIndex - 1]); in walkBoxQueuePrepare() local
343 for (; *boxm != kInvalidBox; ++boxm) { in walkBoxQueuePrepare()
344 if (walkBoxQueueFind(*boxm) != true) in walkBoxQueuePrepare()
348 BoxFound = *boxm; in walkBoxQueuePrepare()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dboxes.cpp703 ++boxm; in getBoxConnectionBase()
706 ++boxm; in getBoxConnectionBase()
741 for (; *boxm != 0xFF; ++boxm) { in getNextBox()
753 boxm += numOfBoxes + boxm[from]; in getNextBox()
778 while (boxm < end && *boxm != 0xFF) in getNextBox()
780 boxm++; in getNextBox()
784 while (boxm < end && boxm[0] != 0xFF) { in getNextBox()
785 if (boxm[0] <= to && to <= boxm[1]) in getNextBox()
940 boxm++; in printMatrix()
1232 boxm++; in areBoxesNeighbors()
[all …]
H A Ddebugger.cpp566 byte *boxm = _vm->getBoxMatrixBaseAddr(); in Cmd_PrintBoxMatrix() local
572 boxm += num; in Cmd_PrintBoxMatrix()
577 debugPrintf("[%d] ", *boxm++); in Cmd_PrintBoxMatrix()
579 while (*boxm != 0xFF) { in Cmd_PrintBoxMatrix()
580 debugPrintf("[%d-%d=>%d] ", boxm[0], boxm[1], boxm[2]); in Cmd_PrintBoxMatrix()
581 boxm += 3; in Cmd_PrintBoxMatrix()
583 boxm++; in Cmd_PrintBoxMatrix()
H A Dscript_v6.cpp3066 const byte *boxd = NULL, *boxm = NULL; in o6_setBoxSet() local
3085 boxm = boxms.findNext(MKTAG('B','O','X','M')); in o6_setBoxSet()
3087 if (!boxm) in o6_setBoxSet()
3090 mboxSize = READ_BE_UINT32(boxm + 4) - 8; in o6_setBoxSet()
3094 memcpy(matrix, boxm + 8, mboxSize); in o6_setBoxSet()
H A Dactor.cpp348 byte* boxm = _vm->getBoxConnectionBase(_walkboxQueue[_walkboxQueueIndex - 1]); in walkBoxQueuePrepare() local
351 for (; *boxm != kInvalidBox; ++boxm) { in walkBoxQueuePrepare()
352 if (walkBoxQueueFind(*boxm) != true) in walkBoxQueuePrepare()
356 BoxFound = *boxm; in walkBoxQueuePrepare()
/dports/misc/vxl/vxl-3.3.2/core/bin/
H A Dcheck_dsp76 …cam|sdet|vidl|vpgl|vil)_pro|bseg/(bapl|bbgm|bmdl|boxm|brec|bvpl|bvxm)/pro|bseg/(boxm/algo(|/rt|/sp…
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dboxfunc4.c1476 BOX *boxs, *boxm, *boxd, *boxempty; in boxaModifyWithBoxa() local
1503 boxm = boxaGetValidBox(boxam, i, L_CLONE); in boxaModifyWithBoxa()
1504 if (!boxs || !boxm) { in boxaModifyWithBoxa()
1508 boxGetGeometry(boxm, &lm, &tm, &wm, &hm); in boxaModifyWithBoxa()
1548 boxDestroy(&boxm); in boxaModifyWithBoxa()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dscrollbar.c753 int boxm = BOX_MARGIN; in OpenLookRedrawAreaScrollBar() local
764 boxh+boxm, BUTTON_HEIGHT*3, TRUE); in OpenLookRedrawAreaScrollBar()
766 boxh+boxm, button_bi.length, FALSE); in OpenLookRedrawAreaScrollBar()