Searched refs:scaled_h (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.h | 24 …rt_fb(int fd, void *data, uint32_t handle, int w, int h, int scaled_w, int scaled_h, int x, int y);
|
| H A D | drm_cursor.c | 108 int scaled_h; member 829 cursor_state->scaled_h = height; in drm_crtc_update_offsets() 871 h = cursor_state->scaled_h; in drm_crtc_update_cursor() 896 int scaled_h = cursor_state->scaled_h; in drm_crtc_create_fb() local 902 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb() 926 scaled_w, scaled_h, off_x, off_y); in drm_crtc_create_fb()
|
| H A D | drm_egl.c | 428 int w, int h, int scaled_w, int scaled_h, in egl_convert_fb() argument 450 if (ctx->width != scaled_w || ctx->height != scaled_h) { in egl_convert_fb() 452 ctx->height = scaled_h; in egl_convert_fb()
|