Home
last modified time | relevance | path

Searched refs:getLayoutWidth (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/uipp/prompter/
H A DField.h83 char *getLayoutWidth() { return this->layout_width; }; in getLayoutWidth() function
H A DGARMainWindow.C5697 XmTextSetString(this->layout_width_text, field->getLayoutWidth()); in fieldToWids()
6378 << field->getLayoutWidth(); in saveGAR()
6589 str = field->getLayoutWidth(); in validateGAR()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java83 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
312 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java83 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
312 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java83 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
312 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java83 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
312 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java84 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
315 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java84 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
315 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java86 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
322 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/swing/plaf/basic/BasicGraphicsUtils/8132119/
H A Dbug8132119.java86 if (stringWidth != getLayoutWidth(str, font, NUMERIC_SHAPER)) { in testStringWidth()
322 private static float getLayoutWidth(String text, Font font, NumericShaper shaper) { in getLayoutWidth() method in bug8132119
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationHLayout.cpp422 getLayoutWidth(*el, npf, key))); in scanViewSegment()
428 getLayoutWidth(*el, npf, oldKey))); in scanViewSegment()
464 getLayoutWidth(*el, npf, key))); in scanViewSegment()
488 getLayoutWidth(*el, npf, key))); in scanViewSegment()
738 + getLayoutWidth(**myLongest, npf, key) in scanChord()
744 getLayoutWidth(**myLongest, npf, key), in scanChord()
1893 NotationHLayout::getLayoutWidth(ViewElement &ve, in getLayoutWidth() function in Rosegarden::NotationHLayout
H A DNotationHLayout.h425 float getLayoutWidth(ViewElement &, in cmt_atomic_compare_exchange()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/helper/
H A DChannelView.cpp407 const auto layoutWidth = this->getLayoutWidth(); in layoutVisibleMessages()
443 auto layoutWidth = this->getLayoutWidth(); in updateScrollbar()
1188 snapshot[i - 1]->layout(this->getLayoutWidth(), in wheelEvent()
1222 snapshot[i + 1]->layout(this->getLayoutWidth(), in wheelEvent()
2217 int ChannelView::getLayoutWidth() const in getLayoutWidth() function in chatterino::ChannelView
H A DChannelView.hpp164 int getLayoutWidth() const;