nuttx/libs/libnx/nxglib
Huang Qi fd78f83e02 drivers/video: Refine the update region notification mechanism
1.Expose the notification through fb_vtable_s::updatearea
2.Incorporate old nx_notify_rectangle into the new updatearea callback
3.Migrate the calle of nx_notify_rectangle to fb_vtable_s::updatearea

Change-Id: Ia3d1f73e8757b2d381586d76ec6adc16c810018d
Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2020-08-10 08:08:33 +02:00
..
Kconfig
Make.defs drivers/video: Refine the update region notification mechanism 2020-08-10 08:08:33 +02:00
nxgl_area2rect.c drivers/video: Refine the update region notification mechanism 2020-08-10 08:08:33 +02:00
nxgl_rect2area.c drivers/video: Refine the update region notification mechanism 2020-08-10 08:08:33 +02:00
nxglib_circlepts.c
nxglib_circletraps.c
nxglib_colorcmp.c
nxglib_colorcopy.c
nxglib_intersecting.c
nxglib_nonintersecting.c
nxglib_nullrect.c
nxglib_rectadd.c
nxglib_rectcopy.c
nxglib_rectinside.c
nxglib_rectintersect.c
nxglib_rectoffset.c
nxglib_rectoverlap.c
nxglib_rectsize.c
nxglib_rectunion.c
nxglib_rgb2yuv.c
nxglib_rgbblend.c
nxglib_runcopy.c
nxglib_runoffset.c
nxglib_splitline.c
nxglib_trapcopy.c
nxglib_trapoffset.c
nxglib_vectoradd.c
nxglib_vectsubtract.c
nxglib_yuv2rgb.c