Home
last modified time | relevance | path

Searched refs:xpbpl (Results 1 – 2 of 2) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A D2d.cpp545 int32_t const xpbpl = xp*bytesperline; in editorDraw2dCircle() local
550 drawpixel_safe((char *) (p + yp + xpbpl), col); // 1 in editorDraw2dCircle()
556 drawpixel_safe((char *) (p - yp + xpbpl), col); // 4 in editorDraw2dCircle()
558 drawpixel_safe((char *) (p - yp - xpbpl), col); // 5 in editorDraw2dCircle()
564 drawpixel_safe((char *) (p + yp - xpbpl), col); // 8 in editorDraw2dCircle()
590 int32_t const xpbpl = xp*bytesperline; in editorDraw2dCircle() local
593 drawpixel_safe((char *) (p + yp + xpbpl), col); // 1 in editorDraw2dCircle()
599 drawpixel_safe((char *) (p - yp + xpbpl), col); // 4 in editorDraw2dCircle()
601 drawpixel_safe((char *) (p - yp - xpbpl), col); // 5 in editorDraw2dCircle()
607 drawpixel_safe((char *) (p + yp - xpbpl), col); // 8 in editorDraw2dCircle()
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dengine.c10550 int xp, yp, xpbpl, ypbpl, d, de, dse, patc=0; in drawcircle16() local
10604 xpbpl = xp*bytesperline; in drawcircle16()
10607 drawpixel((void *)(p+yp+xpbpl), col); // 1 in drawcircle16()
10613 drawpixel((void *)(p-yp+xpbpl), col); // 4 in drawcircle16()
10615 drawpixel((void *)(p-yp-xpbpl), col); // 5 in drawcircle16()
10621 drawpixel((void *)(p+yp-xpbpl), col); // 8 in drawcircle16()