Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/quick3d/
H A Dqquick3dsceneenvironment.cpp253 return m_aoDither; in aoDither()
509 if (m_aoDither == aoDither) in setAoDither()
512 m_aoDither = aoDither; in setAoDither()
H A Dqquick3dsceneenvironment_p.h216 bool m_aoDither = false; variable
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/plugins/assetimporters/uip/
H A Duippresentation.h648 bool m_aoDither = false; variable
H A Duippresentation.cpp1722 … writeQmlPropertyHelper(output, tabLevel + 1, type(), QStringLiteral("aodither"), m_aoDither); in writeQmlProperties()
1769 …mlPropertyHelper(output, tabLevel + 1, type(), QStringLiteral("environment.aodither"), m_aoDither); in writeQmlProperties()
1840 parseProperty(attrs, flags, typeName, QStringLiteral("aodither"), &m_aoDither); in setProps()