Lines Matching refs:fbuf
20 fbuf = framebuf.FrameBuffer(buf, w, h, framebuf.GS2_HMSB) variable
23 fbuf.fill(3)
25 fbuf.fill(0)
29 fbuf.pixel(0, 0, 1)
30 fbuf.pixel(3, 0, 2)
31 fbuf.pixel(0, 4, 3)
32 fbuf.pixel(3, 4, 2)
36 print(fbuf.pixel(0, 4), fbuf.pixel(1, 1))
39 fbuf.fill(0)
40 fbuf.pixel(2, 2, 3)
42 fbuf.scroll(0, 1)
44 fbuf.scroll(1, 0)
46 fbuf.scroll(-1, -2)
60 fbuf.fill(3)
61 fbuf.blit(fbuf2, 3, 3, 0)
62 fbuf.blit(fbuf2, -1, -1, 0)
63 fbuf.blit(fbuf2, 16, 16, 0)