Home
last modified time | relevance | path

Searched refs:fb (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Dframebuf_subclass.py19 fb = FB(n=3) variable
20 fb.pixel(0, 0, 0x0102)
21 fb.foo()
22 print(bytes(fb))
26 fb.fill(0)
27 fb.pixel(0, 0, 0x0506)
28 fb.pixel(2, 2, 0x0708)
29 fb2.blit(fb, 0, 0)
38 fb.blit(NotAFrameBuf(), 0, 0)
43 fb.blit(None, 0, 0)
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodframebuf.c157 uint8_t *b = &((uint8_t *)fb->buf)[(y >> 3) * fb->stride + x]; in mvlsb_fill_rect()
170 ((uint16_t *)fb->buf)[x + y * fb->stride] = col; in rgb565_setpixel()
174 return ((uint16_t *)fb->buf)[x + y * fb->stride]; in rgb565_getpixel()
178 uint16_t *b = &((uint16_t *)fb->buf)[x + y * fb->stride]; in rgb565_fill_rect()
198 uint8_t pixel = ((uint8_t *)fb->buf)[(x + y * fb->stride) >> 2]; in gs2_hmsb_getpixel()
228 return ((uint8_t *)fb->buf)[(x + y * fb->stride) >> 1] >> 4; in gs4_hmsb_getpixel()
265 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride)]; in gs8_setpixel()
270 return ((uint8_t *)fb->buf)[(x + y * fb->stride)]; in gs8_getpixel()
274 uint8_t *pixel = &((uint8_t *)fb->buf)[(x + y * fb->stride)]; in gs8_fill_rect()
292 formats[fb->format].setpixel(fb, x, y, col); in setpixel()
[all …]
/AliOS-Things-master/components/py_engine/framework/
A Dsh1106.py37 fb = framebuf.FrameBuffer(
39 self.framebuf = fb
41 self.fill = fb.fill
43 self.hline = fb.hline
44 self.vline = fb.vline
45 self.line = fb.line
46 self.rect = fb.rect
47 self.pixel = fb.pixel
48 self.scroll = fb.scroll
49 self.text = fb.text
[all …]
/AliOS-Things-master/components/py_engine/engine/py/
A Dformatfloat.c72 union floatbits fb = {x}; in fp_signbit() local
73 return fb.u & FLT_SIGN_MASK; in fp_signbit()
78 union floatbits fb = {x}; in fp_iszero() local
79 return fb.u == 0; in fp_iszero()
82 union floatbits fb = {x}; in fp_isless1() local
83 return fb.u < 0x3f800000; in fp_isless1()
/AliOS-Things-master/components/drivers/external_device/sh1106/
A DREADME.md68 > 是否支持fb框架,设置为0,不支持fb框架,支持输出显示;设置为1,支持fb框架:
/AliOS-Things-master/components/drivers/external_device/ili9341/src/
A Dili9341_fb.c24 uint8_t *fb; member
170 info->screen_base = _lcd.fb; in ili9341_fb_init()
/AliOS-Things-master/components/udisplay/src/
A Dudisplay.c346 uint8_t *fb = NULL; in udisplay_get_framebuffer() local
352 fb = get_display_buffer_addr(ctx->fb_id); in udisplay_get_framebuffer()
354 return fb; in udisplay_get_framebuffer()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c600 drmModeFB *fb = drmModeGetFB(viddata->drm_fd, dispdata->saved_crtc->buffer_id); in KMSDRM_VideoInit() local
601 display.desktop_mode.format = drmToSDLPixelFormat(fb->bpp, fb->depth); in KMSDRM_VideoInit()
602 drmModeFreeFB(fb); in KMSDRM_VideoInit()
/AliOS-Things-master/components/debug/
A DREADME.md222 0x80000070: 60008919 60008919 600147fb 60008919
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c730 const GLfloat fb = ((GLfloat) b) * inv255f; in SetDrawState() local
732 data->glColor4f(fr, fg, fb, fa); in SetDrawState()
876 const GLfloat fb = ((GLfloat) b) * inv255f; in GLES_RunCommandQueue() local
878 data->glClearColor(fr, fg, fb, fa); in GLES_RunCommandQueue()
/AliOS-Things-master/components/ucamera/
A DREADME.md138 camera_fb_t *fb = NULL;
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c49822 duk_fixedbuffer *fb = st->fb; local
49870 duk_fixedbuffer *fb = st->fb; local
49914 duk_fixedbuffer *fb = st->fb; local
49982 duk_fixedbuffer *fb = st->fb; local
50286 duk_fixedbuffer *fb = st->fb; local
50333 duk_fixedbuffer *fb = st->fb; local
50361 duk_fixedbuffer *fb = st->fb; local
50455 duk_fixedbuffer *fb = st->fb; local
50480 duk_fixedbuffer *fb = st->fb; local
50490 duk_fixedbuffer *fb = st->fb; local
[all …]
/AliOS-Things-master/solutions/ucloud_ai_demo/
A DREADME.md98 camera_fb_t *fb = NULL;
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c1183 const GLfloat fb = ((GLfloat) b) * inv255f; in GL_RunCommandQueue() local
1185 data->glClearColor(fr, fg, fb, fa); in GL_RunCommandQueue()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c1274 const GLfloat fb = ((GLfloat) b) * inv255f; in GLES2_RunCommandQueue() local
1276 data->glClearColor(fr, fg, fb, fa); in GLES2_RunCommandQueue()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h906 DetachedBuffer fb(allocator_, own_allocator_, buf_, reserved_, cur_,
914 return fb;
/AliOS-Things-master/components/littlevgl/
A DREADME.md84 - [Linux frame buffer](https://blog.littlevgl.com/2018-01-03/linux_fb) (/dev/fb)
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_boot_all_2nd.bin47 hC�B�� k �2!```5��*��#jY!b��T&jcj�B��fb[F�\+�ؙ� +����ZF;�T�j,�[A A@F'`c`1R�I�B �!i?H…
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dtestimg.ppm4 …7<�05�-.�63�H@�TJ�NE�=7�0.�.0�27�3$�</�,"�7/�2,�6/�g\�m^�XC�\C�W?�R=�\L�ja�fb�UT�AI�>D�<@�?>�C>�JB…
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin13 `�fb������������(*��������! �����t�� ��%���� �����HhA��!A��a` !����
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog3329 437999fb introduce a generic WebPPictureHasTransparency() function

Completed in 344 milliseconds