Home
last modified time | relevance | path

Searched refs:y_top (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/
H A Dstb_truetype.h1902 …ctive_edges_new(float *scanline, float *scanline_fill, int len, stbtt__active_edge *e, float y_top) in stbtt__fill_active_edges_new() argument
1904 float y_bottom = y_top+1; in stbtt__fill_active_edges_new()
1910 STBTT_assert(e->ey >= y_top); in stbtt__fill_active_edges_new()
1916 stbtt__handle_clipped_edge(scanline,(int) x0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1917 stbtt__handle_clipped_edge(scanline_fill-1,(int) x0+1,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1919 stbtt__handle_clipped_edge(scanline_fill-1,0,e, x0,y_top, x0,y_bottom); in stbtt__fill_active_edges_new()
1929 STBTT_assert(e->sy <= y_bottom && e->ey >= y_top); in stbtt__fill_active_edges_new()
1934 if (e->sy > y_top) { in stbtt__fill_active_edges_new()
1935 x_top = x0 + dx * (e->sy - y_top); in stbtt__fill_active_edges_new()
1939 sy0 = y_top; in stbtt__fill_active_edges_new()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_dpi.c106 u16 y_top; member
231 mtk_dpi_mask(dpi, DPI_Y_LIMIT, limit->y_top << Y_LIMINT_TOP, in mtk_dpi_config_channel_limit()
444 limit.y_top = 0x0FE0; in mtk_dpi_set_display_mode()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/
H A Datomisp.h325 int y_top; member
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c6379 sel.r.top = arg->y_top; in atomisp_s_ae_window()
6381 sel.r.height = arg->y_bottom - arg->y_top + 1; in atomisp_s_ae_window()