Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dborder.cpp223 SWBOOL RectOverlap(short tx1, short ty1, short bx1, short by1, short tx2, short ty2, short bx2, sho… in RectOverlap() function
248 if (RectOverlap(i, j, k, l, wx1 - 1, wy1 - 1, wx2 + 1, wy1)) in DrawBorderShade()
256 if (RectOverlap(i, j, k, l, wx1 - 1, wy2, wx2 + 1, wy2 + 1)) in DrawBorderShade()
263 if (RectOverlap(i, j, k, l, wx1 - 1, wy1 - 1, wx1, wy2 + 1)) in DrawBorderShade()
270 if (RectOverlap(i, j, k, l, wx2, wy1 - 1, wx2 + 1, wy2 + 1)) in DrawBorderShade()
357 if (RectOverlap(i, j, k, l, x, y, windowxy1.x-1, y2)) in DrawBorder()
364 if (RectOverlap(i, j, k, l, windowxy2.x+1, y, x2, y2)) in DrawBorder()
371 if (RectOverlap(i, j, k, l, windowxy1.x, y, windowxy2.x, windowxy1.y-1)) in DrawBorder()
378 if (RectOverlap(i, j, k, l, windowxy1.x, windowxy2.y+1, windowxy2.x, y2)) in DrawBorder()
400 if (RectOverlap(i, j, k, l, x, y, panl, y2)) in DrawPanelBorderSides()
[all …]
/dports/games/jfsw/jfsw-c434002/src/
H A Dborder.c224 BOOL RectOverlap(short tx1, short ty1, short bx1, short by1, short tx2, short ty2, short bx2, short… in RectOverlap() function
249 if (RectOverlap(i, j, k, l, wx1 - 1, wy1 - 1, wx2 + 1, wy1)) in DrawBorderShade()
258 if (RectOverlap(i, j, k, l, wx1 - 1, wy2, wx2 + 1, wy2 + 1)) in DrawBorderShade()
266 if (RectOverlap(i, j, k, l, wx1 - 1, wy1 - 1, wx1, wy2 + 1)) in DrawBorderShade()
274 if (RectOverlap(i, j, k, l, wx2, wy1 - 1, wx2 + 1, wy2 + 1)) in DrawBorderShade()
352 if (RectOverlap(i, j, k, l, x, y, windowx1-1, y2)) in DrawBorder()
360 if (RectOverlap(i, j, k, l, windowx2+1, y, x2, y2)) in DrawBorder()
368 if (RectOverlap(i, j, k, l, windowx1, y, windowx2, windowy1-1)) in DrawBorder()
376 if (RectOverlap(i, j, k, l, windowx1, windowy2+1, windowx2, y2)) in DrawBorder()
400 if (RectOverlap(i, j, k, l, x, y, panl, y2)) in DrawPanelBorderSides()
[all …]
/dports/lang/yap/yap-6.2.2/packages/udi/
H A Drtree.c28 static int RectOverlap (rect_t, rect_t);
104 RectOverlap (s,n->branch[i].mbr)) in RTreeSearchNode()
111 RectOverlap (s,n->branch[i].mbr)) in RTreeSearchNode()
485 static int RectOverlap (rect_t r, rect_t s) in RectOverlap() function