Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c659 if (mastersp->layoutChanged) { in RRTellChanged()
660 pScrPriv->layoutChanged = FALSE; in RRTellChanged()
H A Drandrstr.h368 Bool layoutChanged; /* screen layout changed */ member
638 RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged);
H A Drrcrtc.c36 RRCrtcChanged(RRCrtcPtr crtc, Bool layoutChanged) in RRCrtcChanged() argument
48 if (layoutChanged) in RRCrtcChanged()
49 pScrPriv->layoutChanged = TRUE; in RRCrtcChanged()
H A Drroutput.c599 pScrPriv->layoutChanged = TRUE; in RRSetPrimaryOutput()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1179 disconnect(sourceModel(), SIGNAL(layoutChanged()), this, SLOT(sourceReset())); in setSourceModel()
1190 connect(sourceModel(), SIGNAL(layoutChanged()), this, SLOT(sourceReset())); in setSourceModel()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes49 name: "layoutChanged"
54 name: "layoutChanged"
57 Signal { name: "layoutChanged" }
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c1843 rp->layoutChanged = TRUE; in xf86RandR12CreateScreenResources12()