if (x0 <= t[j].x) drawLine(x0, y0, t[j].x, t[j].y); else drawLine(t[j].x, t[j].y, x0, y0);
#define BL_PSET 0x00000004 #define BL_PAND 0x00000005 #define BL_POR 0x00000006 #define BL_PXOR 0x00000007 #define BL_DBGFLSH 0x00000040 #define BL_RLSFLSH 0x00000060 #define BL_DEBUG BL_DBGFLSH #define BL_RELEASE BL_RLSFLSH
drawPtrn(8, 8, 100, 100, "%name=sample ○=#000000 ●=#FFFFFF", "●●●●●●●●" "●○○○○○○●" "●○●●●●○●" "●○●○○●○●" "●○●○○●○●" "●○●●●●○●" "●○○○○○○●" "●●●●●●●●" );