Home
last modified time | relevance | path

Searched refs:SolidMask (Results 1 – 9 of 9) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4SolidMask.cpp72 ox = pForObject->GetX() + pForObject->Def->Shape.x + pForObject->SolidMask.tx; in Put()
73 oy = pForObject->GetY() + pForObject->Def->Shape.y + pForObject->SolidMask.ty; in Put()
86 …->Bits + (ycnt+pClipRect->ty+pForObject->SolidMask.y)*pSolidMask->Pitch + pClipRect->tx + pForObje… in Put()
120 int centerx = pForObject->Def->Shape.x + pForObject->SolidMask.tx + pForObject->SolidMask.Wdt / 2; in Put()
121 int centery = pForObject->Def->Shape.y + pForObject->SolidMask.ty + pForObject->SolidMask.Hgt / 2; in Put()
140 int32_t w = pForObject->SolidMask.Wdt; in Put()
141 int32_t h = pForObject->SolidMask.Hgt; in Put()
142 int32_t mx0 = pForObject->SolidMask.x; in Put()
143 int32_t my0 = pForObject->SolidMask.y; in Put()
335 …hics()->GetBitmap(), pForObject->SolidMask.x, pForObject->SolidMask.y, pForObject->SolidMask.Wdt, … in Draw()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4Def.cpp99 SolidMask.Default(); in DefaultDefCore()
218 …pComp->Value(mkNamingAdapt(SolidMask, "SolidMask", TargetRect0 … in CompileFunc()
473 …if (SolidMask.x<0 || SolidMask.y<0 || SolidMask.x + SolidMask.Wdt>pSolidMask->Wdt || SolidMask.y +… in LoadSolidMask()
475 else if (SolidMask.Wdt) in LoadSolidMask()
479 SolidMask.Default(); in LoadSolidMask()
H A DC4Object.cpp127 SolidMask.Default(); in Default()
219 SolidMask=Def->SolidMask; in Init()
341 SolidMask.Wdt = 0; in AssignRemoval()
1074 SolidMask=Def->SolidMask; in ChangeDef()
1937 if (SolidMask.Wdt) in Draw()
2486 SolidMask.Set(0,0,0,0,0,0); in CheckSolidMaskRect()
2489 SolidMask.Set(std::max<int32_t>(SolidMask.x,0), std::max<int32_t>(SolidMask.y,0), in CheckSolidMaskRect()
2490 …std::min<int32_t>(SolidMask.Wdt,sfcGraphics->Wdt-SolidMask.x), std::min<int32_t>(SolidMask.Hgt, sf… in CheckSolidMaskRect()
2491 SolidMask.tx, SolidMask.ty); in CheckSolidMaskRect()
2492 if (SolidMask.Hgt<=0) SolidMask.Wdt=0; in CheckSolidMaskRect()
[all …]
H A DC4Def.h108 C4TargetRect SolidMask; variable
H A DC4Object.h150 C4TargetRect SolidMask; variable
/dports/games/devilutionX/devilutionX-1.2.1/Source/
H A Drender.cpp235 const DWORD SolidMask[TILE_HEIGHT] = { variable
473 mask = &SolidMask[TILE_HEIGHT - 1]; in RenderTile()
514 mask = &SolidMask[TILE_HEIGHT - 1]; in RenderTile()
/dports/games/eureka/eureka-1.27b-source/src/
H A Dui_linedef.h104 int SolidMask(const LineDef *L, int side) const;
H A Dui_linedef.cc762 int right_mask = SolidMask(L, SIDE_RIGHT); in UpdateField()
763 int left_mask = SolidMask(L, SIDE_LEFT); in UpdateField()
955 int UI_LineBox::SolidMask(const LineDef *L, int side) const in SolidMask() function in UI_LineBox
/dports/games/openclonk/openclonk-release-8.1-src/docs/
H A Dde.po3279 …gid "X position of the top left corner of the new SolidMask rectangle within the definition's Soli…
3284 …gid "Y position of the top left corner of the new SolidMask rectangle within the definition's Soli…
3289 msgid "Width of the new SolidMask rectangle within the definition's SolidMask.png image."
3290 msgstr "Breite der neuen SolidMask in der Definitionsgrafik"
3294 msgid "Height of the new SolidMask rectangle within the definition's SolidMask.png image."
3295 msgstr "Höhe der neuen SolidMask in der Definitionsgrafik"
3316 msgid "Removes the SolidMask for the calling object."
3317 msgstr "Löscht die SolidMask für das aufrufende Objekt."
20737 …t. Target rectangle from the <emlink href=\"definition/index.html#SolidMask\">SolidMask.png</emlin…
23621 #~ msgid "SolidMask"
[all …]