Searched defs:xCenter (Results 1 – 2 of 2) sorted by relevance
58 …m.def("draw_circle", [](Framebuffer& fb, int32_t xCenter, int32_t yCenter, int32_t radius, RGB col… in init_pykmstest()
451 void draw_circle(IFramebuffer& fb, int32_t xCenter, int32_t yCenter, int32_t radius, RGB color) in draw_circle()