Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A D2d.cpp544 int32_t const ypbpl = yp*bytesperline; in editorDraw2dCircle() local
552 drawpixel_safe((char *) (p + xp + ypbpl), col); // 2 in editorDraw2dCircle()
554 drawpixel_safe((char *) (p - xp + ypbpl), col); // 3 in editorDraw2dCircle()
560 drawpixel_safe((char *) (p - xp - ypbpl), col); // 6 in editorDraw2dCircle()
562 drawpixel_safe((char *) (p + xp - ypbpl), col); // 7 in editorDraw2dCircle()
589 int32_t const ypbpl = yp*bytesperline; in editorDraw2dCircle() local
595 drawpixel_safe((char *) (p + xp + ypbpl), col); // 2 in editorDraw2dCircle()
597 drawpixel_safe((char *) (p - xp + ypbpl), col); // 3 in editorDraw2dCircle()
603 drawpixel_safe((char *) (p - xp - ypbpl), col); // 6 in editorDraw2dCircle()
605 drawpixel_safe((char *) (p + xp - ypbpl), col); // 7 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
10603 ypbpl = yp*bytesperline; in drawcircle16()
10609 drawpixel((void *)(p+xp+ypbpl), col); // 2 in drawcircle16()
10611 drawpixel((void *)(p-xp+ypbpl), col); // 3 in drawcircle16()
10617 drawpixel((void *)(p-xp-ypbpl), col); // 6 in drawcircle16()
10619 drawpixel((void *)(p+xp-ypbpl), col); // 7 in drawcircle16()