Searched refs:area_h (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/ |
| H A D | 0007-Added-rga-Acceleration-rga-copy-instead-of-memcpy.patch | 87 + int area_h = area->y2 - area->y1 + 1; 94 + rga_set_rect(&src.rect, 0, 0, area_w, area_h, wstride, hstride, format); 95 + rga_set_rect(&dst.rect, area->x1, area->y1, area_w, area_h, lcd_ws, lcd_hs, format);
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_cursor.c | 785 int x, y, off_x, off_y, width, height, area_w, area_h; in drm_crtc_update_offsets() local 808 area_h = crtc->height - height; in drm_crtc_update_offsets() 821 if (y > area_h) in drm_crtc_update_offsets() 822 off_y = y - area_h; in drm_crtc_update_offsets()
|