Home
last modified time | relevance | path

Searched refs:oldLayout (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Daxisanimation.cpp73 oldLayout.resize(newLayout.count()); in setValues()
75 for (int i = 0, j = oldLayout.count() - 1; i < (oldLayout.count() + 1) / 2; ++i, --j) { in setValues()
83 oldLayout.resize(newLayout.count()); in setValues()
87 for (int i = 0; i < oldLayout.count(); i++) in setValues()
88 oldLayout[i] = oldLayout[index]; in setValues()
92 oldLayout.resize(newLayout.count()); in setValues()
95 oldLayout[i] = oldLayout[j]; in setValues()
99 oldLayout.resize(newLayout.count()); in setValues()
102 oldLayout[i] = oldLayout[j]; in setValues()
106 oldLayout.resize(newLayout.count()); in setValues()
[all …]
/dports/devel/flexdock/flexdock-1.2.4/src/java/perspective/org/flexdock/perspective/event/
H A DLayoutEvent.java20 private Layout oldLayout; field in LayoutEvent
23 public LayoutEvent(Layout layout, Layout oldLayout, String dockableId, int evtType) { in LayoutEvent() argument
25 this.oldLayout = oldLayout; in LayoutEvent()
30 return oldLayout; in getOldLayout()
/dports/finance/prestashop/prestashop/src/Core/MailTemplate/Layout/
H A DLayoutCollection.php48 …if (null !== ($oldLayout = $this->getLayout($newLayout->getName(), $newLayout->getModuleName()))) {
49 $this->replace($oldLayout, $newLayout);
59 public function replace(LayoutInterface $oldLayout, LayoutInterface $newLayout) argument
61 if (!$this->contains($oldLayout)) {
65 $oldLayoutIndex = $this->indexOf($oldLayout);
H A DLayoutCollectionInterface.php55 * @param LayoutInterface $oldLayout
60 public function replace(LayoutInterface $oldLayout, LayoutInterface $newLayout); argument
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DLayout.java78 Layout(Layout oldLayout) in Layout() argument
80 lispClass = oldLayout.getLispClass(); in Layout()
81 slotNames = oldLayout.slotNames; in Layout()
82 sharedSlots = oldLayout.sharedSlots; in Layout()
267 LispObject oldLayout;
273 oldLayout = ((LispClass)lispClass).getClassLayout();
278 oldLayout = Symbol.CLASS_LAYOUT.execute(lispClass);
283 Layout newLayout = new Layout((Layout)oldLayout);
289 ((Layout)oldLayout).invalidate();
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/layers/
H A Dqfo_transfer.h88 VkImageLayout oldLayout = VK_IMAGE_LAYOUT_UNDEFINED; member
95 oldLayout(barrier.oldLayout), in QFOImageTransferBarrier()
100 oldLayout(barrier.oldLayout), in QFOImageTransferBarrier()
/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DmigrateFileRepoLayout.php46 $oldLayout = $this->getOption( 'oldlayout' );
47 if ( !in_array( $oldLayout, [ 'name', 'sha1' ] ) ) {
96 if ( $oldLayout === 'sha1' ) {
125 if ( $oldLayout === 'sha1' ) {
185 if ( $oldLayout === 'sha1' ) {
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DmigrateFileRepoLayout.php46 $oldLayout = $this->getOption( 'oldlayout' );
47 if ( !in_array( $oldLayout, [ 'name', 'sha1' ] ) ) {
96 if ( $oldLayout === 'sha1' ) {
125 if ( $oldLayout === 'sha1' ) {
185 if ( $oldLayout === 'sha1' ) {
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DmigrateFileRepoLayout.php46 $oldLayout = $this->getOption( 'oldlayout' );
47 if ( !in_array( $oldLayout, [ 'name', 'sha1' ] ) ) {
96 if ( $oldLayout === 'sha1' ) {
125 if ( $oldLayout === 'sha1' ) {
185 if ( $oldLayout === 'sha1' ) {
/dports/devel/log4cpp/log4cpp/src/
H A DLayoutAppender.cpp30 Layout *oldLayout = _layout; in setLayout() local
32 delete oldLayout; in setLayout()
/dports/devel/log4shib/log4shib-2.0.1/src/
H A DLayoutAppender.cpp30 Layout *oldLayout = _layout; in setLayout() local
32 delete oldLayout; in setLayout()
/dports/math/rpcalc/rpCalc/source/
H A Doptiondlg.py37 self.oldLayout = self.gridLayout
67 row = self.oldLayout.rowCount()
68 self.oldLayout.addWidget(self.curGroup, row, 0, 1, 2)
75 self.gridLayout = self.oldLayout
82 row = self.oldLayout.rowCount()
85 self.oldLayout = self.gridLayout
/dports/math/convertall/ConvertAll/source/
H A Doptiondlg.py37 self.oldLayout = self.gridLayout
67 row = self.oldLayout.rowCount()
68 self.oldLayout.addWidget(self.curGroup, row, 0, 1, 2)
75 self.gridLayout = self.oldLayout
82 row = self.oldLayout.rowCount()
85 self.oldLayout = self.gridLayout
/dports/graphics/okular/okular-21.12.3/part/
H A Dactionbar.cpp79 QLayout *oldLayout = layout(); in onOrientationChanged() local
81 oldLayout->removeWidget(toolButton); in onOrientationChanged()
85 delete oldLayout; in onOrientationChanged()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/msw/
H A Dchecklst.cpp162 DWORD oldLayout = impl->GetLayoutDirection() == wxLayout_RightToLeft ? LAYOUT_RTL : 0; in OnDrawItem() local
163 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
164 ::SetLayout(hdc, oldLayout | LAYOUT_BITMAPORIENTATIONPRESERVED); in OnDrawItem()
166 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
167 ::SetLayout(hdc, oldLayout); in OnDrawItem()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/msw/
H A Dchecklst.cpp162 DWORD oldLayout = impl->GetLayoutDirection() == wxLayout_RightToLeft ? LAYOUT_RTL : 0; in OnDrawItem() local
163 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
164 ::SetLayout(hdc, oldLayout | LAYOUT_BITMAPORIENTATIONPRESERVED); in OnDrawItem()
166 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
167 ::SetLayout(hdc, oldLayout); in OnDrawItem()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dchecklst.cpp160 DWORD oldLayout = wxDynLoadWrappers::GetLayout(hdc); in OnDrawItem() local
161 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
162 ::SetLayout(hdc, oldLayout | LAYOUT_BITMAPORIENTATIONPRESERVED); in OnDrawItem()
164 if ( oldLayout & LAYOUT_RTL ) in OnDrawItem()
165 ::SetLayout(hdc, oldLayout); in OnDrawItem()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp19 GrVkImageLayout* oldLayout = fLayout; in assign() local
22 SkSafeUnref(oldLayout); in assign()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp19 GrVkImageLayout* oldLayout = fLayout; in assign() local
22 SkSafeUnref(oldLayout); in assign()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp19 GrVkImageLayout* oldLayout = fLayout; in assign() local
22 SkSafeUnref(oldLayout); in assign()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp19 GrVkImageLayout* oldLayout = fLayout; in assign() local
22 SkSafeUnref(oldLayout); in assign()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/vk/
H A DGrVkTypesPriv.cpp19 GrVkImageLayout* oldLayout = fLayout; in assign() local
22 SkSafeUnref(oldLayout); in assign()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/framework/vulkan/
H A DvkImageUtil.hpp240 vk::VkImageLayout oldLayout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL,
254 vk::VkImageLayout oldLayout,
273 vk::VkImageLayout oldLayout,
288 vk::VkImageLayout oldLayout,
301 vk::VkImageLayout oldLayout,
322 vk::VkImageLayout oldLayout,
/dports/net/megacmd/MEGAcmd-1.4.1_Win/sdk/examples/iOS/Demo/Demo/vendor/MWPhotoBrowser/Libraries/PSTCollectionView/
H A DPSTCollectionViewCell.h21 - (void)willTransitionFromLayout:(PSTCollectionViewLayout *)oldLayout toLayout:(PSTCollectionViewLa…
22 - (void)didTransitionFromLayout:(PSTCollectionViewLayout *)oldLayout toLayout:(PSTCollectionViewLay…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/d3d/
H A DGrD3DTypesPriv.cpp25 GrD3DResourceState* oldLayout = fResourceState; in assign() local
28 SkSafeUnref(oldLayout); in assign()

12345678910>>...23