Lines Matching refs:ifb
328 uint8_t *ifb; /* Internal frame buffer */ member
787 uint8_t *ifb = dst; \
801 ifb += get_pixel_ifb(ifb, &p_old); \
816 uint8_t *ifb = dst; \
829 ifb += get_pixel_ifb(ifb, &p_old); \
851 uint8_t *ifb = dst; in draw_line_mapcolor() local
859 ifb += get_pixel_ifb(ifb, &p_old); in draw_line_mapcolor()
1255 if (s->ifb == NULL || surface_width(surface) != width || in exynos4210_update_resolution()
1260 s->ifb = g_realloc(s->ifb, width * height * RGBA_SIZE + 1); in exynos4210_update_resolution()
1261 memset(s->ifb, 0, width * height * RGBA_SIZE + 1); in exynos4210_update_resolution()
1311 w->draw_line(w, host_fb_addr, s->ifb + in exynos4210_fimd_update()
1333 fimd_copy_line_toqemu(global_width, s->ifb + global_width * line * in exynos4210_fimd_update()
1362 g_free(s->ifb); in exynos4210_fimd_reset()
1363 s->ifb = NULL; in exynos4210_fimd_reset()
1939 s->ifb = NULL; in exynos4210_fimd_init()