Home
last modified time | relevance | path

Searched refs:round_over (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Dtron.cpp75 int score1 = 0, score2 = 0, round_over = 0, ix1 = -1, iy1 = -1, x1 = 0, y1 = 0, u1 = 0, v1 = 0, in main() local
100 round_over = 0; in main()
131 img(ix1,iy1,2)!=background(ix1,iy1,2)))) { round_over=1; score2++; } in main()
139 … img(ix2,iy2,2)!=background(ix2,iy2,2)))) { round_over=2; score1++; } in main()
178 if (round_over) { in main()
179 const int xc = round_over==1?x1:x2, yc = round_over==1?y1:y2; in main()
180 …for (int r=0; r<50; r+=3) img.draw_circle(xc,yc,r,round_over==1?blue:red,r/300.0f).display(disp.wa… in main()
182 …((+img)*=(50 - rr)/50.0f).draw_circle(xc,yc,(50 + rr),round_over==1?blue:red,1/6.0f).display(disp.… in main()
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Dtron.cpp75 int score1 = 0, score2 = 0, round_over = 0, ix1 = -1, iy1 = -1, x1 = 0, y1 = 0, u1 = 0, v1 = 0, in main() local
100 round_over = 0; in main()
131 img(ix1,iy1,2)!=background(ix1,iy1,2)))) { round_over=1; score2++; } in main()
139 … img(ix2,iy2,2)!=background(ix2,iy2,2)))) { round_over=2; score1++; } in main()
178 if (round_over) { in main()
179 const int xc = round_over==1?x1:x2, yc = round_over==1?y1:y2; in main()
180 …for (int r=0; r<50; r+=3) img.draw_circle(xc,yc,r,round_over==1?blue:red,r/300.0f).display(disp.wa… in main()
182 …((+img)*=(50 - rr)/50.0f).draw_circle(xc,yc,(50 + rr),round_over==1?blue:red,1/6.0f).display(disp.… in main()
/dports/games/legesmotus/legesmotus-0.4.0/client/
H A DClientNetwork.cpp164 m_controller.round_over(reader); in process_server_packet()
H A DGameController.hpp430 void round_over(PacketReader& reader);
H A DGameController.cpp2806 void GameController::round_over(PacketReader& reader) { in round_over() function in GameController