Home
last modified time | relevance | path

Searched refs:pTile (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image.c841 …if(pTile->m_borderSize.left && (pTile->m_srcRoi.x > 0 && pTile->m_srcRoi.x < pTile->m_borderSize.l… in owniTilePipeline_ProcBorder()
849 …if(pTile->m_borderSize.top && (pTile->m_srcRoi.y > 0 && pTile->m_srcRoi.y < pTile->m_borderSize.to… in owniTilePipeline_ProcBorder()
975 pTile->m_srcRoi.width = pTile->m_dstRoi.width = pTile->m_maxTileSize.width; in iwiTilePipeline_Init()
976 pTile->m_srcRoi.height = pTile->m_dstRoi.height = pTile->m_maxTileSize.height; in iwiTilePipeline_Init()
1018 pTile->m_srcRoi.width = pTile->m_dstRoi.width = pTile->m_maxTileSize.width; in iwiTilePipeline_InitChild()
1019 pTile->m_srcRoi.height = pTile->m_dstRoi.height = pTile->m_maxTileSize.height; in iwiTilePipeline_InitChild()
1039 pTile = owniTilePipeline_GetRoot(pTile); in iwiTilePipeline_Release()
1048 pTile = pTile->m_pChild; in iwiTilePipeline_Release()
1135 …if(pTile->m_transformStruct.getSrcRoiFun(pTile->m_dstRoi, &pTile->m_srcRoi, pTile->m_transformStru… in iwiTilePipeline_SetRoi()
1253 pTile = pTile->m_pChild; in iwiTilePipeline_SetRoi()
[all …]
H A Diw_image_op_copy.c35 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiCopy_NoMask()
37 if(pTile->m_initialized == ownTileInitSimple) in iwiCopy_NoMask()
39 IwiRoi dstRoi = pTile->m_dstRoi; in iwiCopy_NoMask()
47 else if(pTile->m_initialized == ownTileInitPipe) in iwiCopy_NoMask()
51 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiCopy_NoMask()
52 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiCopy_NoMask()
88 return iwiCopy_NoMask(pSrcImage, pDstImage, pTile); in iwiCopy()
105 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiCopy()
107 if(pTile->m_initialized == ownTileInitSimple) in iwiCopy()
109 IwiRoi dstRoi = pTile->m_dstRoi; in iwiCopy()
[all …]
H A Diw_image_filter_laplacian.c25 IwiBorderType border, const Ipp64f *pBorderVal, const IwiTile *pTile) in iwiFilterLaplacian() argument
52 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiFilterLaplacian()
57 if(pTile->m_initialized == ownTileInitSimple) in iwiFilterLaplacian()
59 IwiRoi dstRoi = pTile->m_dstRoi; in iwiFilterLaplacian()
70 else if(pTile->m_initialized == ownTileInitPipe) in iwiFilterLaplacian()
74 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiFilterLaplacian()
75 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiFilterLaplacian()
79 iwiTilePipeline_GetTileBorder(pTile, &border); in iwiFilterLaplacian()
H A Diw_image_op_copy_merge.c27 …t pSrcImage[], IwiImage *pDstImage, const IwiMergeChannelsParams *pAuxParams, const IwiTile *pTile) in iwiMergeChannels() argument
41 return iwiCopy(pSrcImage[0], pDstImage, NULL, NULL, pTile); in iwiMergeChannels()
82 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiMergeChannels()
84 if(pTile->m_initialized == ownTileInitSimple) in iwiMergeChannels()
86 IwiRoi dstRoi = pTile->m_dstRoi; in iwiMergeChannels()
94 else if(pTile->m_initialized == ownTileInitPipe) in iwiMergeChannels()
98 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiMergeChannels()
99 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiMergeChannels()
H A Diw_image_op_copy_split.c27 …Image, IwiImage* const pDstImage[], const IwiSplitChannelsParams *pAuxParams, const IwiTile *pTile) in iwiSplitChannels() argument
41 return iwiCopy(pSrcImage, pDstImage[0], NULL, NULL, pTile); in iwiSplitChannels()
82 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiSplitChannels()
84 if(pTile->m_initialized == ownTileInitSimple) in iwiSplitChannels()
86 IwiRoi dstRoi = pTile->m_dstRoi; in iwiSplitChannels()
94 else if(pTile->m_initialized == ownTileInitPipe) in iwiSplitChannels()
98 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiSplitChannels()
99 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiSplitChannels()
H A Diw_image_op_set_channel.c24 …, IwiImage *pDstImage, int channelNum, const IwiSetChannelParams *pAuxParams, const IwiTile *pTile) in iwiSetChannel() argument
35 return iwiSet(&value, 1, pDstImage, NULL, NULL, pTile); in iwiSetChannel()
44 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiSetChannel()
46 if(pTile->m_initialized == ownTileInitSimple) in iwiSetChannel()
48 IwiRoi dstRoi = pTile->m_dstRoi; in iwiSetChannel()
55 else if(pTile->m_initialized == ownTileInitPipe) in iwiSetChannel()
57 IwiRoi dstLim; iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiSetChannel()
H A Diw_image_filter_scharr.c25 …lterScharrParams *pAuxParams, IwiBorderType border, const Ipp64f *pBorderVal, const IwiTile *pTile) in iwiFilterScharr() argument
51 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiFilterScharr()
56 if(pTile->m_initialized == ownTileInitSimple) in iwiFilterScharr()
58 IwiRoi dstRoi = pTile->m_dstRoi; in iwiFilterScharr()
69 else if(pTile->m_initialized == ownTileInitPipe) in iwiFilterScharr()
73 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiFilterScharr()
74 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiFilterScharr()
78 iwiTilePipeline_GetTileBorder(pTile, &border); in iwiFilterScharr()
H A Diw_image_op_copy_channel.c24 … IwiImage *pDstImage, int dstChannel, const IwiCopyChannelParams *pAuxParams, const IwiTile *pTile) in iwiCopyChannel() argument
44 return iwiCopy(pSrcImage, pDstImage, NULL, NULL, pTile); in iwiCopyChannel()
54 if(pTile && pTile->m_initialized != ownTileInitNone) in iwiCopyChannel()
56 if(pTile->m_initialized == ownTileInitSimple) in iwiCopyChannel()
58 IwiRoi dstRoi = pTile->m_dstRoi; in iwiCopyChannel()
66 else if(pTile->m_initialized == ownTileInitPipe) in iwiCopyChannel()
70 iwiTilePipeline_GetBoundedSrcRoi(pTile, &srcLim); in iwiCopyChannel()
71 iwiTilePipeline_GetBoundedDstRoi(pTile, &dstLim); in iwiCopyChannel()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dtiles_generic.h94 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
95 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
96 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
98 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
100 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
130 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
131 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
132 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
134 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
166 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
[all …]
H A Dtiles_generic.cpp397 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile()
420 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Clip()
447 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipX()
470 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipX_Clip()
497 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipY()
520 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipY_Clip()
547 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipXY()
570 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipXY_Clip()
601 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Mask()
624 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Mask_Clip()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dtiles_generic.h92 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
93 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
94 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
96 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
98 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
128 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
129 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
130 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
132 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
164 … StartX, INT32 StartY, INT32 nTilePalette, INT32 nColourDepth, INT32 nPaletteOffset, UINT8 *pTile);
[all …]
H A Dtiles_generic.cpp343 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile()
366 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Clip()
393 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipX()
416 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipX_Clip()
443 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipY()
466 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipY_Clip()
493 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipXY()
516 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_FlipXY_Clip()
547 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Mask()
570 pTileData = pTile + (nTileNumber << 6); in Render8x8Tile_Mask_Clip()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/toaplan/
H A Dtoaplan1.cpp6 UINT8* pTile; in ToaLoadTiles() local
14 for (pTile = pDest; pTile < (pDest + nROMSize); pTile += 4) { in ToaLoadTiles()
18 UINT8 nPixels = ((pTile[0 ^ nSwap] >> m) & 1) << 0; in ToaLoadTiles()
19 nPixels |= ((pTile[2 ^ nSwap] >> m) & 1) << 1; in ToaLoadTiles()
20 nPixels |= ((pTile[1 ^ nSwap] >> m) & 1) << 2; in ToaLoadTiles()
21 nPixels |= ((pTile[3 ^ nSwap] >> m) & 1) << 3; in ToaLoadTiles()
22 nPixels |= ((pTile[0 ^ nSwap] >> (m - 1)) & 1) << 4; in ToaLoadTiles()
23 nPixels |= ((pTile[2 ^ nSwap] >> (m - 1)) & 1) << 5; in ToaLoadTiles()
24 nPixels |= ((pTile[1 ^ nSwap] >> (m - 1)) & 1) << 6; in ToaLoadTiles()
25 nPixels |= ((pTile[3 ^ nSwap] >> (m - 1)) & 1) << 7; in ToaLoadTiles()
[all …]
H A Dtoaplan.cpp49 UINT8* pTile; in ToaLoadGP9001Tiles() local
65 for (pTile = pDest; pTile < (pDest + nROMSize); pTile += 4) { in ToaLoadGP9001Tiles()
69 UINT8 nPixels = ((pTile[0 ^ nSwap] >> m) & 1) << 0; in ToaLoadGP9001Tiles()
70 nPixels |= ((pTile[2 ^ nSwap] >> m) & 1) << 1; in ToaLoadGP9001Tiles()
71 nPixels |= ((pTile[1 ^ nSwap] >> m) & 1) << 2; in ToaLoadGP9001Tiles()
72 nPixels |= ((pTile[3 ^ nSwap] >> m) & 1) << 3; in ToaLoadGP9001Tiles()
73 nPixels |= ((pTile[0 ^ nSwap] >> (m - 1)) & 1) << 4; in ToaLoadGP9001Tiles()
74 nPixels |= ((pTile[2 ^ nSwap] >> (m - 1)) & 1) << 5; in ToaLoadGP9001Tiles()
75 nPixels |= ((pTile[1 ^ nSwap] >> (m - 1)) & 1) << 6; in ToaLoadGP9001Tiles()
76 nPixels |= ((pTile[3 ^ nSwap] >> (m - 1)) & 1) << 7; in ToaLoadGP9001Tiles()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/toaplan/
H A Dtoaplan1.cpp6 UINT8* pTile; in ToaLoadTiles() local
14 for (pTile = pDest; pTile < (pDest + nROMSize); pTile += 4) { in ToaLoadTiles()
18 UINT8 nPixels = ((pTile[0 ^ nSwap] >> m) & 1) << 0; in ToaLoadTiles()
19 nPixels |= ((pTile[2 ^ nSwap] >> m) & 1) << 1; in ToaLoadTiles()
20 nPixels |= ((pTile[1 ^ nSwap] >> m) & 1) << 2; in ToaLoadTiles()
21 nPixels |= ((pTile[3 ^ nSwap] >> m) & 1) << 3; in ToaLoadTiles()
22 nPixels |= ((pTile[0 ^ nSwap] >> (m - 1)) & 1) << 4; in ToaLoadTiles()
23 nPixels |= ((pTile[2 ^ nSwap] >> (m - 1)) & 1) << 5; in ToaLoadTiles()
24 nPixels |= ((pTile[1 ^ nSwap] >> (m - 1)) & 1) << 6; in ToaLoadTiles()
25 nPixels |= ((pTile[3 ^ nSwap] >> (m - 1)) & 1) << 7; in ToaLoadTiles()
[all …]
H A Dtoaplan.cpp49 UINT8* pTile; in ToaLoadGP9001Tiles() local
65 for (pTile = pDest; pTile < (pDest + nROMSize); pTile += 4) { in ToaLoadGP9001Tiles()
69 UINT8 nPixels = ((pTile[0 ^ nSwap] >> m) & 1) << 0; in ToaLoadGP9001Tiles()
70 nPixels |= ((pTile[2 ^ nSwap] >> m) & 1) << 1; in ToaLoadGP9001Tiles()
71 nPixels |= ((pTile[1 ^ nSwap] >> m) & 1) << 2; in ToaLoadGP9001Tiles()
72 nPixels |= ((pTile[3 ^ nSwap] >> m) & 1) << 3; in ToaLoadGP9001Tiles()
73 nPixels |= ((pTile[0 ^ nSwap] >> (m - 1)) & 1) << 4; in ToaLoadGP9001Tiles()
74 nPixels |= ((pTile[2 ^ nSwap] >> (m - 1)) & 1) << 5; in ToaLoadGP9001Tiles()
75 nPixels |= ((pTile[1 ^ nSwap] >> (m - 1)) & 1) << 6; in ToaLoadGP9001Tiles()
76 nPixels |= ((pTile[3 ^ nSwap] >> (m - 1)) & 1) << 7; in ToaLoadGP9001Tiles()
[all …]
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw/
H A Diw_image_op.h63 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NULL …
104 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. I…
277 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NU…
317 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If…
362 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NULL -…
410 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NU…
455 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NU…
550 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NULL -…
601 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NU…
648 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. If NU…
[all …]
H A Diw_image.h473 IwiTile *pTile, // [in] Pointer to IwiTile structure
488 IwiTile *pTile, // [in] Pointer to IwiTile structure
497 IwiTile *pTile // [in] Pointer to IwiTile structure
506 const IwiTile *pTile, // [in] Pointer to IwiTile structure
517 const IwiTile *pTile, // [in] Pointer to IwiTile structure
529 const IwiTile *pTile, // [in] Pointer to IwiTile structure
540 IwiTile *pTile, // [in] Pointer to IwiTile structure
565 const IwiTile *pTile, // [in] Pointer to IwiTile structure
575 const IwiTile *pTile, // [in] Pointer to IwiTile structure
585 const IwiTile *pTile, // [in] Pointer to IwiTile structure
[all …]
H A Diw_image_filter.h90 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. I…
141 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tilin…
235 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. I…
293 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. …
351 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tilin…
406 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tilin…
463 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for tiling. …
621 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for t…
688 …const IwiTile *pTile // [in] Pointer to the IwiTile structure for t…
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/neogeo/
H A Dneogeo.cpp261 for (UINT8* pTile = pStart; pTile < pEnd; pTile += 128) { in NeoDecodeSprites() local
279 m |= ((pTile[1 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSprites()
280 m |= ((pTile[2 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSprites()
281 m |= ((pTile[0 + (y << 2)] >> x) & 1) << 0; in NeoDecodeSprites()
288 ((UINT32*)pTile)[n] = data[n]; in NeoDecodeSprites()
322 for (UINT8* pTile = pData; pTile < pEnd; pTile += 128, pDest += 128) { in NeoDecodeSpritesCD() local
330 m |= ((pTile[66 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSpritesCD()
331 m |= ((pTile[65 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSpritesCD()
341 m |= ((pTile[2 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSpritesCD()
342 m |= ((pTile[1 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSpritesCD()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/neogeo/
H A Dneogeo.cpp261 for (UINT8* pTile = pStart; pTile < pEnd; pTile += 128) { in NeoDecodeSprites() local
279 m |= ((pTile[1 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSprites()
280 m |= ((pTile[2 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSprites()
281 m |= ((pTile[0 + (y << 2)] >> x) & 1) << 0; in NeoDecodeSprites()
288 ((UINT32*)pTile)[n] = data[n]; in NeoDecodeSprites()
322 for (UINT8* pTile = pData; pTile < pEnd; pTile += 128, pDest += 128) { in NeoDecodeSpritesCD() local
330 m |= ((pTile[66 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSpritesCD()
331 m |= ((pTile[65 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSpritesCD()
341 m |= ((pTile[2 + (y << 2)] >> x) & 1) << 2; in NeoDecodeSpritesCD()
342 m |= ((pTile[1 + (y << 2)] >> x) & 1) << 1; in NeoDecodeSpritesCD()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DMap.cpp95 Tile* pTile = tileQueue.top(); in createSandRegions() local
98 pTile->setSandRegion(region); in createSandRegions()
122 Tile* pTile = getTile(i,j); in damage() local
124 … affectedAirUnits.insert(pTile->getAirUnitList().begin(), pTile->getAirUnitList().end()); in damage()
125 …affectedGroundAndUndergroundUnits.insert(pTile->getInfantryList().begin(), pTile->getInfantryList(… in damage()
223 && (!pTile->hasAGroundObject() || !pTile->getGroundObject()->isAStructure()) ) in damage()
226 …if(((pTile->getType() == Terrain_Rock) && (pTile->getTerrainTile() == Tile::TerrainTile_RockFull))… in damage()
235 … } else if((pTile->getType() == Terrain_Sand) || (pTile->getType() == Terrain_Spice)) { in damage()
280 …if((pTile->hasAStructure() && !pTile->isConcrete())) { // I need some more conditions to make it i… in isAStructureGap()
300 const Tile* pTile = getTile(i,j); in okayToPlaceStructure() local
[all …]
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dqav.cpp44 void DrawFrame(int x, int y, TILE_FRAME *pTile, int stat, int shade, int palnum) in DrawFrame() argument
46 stat |= pTile->stat; in DrawFrame()
47 int angle = pTile->angle; in DrawFrame()
60 palnum = pTile->palnum; in DrawFrame()
61 rotatesprite((x + pTile->x) << 16, (y + pTile->y) << 16, pTile->z, angle, in DrawFrame()
62 pTile->picnum, ClipRange(pTile->shade + shade, -128, 127), palnum, stat, in DrawFrame()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/units/
H A DTrackedUnit.cpp69 Tile* pTile = currentGameMap->getTile(xPos, yPos); in canPass() local
71 if(pTile->isMountain()) { in canPass()
75 if(pTile->hasAGroundObject()) { in canPass()
76 ObjectBase *pObject = pTile->getGroundObject(); in canPass()
93 …if (!pTile->hasANonInfantryGroundObject() && (pTile->getInfantryTeam() != getOwner()->getTeam())) { in canPass()
/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/encode/
H A Dstrenc.c98 CWMITile * pTile = pSC->pTile + pSC->cTileColumn; in writeTileHeaderDC() local
114 pTile->pQuantizerDC[i]->iOffset = (pTile->pQuantizerDC[i]->iQP >> 1); in writeTileHeaderDC()
131 CWMITile * pTile = pSC->pTile + pSC->cTileColumn; in writeTileHeaderLP() local
151 pTile->cBitsLP = dquantBits(pTile->cNumQPLP); in writeTileHeaderLP()
175 CWMITile * pTile = pSC->pTile + pSC->cTileColumn; in writeTileHeaderHP() local
182pTile->cNumQPHP = (pTile->bUseLP == TRUE ? pTile->cNumQPLP : (U8)((rand() & 0xf) + 1)); // # of LP… in writeTileHeaderHP()
194 pTile->cBitsHP = dquantBits(pTile->cNumQPHP); in writeTileHeaderHP()
1157 cMBs += pTile[i]; in validateTiling()
1170 pTile[i] += pTile[i - 1]; in validateTiling()
1172 pTile[i] = pTile[i - 1]; in validateTiling()
[all …]

12345678910