Home
last modified time | relevance | path

Searched refs:layoutIndex (Results 1 – 25 of 187) sorted by relevance

12345678

/dports/audio/faustlive/faustlive-2.5.7/src/MainStructure/
H A DFLNodes.h26 virtual QString renderToFaust(const QString& faustOperator, const QString& layoutIndex) = 0;
49 virtual QString renderToFaust(const QString& faustOperator, const QString& layoutIndex){ in renderToFaust() argument
50 …QString faustCode = "vgroup(\"["+ layoutIndex + "]\"," + left->renderToFaust(faustOperator, "1") +… in renderToFaust()
61 virtual QString renderToFaust (const QString& faustOperator, const QString& layoutIndex) { in renderToFaust() argument
62 …QString faustCode = "hgroup(\"["+ layoutIndex + "]\"," + left->renderToFaust(faustOperator, "1") +… in renderToFaust()
74 virtual QString renderToFaust(const QString& /*faustOperator*/, const QString& layoutIndex){ in renderToFaust() argument
75 return item->faustComponent(layoutIndex); in renderToFaust()
H A DFLComponentWindow.cpp292 int layoutIndex = 1; in createComponent() local
299 …mposition = "stereoize(" + rootDisposition->renderToFaust(",", QString::number(layoutIndex)) + ")"; in createComponent()
304 if(layoutIndex == 1) in createComponent()
305 layoutIndex++; in createComponent()
307 layoutIndex--; in createComponent()
H A DFLComponentItem.cpp171 QString FLComponentItem::faustComponent(const QString& layoutIndex) in faustComponent() argument
175 …QString faustCode = "vgroup(\"[" + layoutIndex + "]component" + fIndex + "\", component(\"" + fSou… in faustComponent()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/
H A Dabstractbarchartitem.cpp116 initializeLayout(set, bar->index(), bar->layoutIndex(), true); in initializeFullLayout()
169 const QRectF &rect = layout.at(bar->layoutIndex()); in setLayout()
364 xPos = m_layout.at(bar->layoutIndex()).left() + offset + xDiff; in positionLabels()
484 yPos = m_layout.at(bar->layoutIndex()).top() + offset + yDiff; in positionLabelsVertical()
605 int layoutIndex = 0; in updateBarItems() local
645 bar->setLayoutIndex(layoutIndex); in updateBarItems()
647 layoutIndex++; in updateBarItems()
652 m_layout[layoutIndex] = oldLayout.at(bar->layoutIndex()); in updateBarItems()
653 bar->setLayoutIndex(layoutIndex); in updateBarItems()
654 layoutIndex++; in updateBarItems()
[all …]
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/horizontal/stacked/
H A Dhorizontalstackedbarchartitem.cpp43 int layoutIndex, bool resetAnimation) in initializeLayout() argument
62 rect = m_layout.at(checkBar->layoutIndex()); in initializeLayout()
71 rect = m_layout.at(firstBar->layoutIndex()); in initializeLayout()
96 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
160 layout[bar->layoutIndex()] = rect; in calculateLayout()
166 const QRectF &checkRect = m_layout.at(bar->layoutIndex()); in calculateLayout()
170 initializeLayout(set, category, bar->layoutIndex(), true); in calculateLayout()
H A Dhorizontalstackedbarchartitem_p.h56 void initializeLayout(int set, int category, int layoutIndex, bool resetAnimation);
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/vertical/stacked/
H A Dstackedbarchartitem.cpp48 int layoutIndex, bool resetAnimation) in initializeLayout() argument
68 rect = m_layout.at(checkBar->layoutIndex()); in initializeLayout()
77 rect = m_layout.at(firstBar->layoutIndex()); in initializeLayout()
101 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
164 layout[bar->layoutIndex()] = rect; in calculateLayout()
170 const QRectF &checkRect = m_layout.at(bar->layoutIndex()); in calculateLayout()
174 initializeLayout(set, category, bar->layoutIndex(), true); in calculateLayout()
H A Dstackedbarchartitem_p.h62 void initializeLayout(int set, int category, int layoutIndex, bool resetAnimation);
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/IL/
H A DNativeStructType.cs220 int layoutIndex = 0; in GetClassLayout()
223 if (_fields[index].Name == layout.Offsets[layoutIndex].Field.Name) in GetClassLayout()
225 …result.Offsets[layoutIndex] = new FieldAndOffset(_fields[index], layout.Offsets[layoutIndex].Offse… in GetClassLayout()
226 layoutIndex++; in GetClassLayout()
230 Debug.Assert(layoutIndex == layout.Offsets.Length); in GetClassLayout()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/horizontal/bar/
H A Dhorizontalbarchartitem.cpp43 int layoutIndex, bool resetAnimation) in initializeLayout() argument
50 rect = m_layout.at(bar->layoutIndex()); in initializeLayout()
75 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
123 layout[bar->layoutIndex()] = rect.normalized(); in calculateLayout()
H A Dhorizontalbarchartitem_p.h56 void initializeLayout(int set, int category, int layoutIndex, bool resetAnimation);
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/vertical/bar/
H A Dbarchartitem.cpp47 void BarChartItem::initializeLayout(int set, int category, int layoutIndex, bool resetAnimation) in initializeLayout() argument
54 rect = m_layout.at(bar->layoutIndex()); in initializeLayout()
79 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
127 layout[bar->layoutIndex()] = rect.normalized(); in calculateLayout()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/horizontal/percent/
H A Dhorizontalpercentbarchartitem.cpp62 int layoutIndex, bool resetAnimation) in initializeLayout() argument
72 rect = m_layout.at(bar->layoutIndex()); in initializeLayout()
91 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
159 layout[bar->layoutIndex()] = rect.normalized(); in calculateLayout()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/vertical/percent/
H A Dpercentbarchartitem.cpp67 int layoutIndex, bool resetAnimation) in initializeLayout() argument
77 rect = m_layout.at(bar->layoutIndex()); in initializeLayout()
97 m_layout[layoutIndex] = rect.normalized(); in initializeLayout()
166 layout[bar->layoutIndex()] = rect.normalized(); in calculateLayout()
/dports/textproc/fcitx5-configtool/fcitx5-configtool-5.0.8/src/kcm/package/contents/ui/
H A DSelectLayoutSheet.qml20 var layoutIndex = kcm.layoutProvider.layoutIndex(layout);
21 layoutComboBox.currentIndex = layoutIndex;
/dports/devel/kf5-kpeople/kpeople-5.89.0/src/widgets/
H A Dpersondetailsview.cpp166 int layoutIndex = layout()->indexOf(d->m_mainWidget); in reload() local
167 layout()->takeAt(layoutIndex); in reload()
170 dynamic_cast<QVBoxLayout *>(layout())->insertWidget(layoutIndex, d->m_mainWidget); in reload()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/keyboard/
H A Dbindings.cpp46 …ollection::createLayoutShortcutActon(const LayoutUnit &layoutUnit, int layoutIndex, const Rules *r… in createLayoutShortcutActon() argument
59 action->setData(layoutIndex); in createLayoutShortcutActon()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp319 for (size_t layoutIndex = 0; layoutIndex < outputLayout.size(); ++layoutIndex) in generatePixelShaderForOutputSignature() local
321 GLenum binding = outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
338 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DDynamicHLSL.cpp302 for (size_t layoutIndex = 0; layoutIndex < numOutputs; ++layoutIndex) in generatePixelShaderForOutputSignature() local
304 GLenum binding = outputLayout.empty() ? GL_COLOR_ATTACHMENT0 : outputLayout[layoutIndex]; in generatePixelShaderForOutputSignature()
310 layoutIndex > 0 && binding == outputLayout[layoutIndex - 1] ? outputIndex + 1 : 0; in generatePixelShaderForOutputSignature()
324 << static_cast<int>(layoutIndex) << ";\n"; in generatePixelShaderForOutputSignature()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/draft/keyboard/windows/
H A DKlcParser.java108 int layoutIndex = klcContents.indexOf("\nLAYOUT");
109 String section = klcContents.substring(shiftStateIndex, layoutIndex);
212 int layoutIndex = klcContents.indexOf("\nLAYOUT");
214 String section = klcContents.substring(layoutIndex, endIndex);

12345678