Home
last modified time | relevance | path

Searched refs:layoutWidth (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/sample/
H A DCustomWidget.cs102 int layoutWidth, layoutHeight;
103 Layout.GetPixelSize (out layoutWidth, out layoutHeight);
120 int layoutWidth, layoutHeight; in OnDrawn()
121 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in OnDrawn()
151 int layoutWidth, layoutHeight; in OnGetPreferredWidth()
152 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in OnGetPreferredWidth()
158 minimum_width += Math.Max (layoutWidth, child_min_width); in OnGetPreferredWidth()
161 minimum_width += layoutWidth; in OnGetPreferredWidth()
162 natural_width += layoutWidth; in OnGetPreferredWidth()
170 int layoutWidth, layoutHeight; in OnGetPreferredHeight()
[all …]
H A DCustomScrollableWidget.cs84 int layoutWidth, layoutHeight;
85 Layout.GetPixelSize (out layoutWidth, out layoutHeight);
86 area.Width = layoutWidth;
98 int layoutWidth, layoutHeight; in OnDrawn()
99 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in OnDrawn()
178 int layoutWidth, layoutHeight; in UpdateAdjustments()
179 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in UpdateAdjustments()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvlayoutpaper_p.h49 VLayoutPaperData(int height, int width, qreal layoutWidth) in VLayoutPaperData() argument
50 : globalContour(VContour(height, width, layoutWidth)), in VLayoutPaperData()
51 layoutWidth(layoutWidth) in VLayoutPaperData()
60 layoutWidth(paper.layoutWidth), in VLayoutPaperData()
81 qreal layoutWidth{0};
H A Dvcontour_p.h51 VContourData(int height, int width, qreal layoutWidth) in VContourData() argument
54 layoutWidth(layoutWidth) in VContourData()
63 layoutWidth(contour.layoutWidth), in VContourData()
80 qreal layoutWidth{0};
H A Dvlayoutpiece_p.h67 layoutWidth(detail.layoutWidth), in VLayoutPieceData()
107 qreal layoutWidth{0};
160 dataStream << piece.layoutWidth;
210 dataStream >> piece.layoutWidth;
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/dialogs/
H A Dmessagedialog.cpp32 const Rule * layoutWidth = nullptr; in DENG_GUI_PIMPL() local
56 layoutWidth = holdRef(rule("dialog.message.width")); in DENG_GUI_PIMPL()
63 releaseRef(layoutWidth); in DENG_GUI_PIMPL()
73 layout.setOverrideWidth(*layoutWidth); in DENG_GUI_PIMPL()
117 void MessageDialog::setLayoutWidth(const Rule &layoutWidth) in setLayoutWidth() argument
119 changeRef(d->layoutWidth, layoutWidth); in setLayoutWidth()
/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DDockLayout.cs42 int layoutWidth = 1024; field in Pinta.Docking.DockLayout
62 writer.WriteAttributeString ("width", layoutWidth.ToString ()); in Write()
73 layoutWidth = int.Parse (s); in Read()
96 layoutWidth = Allocation.Width; in StoreAllocation()
102 Allocation = new Gdk.Rectangle (0, 0, layoutWidth, layoutHeight); in RestoreAllocation()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/sample/
H A DCustomWidget.cs103 int layoutWidth, layoutHeight;
104 Layout.GetPixelSize (out layoutWidth, out layoutHeight);
125 int layoutWidth, layoutHeight; in OnExposeEvent()
126 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in OnExposeEvent()
169 int layoutWidth, layoutHeight; in OnSizeRequested()
170 Layout.GetPixelSize (out layoutWidth, out layoutHeight); in OnSizeRequested()
177 requisition.Width += Math.Max (layoutWidth, childReq.Width); in OnSizeRequested()
179 requisition.Width += layoutWidth; in OnSizeRequested()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/widgets/
H A DVerticalLayoutContainer.cpp61 UDim layoutWidth(0, 0); in layout() local
73 if (CoordConverter::asAbsolute(layoutWidth, absWidth) < in layout()
76 layoutWidth = childWidth; in layout()
83 setSize(USize(layoutWidth, topOffset)); in layout()
/dports/games/pioneer/pioneer-20210723/src/gui/
H A DGuiTextLayout.h22 void Render(const float layoutWidth, const Color &color = Color::WHITE) const;
23 void Update(const float layoutWidth, const Color &color = Color::WHITE);
25 void MeasureSize(const float layoutWidth, float outSize[2]) const;
26 void _MeasureSizeRaw(const float layoutWidth, float outSize[2]) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/overlays/strip/
H A DScrollingStripStacker.java58 float layoutWidth; in computeNewTabButtonOffsetLtr() local
62 layoutWidth = tab.getWidth() * tab.getWidthWeight(); in computeNewTabButtonOffsetLtr()
67 layoutWidth = tab.getWidth(); in computeNewTabButtonOffsetLtr()
70 rightEdge = Math.max(tab.getDrawX() + layoutWidth, rightEdge); in computeNewTabButtonOffsetLtr()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/io/
H A DioWriteBook.c527 double layoutWidth = Abc_Rint(targetLayoutArea/layoutHeight); in Io_NtkBuildLayout() local
528 double actualLayoutArea = layoutWidth * layoutHeight; in Io_NtkBuildLayout()
537 printf( " Width : %f\n", layoutWidth ); in Io_NtkBuildLayout()
541 printf( " AR : %f\n\n", layoutWidth/layoutHeight ); in Io_NtkBuildLayout()
543 Io_NtkWriteScl( pFileScl, numCoreRows, layoutWidth ); in Io_NtkBuildLayout()
544 Io_NtkWritePl( pFilePl, pNtk, numTerms, layoutHeight, layoutWidth ); in Io_NtkBuildLayout()
558 void Io_NtkWriteScl( FILE * pFile, unsigned numCoreRows, double layoutWidth ) in Io_NtkWriteScl() argument
603 double layoutPerim = 2*layoutWidth + 2*layoutHeight; in Io_NtkWritePl()
634 delta = layoutWidth / termsOnTop; in Io_NtkWritePl()
650 delta = layoutWidth / termsOnBottom; in Io_NtkWritePl()
[all …]
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dzoomable-box.android.tsx91 layoutWidth: number
112 layoutWidth: 0,
153 const width = this.state.layoutWidth * this.scale()
155 const y = (width - this.state.layoutWidth) / 2 - this.panY()
186 layoutWidth: evt.nativeEvent.layout.width,
194 ((1 - this.scale()) * this.state.layoutWidth) / 2,
195 ((this.scale() - 1) * this.state.layoutWidth) / 2
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DDualControlLayout.java165 int layoutWidth = mPrimaryView.getMeasuredWidth(); in onMeasure() local
184 layoutWidth = maxWidth; in onMeasure()
189 layoutWidth = combinedWidth; in onMeasure()
193 layoutWidth += sidePadding; in onMeasure()
196 setMeasuredDimension(resolveSize(layoutWidth, widthMeasureSpec), in onMeasure()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DDualControlLayout.java165 int layoutWidth = mPrimaryView.getMeasuredWidth(); in onMeasure() local
184 layoutWidth = maxWidth; in onMeasure()
189 layoutWidth = combinedWidth; in onMeasure()
193 layoutWidth += sidePadding; in onMeasure()
196 setMeasuredDimension(resolveSize(layoutWidth, widthMeasureSpec), in onMeasure()
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/
H A Dtoolbarlayout.cpp46 qreal layoutStart(qreal layoutWidth);
399 qreal layoutWidth = q->width() - (moreButtonInstance->width() + spacing); in performLayout() local
404 layoutWidth -= (moreButtonInstance->width() + spacing); in performLayout()
410 maybeHideDelegate(i, visibleActionsWidth, layoutWidth); in performLayout()
556 qreal ToolBarLayout::Private::layoutStart(qreal layoutWidth) in layoutStart() argument
563 …rn (q->width() / 2) + (layoutDirection == Qt::LeftToRight ? -layoutWidth / 2.0 : layoutWidth / 2.0… in layoutStart()
565 qreal offset = availableWidth - layoutWidth; in layoutStart()
/dports/graphics/kf5-kquickcharts/kquickcharts-5.89.0/src/decorations/
H A DLegendLayout.cpp131 qreal layoutWidth = width(); in updatePolish() local
155 if (layoutWidth > 0 && item->width() > layoutWidth && columns == 1) { in updatePolish()
156 item->setWidth(layoutWidth); in updatePolish()
H A DAxisLabels.cpp222 auto layoutWidth = isHorizontal() ? 0.0 : width(); in layout() local
245 x += (layoutWidth - label->width()) / 2; in layout()
247 x += layoutWidth - label->width(); in layout()
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dparagraph.cpp376 layoutWidth = widget->width(); in createFragmentWidget()
387 return widget->width() != layoutWidth || widget->height() != layoutHeight; in isLayoutDirty()
397 uint32_t layoutWidth = 0; member
426 layoutWidth = width(); in updateLayout()
489 if (layoutWidth != width()) in geometryChanged()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqformlayout.cpp175 int layoutWidth; member
255 layoutWidth(-1), hfw_width(-1), hfw_sh_height(-1), min_width(-1), in QFormLayoutPrivate()
537 int hfw = label->heightForWidth(label->layoutWidth); in setupHfwLayoutData()
660 …if ((width == layoutWidth || (width >= thresh_width && layoutWidth >= thresh_width)) && !dirty && … in setupVerticalLayoutData()
663 layoutWidth = width; in setupVerticalLayoutData()
884 field->layoutWidth = width; in setupHorizontalLayoutData()
887 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
892 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
1545 d->layoutWidth = -1; in invalidate()
1946 x += label->layoutWidth - sz.width(); in arrangeWidgets()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emMain/
H A DemMainContentPanel.cpp54 double layoutX, double layoutY, double layoutWidth, double layoutHeight, in Layout() argument
58 emPanel::Layout(layoutX,layoutY,layoutWidth,layoutHeight,canvasColor); in Layout()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp152 int layoutWidth; member
514 int hfw = label->heightForWidth(label->layoutWidth); in setupHfwLayoutData()
637 …if ((width == layoutWidth || (width >= thresh_width && layoutWidth >= thresh_width)) && !dirty && … in setupVerticalLayoutData()
640 layoutWidth = width; in setupVerticalLayoutData()
861 field->layoutWidth = width; in setupHorizontalLayoutData()
864 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
869 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
1812 d->layoutWidth = -1; in invalidate()
2214 x += label->layoutWidth - sz.width(); in arrangeWidgets()
2216 x += label->layoutWidth / 2 - sz.width() / 2; in arrangeWidgets()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp152 int layoutWidth; member
514 int hfw = label->heightForWidth(label->layoutWidth); in setupHfwLayoutData()
637 …if ((width == layoutWidth || (width >= thresh_width && layoutWidth >= thresh_width)) && !dirty && … in setupVerticalLayoutData()
640 layoutWidth = width; in setupVerticalLayoutData()
861 field->layoutWidth = width; in setupHorizontalLayoutData()
864 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
869 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
1812 d->layoutWidth = -1; in invalidate()
2214 x += label->layoutWidth - sz.width(); in arrangeWidgets()
2216 x += label->layoutWidth / 2 - sz.width() / 2; in arrangeWidgets()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp152 int layoutWidth; member
514 int hfw = label->heightForWidth(label->layoutWidth); in setupHfwLayoutData()
637 …if ((width == layoutWidth || (width >= thresh_width && layoutWidth >= thresh_width)) && !dirty && … in setupVerticalLayoutData()
640 layoutWidth = width; in setupVerticalLayoutData()
861 field->layoutWidth = width; in setupHorizontalLayoutData()
864 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
869 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
1812 d->layoutWidth = -1; in invalidate()
2214 x += label->layoutWidth - sz.width(); in arrangeWidgets()
2216 x += label->layoutWidth / 2 - sz.width() / 2; in arrangeWidgets()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqformlayout.cpp152 int layoutWidth; member
514 int hfw = label->heightForWidth(label->layoutWidth); in setupHfwLayoutData()
637 …if ((width == layoutWidth || (width >= thresh_width && layoutWidth >= thresh_width)) && !dirty && … in setupVerticalLayoutData()
640 layoutWidth = width; in setupVerticalLayoutData()
861 field->layoutWidth = width; in setupHorizontalLayoutData()
864 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
869 field->layoutWidth = fldwidth; in setupHorizontalLayoutData()
1812 d->layoutWidth = -1; in invalidate()
2214 x += label->layoutWidth - sz.width(); in arrangeWidgets()
2216 x += label->layoutWidth / 2 - sz.width() / 2; in arrangeWidgets()
[all …]

12345678910>>...19