Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c891 DisplayModePtr match, Rotation match_rotation, in xf86ClosestMode() argument
910 if (output->initial_rotation == match_rotation && in xf86ClosestMode()
914 dx = xf86ModeWidth(match, match_rotation) - xf86ModeWidth(mode, in xf86ClosestMode()
917 dy = xf86ModeHeight(match, match_rotation) - xf86ModeHeight(mode, in xf86ClosestMode()