Home
last modified time | relevance | path

Searched refs:layoutSize (Results 1 – 25 of 140) sorted by relevance

123456

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vpic/vtkvpic/
H A DVPICView.cxx43 for (int i = 0; i < this->layoutSize[0]; i++) { in ~VPICView()
44 for (int j = 0; j < this->layoutSize[1]; j++) { in ~VPICView()
85 this->layoutSize[dim] = dsLayoutSize[dim]; in initialize()
96 this->layoutID = new int**[this->layoutSize[0]]; in initialize()
97 for (int i = 0; i < this->layoutSize[0]; i++) { in initialize()
99 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
103 for (int k = 0; k < this->layoutSize[2]; k++) in initialize()
104 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
207 totalParts *= this->layoutSize[dim]; in partition()
297 needMore[dim] = this->layoutSize[dim] - in partition()
[all …]
H A DGridExchange.cxx85 this->layoutSize[dim] = decomp[dim]; in GridExchange()
90 for (int i = 0; i < this->layoutSize[0]; i++) { in GridExchange()
92 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
96 for (int k = 0; k < this->layoutSize[2]; k++) in GridExchange()
97 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
100 k * (this->layoutSize[0] * this->layoutSize[1]) + in GridExchange()
101 j * this->layoutSize[0] + i; in GridExchange()
140 for (int i = 0; i < this->layoutSize[0]; i++) { in ~GridExchange()
173 if (xpos1 == this->layoutSize[0]) xpos1 = 0; in setNeighbors()
174 if (ypos1 == this->layoutSize[1]) ypos1 = 0; in setNeighbors()
[all …]
H A DVPICDataSet.cxx61 int* layoutSize = this->global.getLayoutSize(); in initialize() local
62 this->curXExtent[0] = 0; this->curXExtent[1] = layoutSize[0] - 1; in initialize()
63 this->curYExtent[0] = 0; this->curYExtent[1] = layoutSize[1] - 1; in initialize()
64 this->curZExtent[0] = 0; this->curZExtent[1] = layoutSize[2] - 1; in initialize()
189 int* layoutSize = this->global.getLayoutSize(); in getLayoutSize() local
191 size[dim] = layoutSize[dim]; in getLayoutSize()
H A DVPICGlobal.cxx135 line >> this->layoutSize[0]; in readGlobal()
137 line >> this->layoutSize[1]; in readGlobal()
139 line >> this->layoutSize[2]; in readGlobal()
446 this->layoutID = new int**[this->layoutSize[0]]; in buildFileLayoutTable()
447 for (int i = 0; i < this->layoutSize[0]; i++) { in buildFileLayoutTable()
449 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
454 for (int k = 0; k < this->layoutSize[2]; k++) in buildFileLayoutTable()
455 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
607 << this->layoutSize[0] << "," in PrintSelf()
608 << this->layoutSize[1] << "," in PrintSelf()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/VPIC/
H A DVPICView.cxx39 for (int i = 0; i < this->layoutSize[0]; i++) { in ~VPICView()
40 for (int j = 0; j < this->layoutSize[1]; j++) { in ~VPICView()
81 this->layoutSize[dim] = dsLayoutSize[dim]; in initialize()
92 this->layoutID = new int**[this->layoutSize[0]]; in initialize()
93 for (int i = 0; i < this->layoutSize[0]; i++) { in initialize()
95 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
99 for (int k = 0; k < this->layoutSize[2]; k++) in initialize()
100 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
203 totalParts *= this->layoutSize[dim]; in partition()
293 needMore[dim] = this->layoutSize[dim] - in partition()
[all …]
H A DGridExchange.cxx85 this->layoutSize[dim] = decomp[dim]; in GridExchange()
90 for (int i = 0; i < this->layoutSize[0]; i++) { in GridExchange()
92 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
96 for (int k = 0; k < this->layoutSize[2]; k++) in GridExchange()
97 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
100 k * (this->layoutSize[0] * this->layoutSize[1]) + in GridExchange()
101 j * this->layoutSize[0] + i; in GridExchange()
140 for (int i = 0; i < this->layoutSize[0]; i++) { in ~GridExchange()
173 if (xpos1 == this->layoutSize[0]) xpos1 = 0; in setNeighbors()
174 if (ypos1 == this->layoutSize[1]) ypos1 = 0; in setNeighbors()
[all …]
H A DVPICDataSet.cxx61 int* layoutSize = this->global.getLayoutSize(); in initialize() local
62 this->curXExtent[0] = 0; this->curXExtent[1] = layoutSize[0] - 1; in initialize()
63 this->curYExtent[0] = 0; this->curYExtent[1] = layoutSize[1] - 1; in initialize()
64 this->curZExtent[0] = 0; this->curZExtent[1] = layoutSize[2] - 1; in initialize()
189 int* layoutSize = this->global.getLayoutSize(); in getLayoutSize() local
191 size[dim] = layoutSize[dim]; in getLayoutSize()
H A DVPICGlobal.cxx135 line >> this->layoutSize[0]; in readGlobal()
137 line >> this->layoutSize[1]; in readGlobal()
139 line >> this->layoutSize[2]; in readGlobal()
446 this->layoutID = new int**[this->layoutSize[0]]; in buildFileLayoutTable()
447 for (int i = 0; i < this->layoutSize[0]; i++) { in buildFileLayoutTable()
449 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
454 for (int k = 0; k < this->layoutSize[2]; k++) in buildFileLayoutTable()
455 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
607 << this->layoutSize[0] << "," in PrintSelf()
608 << this->layoutSize[1] << "," in PrintSelf()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/VPIC/
H A DVPICView.cxx43 for (int i = 0; i < this->layoutSize[0]; i++) { in ~VPICView()
44 for (int j = 0; j < this->layoutSize[1]; j++) { in ~VPICView()
85 this->layoutSize[dim] = dsLayoutSize[dim]; in initialize()
96 this->layoutID = new int**[this->layoutSize[0]]; in initialize()
97 for (int i = 0; i < this->layoutSize[0]; i++) { in initialize()
99 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
103 for (int k = 0; k < this->layoutSize[2]; k++) in initialize()
104 for (int j = 0; j < this->layoutSize[1]; j++) in initialize()
207 totalParts *= this->layoutSize[dim]; in partition()
297 needMore[dim] = this->layoutSize[dim] - in partition()
[all …]
H A DGridExchange.cxx85 this->layoutSize[dim] = decomp[dim]; in GridExchange()
90 for (int i = 0; i < this->layoutSize[0]; i++) { in GridExchange()
92 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
96 for (int k = 0; k < this->layoutSize[2]; k++) in GridExchange()
97 for (int j = 0; j < this->layoutSize[1]; j++) in GridExchange()
100 k * (this->layoutSize[0] * this->layoutSize[1]) + in GridExchange()
101 j * this->layoutSize[0] + i; in GridExchange()
140 for (int i = 0; i < this->layoutSize[0]; i++) { in ~GridExchange()
173 if (xpos1 == this->layoutSize[0]) xpos1 = 0; in setNeighbors()
174 if (ypos1 == this->layoutSize[1]) ypos1 = 0; in setNeighbors()
[all …]
H A DVPICDataSet.cxx61 int* layoutSize = this->global.getLayoutSize(); in initialize() local
62 this->curXExtent[0] = 0; this->curXExtent[1] = layoutSize[0] - 1; in initialize()
63 this->curYExtent[0] = 0; this->curYExtent[1] = layoutSize[1] - 1; in initialize()
64 this->curZExtent[0] = 0; this->curZExtent[1] = layoutSize[2] - 1; in initialize()
189 int* layoutSize = this->global.getLayoutSize(); in getLayoutSize() local
191 size[dim] = layoutSize[dim]; in getLayoutSize()
H A DVPICGlobal.cxx135 line >> this->layoutSize[0]; in readGlobal()
137 line >> this->layoutSize[1]; in readGlobal()
139 line >> this->layoutSize[2]; in readGlobal()
446 this->layoutID = new int**[this->layoutSize[0]]; in buildFileLayoutTable()
447 for (int i = 0; i < this->layoutSize[0]; i++) { in buildFileLayoutTable()
449 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
454 for (int k = 0; k < this->layoutSize[2]; k++) in buildFileLayoutTable()
455 for (int j = 0; j < this->layoutSize[1]; j++) in buildFileLayoutTable()
607 << this->layoutSize[0] << "," in PrintSelf()
608 << this->layoutSize[1] << "," in PrintSelf()
[all …]
/dports/audio/cantata/cantata-2.4.2/support/
H A Dpagewidget.cpp134 …QSize layoutSize = pixmap.isNull() ? QSize(iconSize, iconSize) : (pixmap.size() / pixmap.DEVICE_PI… in paint() local
139 int maxWidth = qMax(3 * layoutSize.width(), 8 * fm.height()); in paint()
171 …painter->drawPixmap(option.rect.x() + (option.rect.width()/2)-(layoutSize.width()/2), option.rect.… in paint()
174 …(option.rect.x() + (option.rect.width()/2)-(maxWidth/2), option.rect.y() + layoutSize.height()+7)); in paint()
195 …QSize layoutSize = pixmap.isNull() ? QSize(iconSize, iconSize) : (pixmap.size() / pixmap.DEVICE_PI… in sizeHint() local
197 if (layoutSize.height() == 0) { in sizeHint()
201 layoutSize=QSize(iconSize, iconSize); in sizeHint()
205 int wt = layoutText(&iconTextLayout, qMax(3 * layoutSize.width(), 8 * fm.height())); in sizeHint()
210 height = layoutSize.height(); in sizeHint()
212 height = layoutSize.height() + ht + 10; in sizeHint()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DLinearLayout.cpp312 Size layoutSize = this->ClientSize(); in Layout() local
342 childSize.width = layoutSize.width; in Layout()
346 childSize.height = layoutSize.height; in Layout()
359 ? layoutSize.height - wrappedSize in Layout()
360 : layoutSize.width - wrappedSize; in Layout()
400 (isVertical) ? layoutSize.width : size.width, in Layout()
401 (isVertical) ? size.height : layoutSize.height); in Layout()
/dports/net-mgmt/confregdecode/confregdecode-src-1.2.1/com/marcuscom/confregdecode/
H A DColumnLayout.java80 return layoutSize(parent, 1); in preferredLayoutSize()
84 return layoutSize(parent, 2); in minimumLayoutSize()
88 return layoutSize(parent, 3); in maximumLayoutSize()
91 protected Dimension layoutSize(Container parent, int sizetype) { in layoutSize() method in ColumnLayout
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dratingwidget.cpp93 QSize layoutSize = pixmaps[0].size() / pixmaps[0].DEVICE_PIXEL_RATIO(); in paint() local
94 … QRect pr(r.x(), r.y()+(r.height()-layoutSize.width())/2, layoutSize.width(), layoutSize.height()); in paint()
98 pr.setX(pr.x()+layoutSize.width()+constBorder); in paint()
H A Dcoverwidget.cpp126 QSize layoutSize = pix.size() / pix.DEVICE_PIXEL_RATIO(); in paintEvent() local
127 …QRect r((width()-layoutSize.width())/2, (height()-layoutSize.height())/2, layoutSize.width(), layo… in paintEvent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java105 final Point layoutSize = getDisplaySize(visibleFraction, frameAspect, maxWidth, maxHeight); in measure() local
109 layoutSize.x = maxWidth; in measure()
112 layoutSize.y = maxHeight; in measure()
114 return layoutSize; in measure()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/android/api/org/webrtc/
H A DRendererCommon.java143 final Point layoutSize = getDisplaySize(scalingType, frameAspect, maxWidth, maxHeight); in measure() local
147 layoutSize.x = maxWidth; in measure()
150 layoutSize.y = maxHeight; in measure()
152 return layoutSize; in measure()

123456