Home
last modified time | relevance | path

Searched refs:pMapArray (Results 1 – 3 of 3) sorted by relevance

/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DMapSeed.cpp128 static void SmoothNeighbourhood(Sint16 index, Uint32* pMapArray) { in SmoothNeighbourhood() argument
134 TileType = (Sint16) pMapArray[index]; in SmoothNeighbourhood()
137 pMapArray[index] = 9; in SmoothNeighbourhood()
138 SmoothNeighbourhood(index,pMapArray); in SmoothNeighbourhood()
148 if(BoolArray[pMapArray[Pos]] == 1) { in SmoothNeighbourhood()
149 pMapArray[index] = 8; in SmoothNeighbourhood()
152 if(pMapArray[Pos] == 9) in SmoothNeighbourhood()
155 pMapArray[Pos]=8; in SmoothNeighbourhood()
161 pMapArray[index] = 8; in SmoothNeighbourhood()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx2726 …std::unique_ptr<const SfxItemPropertyMapEntry*[]> pMapArray(new const SfxItemPropertyMapEntry*[nCo… in setPropertyValuesTolerant() local
2735 pMapArray[i] = pEntry; in setPropertyValuesTolerant()
2761 const SfxItemPropertyMapEntry* pEntry = pMapArray[i]; in setPropertyValuesTolerant()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dcellsuno.cxx2717 …std::unique_ptr<const SfxItemPropertySimpleEntry*[]> pMapArray(new const SfxItemPropertySimpleEntr… in setPropertyValuesTolerant() local
2726 pMapArray[i] = pEntry; in setPropertyValuesTolerant()
2752 const SfxItemPropertySimpleEntry* pEntry = pMapArray[i]; in setPropertyValuesTolerant()