Home
last modified time | relevance | path

Searched refs:neededWidth (Results 1 – 25 of 46) sorted by relevance

12

/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DHeadersGroup.cpp181 int neededWidth = 0;
196 if (w > neededWidth) neededWidth = w;
199 if (neededWidth < headerMinWidth) neededWidth = headerMinWidth;
205 int deltaWidth = m_lastWidth - neededWidth;
207 neededWidth = m_lastWidth;
212 (*i)->updateHeader(neededWidth);
215 if (neededWidth != m_lastWidth) {
216 setFixedWidth(neededWidth);
217 m_lastWidth = neededWidth;
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/
H A Dk3btitlelabel.cpp65 int neededWidth = displayTitleLength; in titleRect() local
67 neededWidth += displaySubTitleLength + spacing; in titleRect()
71 titleRect.setLeft( boundingRect.left() + ( boundingRect.width() - neededWidth ) / 2 ); in titleRect()
73 titleRect.setLeft( boundingRect.right() - neededWidth ); in titleRect()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutArea_p.h59 , neededWidth(0.0) in Private()
94 qreal neededWidth; // used in conjuntion with grow-text-width variable
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutArea_p.h60 , neededWidth(0.0) in Private()
95 qreal neededWidth; // used in conjuntion with grow-text-width variable
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaHLayout.m65 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
66 sizesWidth[i] = neededWidth;
67 exclusiveWidth += neededWidth;
H A DCocoaVLayout.m69 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
70 sizesWidth[i] = neededWidth;
H A DCocoaWindowContentView.m64 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
65 sizesWidth[i] = neededWidth;
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaHLayout.m65 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
66 sizesWidth[i] = neededWidth;
67 exclusiveWidth += neededWidth;
H A DCocoaWindowContentView.m64 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
65 sizesWidth[i] = neededWidth;
H A DCocoaVLayout.m69 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
70 sizesWidth[i] = neededWidth;
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaHLayout.m65 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
66 sizesWidth[i] = neededWidth;
67 exclusiveWidth += neededWidth;
H A DCocoaVLayout.m69 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
70 sizesWidth[i] = neededWidth;
H A DCocoaWindowContentView.m64 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
65 sizesWidth[i] = neededWidth;
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaHLayout.m65 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
66 sizesWidth[i] = neededWidth;
67 exclusiveWidth += neededWidth;
H A DCocoaWindowContentView.m64 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
65 sizesWidth[i] = neededWidth;
H A DCocoaVLayout.m69 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
70 sizesWidth[i] = neededWidth;
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/gui/cocoa/
H A DCocoaHLayout.m65 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
66 sizesWidth[i] = neededWidth;
67 exclusiveWidth += neededWidth;
H A DCocoaWindowContentView.m64 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
65 sizesWidth[i] = neededWidth;
H A DCocoaVLayout.m69 CGFloat neededWidth = [(<CocoaGwenGUIProtocol>)subview minSize].width;
70 sizesWidth[i] = neededWidth;
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A DtkTreeStyle.c139 int neededWidth; member
174 int neededWidth; member
2405 if (style->neededWidth == -1) in Style_DoLayout()
2805 if (style->neededWidth == -1) { in Style_CheckNeededSize()
2886 return style->neededWidth; in TreeStyle_NeededWidth()
2957 minWidth = style->neededWidth; in TreeStyle_UseHeight()
3045 minWidth = style->neededWidth; in TreeStyle_Draw()
3246 minWidth = style->neededWidth; in TreeStyle_UpdateWindowPositions()
3977 copy->neededWidth = -1; in TreeStyle_NewInstance()
3993 eLink->neededWidth = -1; in TreeStyle_NewInstance()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJTextArea.java590 int neededWidth = (int) view.getPreferredSpan(View.HORIZONTAL); in getPreferredSize() local
592 return new Dimension(Math.max(reqWidth, neededWidth), in getPreferredSize()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/swing/
H A DJTextArea.java590 int neededWidth = (int) view.getPreferredSpan(View.HORIZONTAL); in getPreferredSize() local
592 return new Dimension(Math.max(reqWidth, neededWidth), in getPreferredSize()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/swing/
H A DJTextArea.java590 int neededWidth = (int) view.getPreferredSpan(View.HORIZONTAL); in getPreferredSize() local
592 return new Dimension(Math.max(reqWidth, neededWidth), in getPreferredSize()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/swing/
H A DJTextArea.java590 int neededWidth = (int) view.getPreferredSpan(View.HORIZONTAL); in getPreferredSize() local
592 return new Dimension(Math.max(reqWidth, neededWidth), in getPreferredSize()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/swing/
H A DJTextArea.java590 int neededWidth = (int) view.getPreferredSpan(View.HORIZONTAL); in getPreferredSize() local
592 return new Dimension(Math.max(reqWidth, neededWidth), in getPreferredSize()

12