Home
last modified time | relevance | path

Searched refs:currentLayout (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/layout/
H A Dqgslayoutview.cpp200 if ( !currentLayout() ) in setZoomLevel()
263 if ( !currentLayout() ) in visiblePages()
274 if ( !currentLayout() ) in visiblePageNumbers()
285 if ( !currentLayout() ) in alignSelectedItems()
294 if ( !currentLayout() ) in distributeSelectedItems()
303 if ( !currentLayout() ) in resizeSelectedItems()
317 if ( !currentLayout() ) in copyItems()
397 if ( !currentLayout() ) in pasteItems()
438 if ( !currentLayout() ) in pasteItems()
523 if ( !currentLayout() ) in setSectionLabel()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/gui/layout/
H A Dqgslayoutview.cpp202 if ( !currentLayout() ) in setZoomLevel()
265 if ( !currentLayout() ) in visiblePages()
276 if ( !currentLayout() ) in visiblePageNumbers()
287 if ( !currentLayout() ) in alignSelectedItems()
296 if ( !currentLayout() ) in distributeSelectedItems()
305 if ( !currentLayout() ) in resizeSelectedItems()
319 if ( !currentLayout() ) in copyItems()
399 if ( !currentLayout() ) in pasteItems()
440 if ( !currentLayout() ) in pasteItems()
525 if ( !currentLayout() ) in setSectionLabel()
[all …]
/dports/graphics/ftgl/ftgl-2.4.0/demo/
H A DFTGLDemo.cpp73 int currentLayout = 0; variable
209 if(layouts[currentLayout]) in renderFontmetrics()
261 if(!layouts[currentLayout]) in renderFontmetrics()
272 else if(layouts[currentLayout] in renderFontmetrics()
368 if(layouts[currentLayout] in renderFontInfo()
429 if(layouts[currentLayout]) in do_display()
440 if(layouts[currentLayout]) in do_display()
551 if(layouts[currentLayout] in parsekey()
598 if(layouts[currentLayout] in parseSpecialKey()
613 currentLayout = (currentLayout + 1) % NumLayouts; in parseSpecialKey()
[all …]
H A DFTGLMFontDemo.cpp86 int currentLayout = 0; variable
220 if(layouts[currentLayout]) in renderFontmetrics()
273 if(!layouts[currentLayout]) in renderFontmetrics()
284 else if (layouts[currentLayout] in renderFontmetrics()
358 if(layouts[currentLayout] in renderFontInfo()
414 if (layouts[currentLayout]) in do_display()
416 layouts[currentLayout]->Render(myString); in do_display()
507 if(layouts[currentLayout] in parsekey()
554 if(layouts[currentLayout] in parseSpecialKey()
583 currentLayout = (currentLayout + 1)%NumLayouts; in parseSpecialKey()
[all …]
/dports/devel/upp/upp/bazaar/FTGL_Demo/
H A DFTGLMFontDemo.cpp86 int currentLayout = 0; variable
220 if(layouts[currentLayout]) in renderFontmetrics()
269 if(!layouts[currentLayout]) in renderFontmetrics()
280 else if (layouts[currentLayout] in renderFontmetrics()
354 if(layouts[currentLayout] in renderFontInfo()
410 if (layouts[currentLayout]) in do_display()
412 layouts[currentLayout]->Render(myString); in do_display()
503 if(layouts[currentLayout] in parsekey()
549 if(layouts[currentLayout] in parseSpecialKey()
576 currentLayout = (currentLayout + 1)%NumLayouts; in parseSpecialKey()
[all …]
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dkeyboard_layout.cpp84 const quint32 previousLayout = m_xkb->currentLayout(); in switchToNextLayout()
91 const quint32 previousLayout = m_xkb->currentLayout(); in switchToPreviousLayout()
98 const quint32 previousLayout = m_xkb->currentLayout(); in switchToLayout()
121 m_layout = m_xkb->currentLayout(); in resetLayout()
157 const uint currentLayout = m_xkb->currentLayout(); in checkLayoutChange() local
158 if (m_layout != currentLayout || previousLayout != currentLayout) { in checkLayoutChange()
159 m_layout = currentLayout; in checkLayoutChange()
161 Q_EMIT layoutChanged(currentLayout); in checkLayoutChange()
213 const quint32 previousLayout = m_xkb->currentLayout(); in setLayout()
223 return m_xkb->currentLayout(); in getLayout()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkImage.cpp92 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
95 newLayout == currentLayout) { in setImageLayout()
102 if (newLayout == currentLayout && !releaseFamilyQueue && in setImageLayout()
105 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
106 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
107 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
111 VkAccessFlags srcAccessMask = GrVkImage::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
112 VkPipelineStageFlags srcStageMask = GrVkImage::LayoutToPipelineSrcStageFlags(currentLayout); in setImageLayout()
141 currentLayout, // oldLayout in setImageLayout()
235 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkImage.cpp34 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
38 if (newLayout == currentLayout && in setImageLayout()
39 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
40 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
41 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
45 VkAccessFlags srcAccessMask = GrVkMemory::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
46 VkPipelineStageFlags srcStageMask = GrVkMemory::LayoutToPipelineStageFlags(currentLayout); in setImageLayout()
54 currentLayout, // oldLayout in setImageLayout()
/dports/misc/ktouch/ktouch-21.12.3/src/
H A Dx11_helper.h166 LayoutUnit currentLayout; member
172 this->currentLayout = currentLayouts.currentLayout; in LayoutSet()
176 return currentLayout.isValid() && layouts.contains(currentLayout); in isValid()
181 && this->currentLayout == currentLayouts.currentLayout;
186 this->currentLayout = currentLayouts.currentLayout;
191 QString str(currentLayout.toString()); in toString()
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/containments/panel/contents/ui/
H A Dmain.qml90 if (dndSpacer.parent === currentLayout) {
138 var applet = currentLayout.children[i].applet;
159 LayoutManager.layout = currentLayout;
282 top: currentLayout.isLayoutHorizontal, bottom: currentLayout.isLayoutHorizontal,
283 … right: !currentLayout.isLayoutHorizontal, left: !currentLayout.isLayoutHorizontal
448 parent: currentLayout
467 anchors.fill: currentLayout
471 id: currentLayout
485 var item = currentLayout.children[i];
495 var item = currentLayout.children[i];
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkImage.cpp92 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
95 newLayout == currentLayout) { in setImageLayout()
102 if (newLayout == currentLayout && !releaseFamilyQueue && in setImageLayout()
105 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
106 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
107 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
111 VkAccessFlags srcAccessMask = GrVkImage::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
112 VkPipelineStageFlags srcStageMask = GrVkImage::LayoutToPipelineSrcStageFlags(currentLayout); in setImageLayout()
141 currentLayout, // oldLayout in setImageLayout()
232 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkImage.cpp92 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
95 newLayout == currentLayout) { in setImageLayout()
102 if (newLayout == currentLayout && !releaseFamilyQueue && in setImageLayout()
105 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
106 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
107 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
111 VkAccessFlags srcAccessMask = GrVkImage::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
112 VkPipelineStageFlags srcStageMask = GrVkImage::LayoutToPipelineSrcStageFlags(currentLayout); in setImageLayout()
141 currentLayout, // oldLayout in setImageLayout()
232 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkImage.cpp92 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
95 newLayout == currentLayout) { in setImageLayout()
102 if (newLayout == currentLayout && !releaseFamilyQueue && in setImageLayout()
105 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
106 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
107 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
111 VkAccessFlags srcAccessMask = GrVkImage::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
112 VkPipelineStageFlags srcStageMask = GrVkImage::LayoutToPipelineSrcStageFlags(currentLayout); in setImageLayout()
141 currentLayout, // oldLayout in setImageLayout()
232 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkImage.cpp92 VkImageLayout currentLayout = this->currentLayout(); in setImageLayout() local
95 newLayout == currentLayout) { in setImageLayout()
102 if (newLayout == currentLayout && !releaseFamilyQueue && in setImageLayout()
105 (VK_IMAGE_LAYOUT_DEPTH_STENCIL_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
106 VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL == currentLayout || in setImageLayout()
107 VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL == currentLayout)) { in setImageLayout()
111 VkAccessFlags srcAccessMask = GrVkImage::LayoutToSrcAccessMask(currentLayout); in setImageLayout()
112 VkPipelineStageFlags srcStageMask = GrVkImage::LayoutToPipelineSrcStageFlags(currentLayout); in setImageLayout()
141 currentLayout, // oldLayout in setImageLayout()
232 VkImageLayout layout = this->currentLayout(); in prepareForPresent()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/clipboard/
H A Dclipwindow.py72 currentLayout = QVBoxLayout(currentItem) variable
73 currentLayout.addWidget(mimeTypeLabel)
74 currentLayout.addWidget(mimeTypeCombo)
75 currentLayout.addWidget(dataLabel)
76 currentLayout.addWidget(dataInfoLabel)
77 currentLayout.addStretch(1)
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/clipboard/
H A Dclipwindow.py72 currentLayout = QVBoxLayout(currentItem) variable
73 currentLayout.addWidget(mimeTypeLabel)
74 currentLayout.addWidget(mimeTypeCombo)
75 currentLayout.addWidget(dataLabel)
76 currentLayout.addWidget(dataInfoLabel)
77 currentLayout.addStretch(1)
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/clipboard/
H A Dclipwindow.py72 currentLayout = QVBoxLayout(currentItem) variable
73 currentLayout.addWidget(mimeTypeLabel)
74 currentLayout.addWidget(mimeTypeCombo)
75 currentLayout.addWidget(dataLabel)
76 currentLayout.addWidget(dataInfoLabel)
77 currentLayout.addStretch(1)
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_JucerDocumentEditor.cpp1059 if (currentLayout != nullptr) in perform()
1067 if (currentLayout != nullptr) in perform()
1085 if (currentLayout != nullptr) in perform()
1093 if (currentLayout != nullptr) in perform()
1101 if (currentLayout != nullptr) in perform()
1109 if (currentLayout != nullptr) in perform()
1117 if (currentLayout != nullptr) in perform()
1131 if (currentLayout != nullptr) in perform()
1157 if (currentLayout != nullptr) in perform()
1164 if (currentLayout != nullptr) in perform()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/clipboard/
H A Dclipwindow.cpp65 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
66 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
67 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
68 currentLayout->addWidget(dataLabel); in ClipWindow()
69 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
70 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/doc/snippets/clipboard/
H A Dclipwindow.cpp76 QVBoxLayout *currentLayout = new QVBoxLayout(currentItem); in ClipWindow() local
77 currentLayout->addWidget(mimeTypeLabel); in ClipWindow()
78 currentLayout->addWidget(mimeTypeCombo); in ClipWindow()
79 currentLayout->addWidget(dataLabel); in ClipWindow()
80 currentLayout->addWidget(dataInfoLabel); in ClipWindow()
81 currentLayout->addStretch(1); in ClipWindow()

12345678910>>...13