Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c178 float scale_from; member
558 ctx->scale_from = 1.0 * w * h / screen_w / screen_h; in drm_get_ctx()
794 if (ctx->scale_from) { in drm_crtc_update_offsets()
796 ctx->scale_from * crtc->width * crtc->height / width / height; in drm_crtc_update_offsets()
1293 (ctx->scale_from || ctx->scale_x || ctx->scale_y)) in drmModeSetCursor()