Home
last modified time | relevance | path

Searched refs:getLineWidth (Results 1 – 25 of 772) sorted by relevance

12345678910>>...31

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java199 if ( _format.getLineWidth() > 0 && in printSpace()
200 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
282 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
283 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java193 if ( _format.getLineWidth() > 0 && in printSpace()
194 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
276 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
277 indent = _format.getLineWidth() / 2; in flushLine()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DIndentPrinter.java193 if ( _format.getLineWidth() > 0 && in printSpace()
194 … _thisIndent + _line.length() + _spaces + _text.length() > _format.getLineWidth() ) { in printSpace()
276 if ( ( 2 * indent ) > _format.getLineWidth() && _format.getLineWidth() > 0 ) in flushLine()
277 indent = _format.getLineWidth() / 2; in flushLine()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUI/
H A DPushButton.cpp93 extents.xMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
94 extents.xMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
95 extents.yMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
96 extents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
H A DLineEdit.cpp160 extents.xMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
161 extents.xMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
162 extents.yMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
163 extents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
H A DDialog.cpp82 titleBarExtents.xMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
83 titleBarExtents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
84 closeButtonExtents.xMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
85 closeButtonExtents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUI/
H A DPushButton.cpp93 extents.xMin() += getFrameSettings()->getLineWidth();
94 extents.xMax() -= getFrameSettings()->getLineWidth();
95 extents.yMin() += getFrameSettings()->getLineWidth();
96 extents.yMax() -= getFrameSettings()->getLineWidth();
H A DDialog.cpp82 titleBarExtents.xMin() += getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
83 titleBarExtents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
84 closeButtonExtents.xMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
85 closeButtonExtents.yMax() -= getFrameSettings()->getLineWidth(); in createGraphicsImplementation()
H A DLineEdit.cpp160 extents.xMin() += getFrameSettings()->getLineWidth(); in to_owned()
161 extents.xMax() -= getFrameSettings()->getLineWidth(); in to_owned()
162 extents.yMin() += getFrameSettings()->getLineWidth(); in to_owned()
163 extents.yMax() -= getFrameSettings()->getLineWidth(); in to_owned()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/drc/
H A Dboardclipperpathgenerator.cpp133 if (polygon->getPolygon().getLineWidth() > 0) { in addCopper()
135 PositiveLength(*polygon->getPolygon().getLineWidth())); in addCopper()
201 if (polygon.getLineWidth() > 0) { in addCopper()
203 path.toOutlineStrokes(PositiveLength(*polygon.getLineWidth())); in addCopper()
233 if (circle.getLineWidth() > 0) { in addCopper()
235 path.toOutlineStrokes(PositiveLength(*circle.getLineWidth())); in addCopper()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/common/graphics/
H A Dpolygongraphicsitem.cpp47 setLineWidth(mPolygon.getLineWidth()); in PolygonGraphicsItem()
77 item.setLineWidth(mPolygon.getLineWidth()); in getLineIndexAtPosition()
123 setLineWidth(polygon.getLineWidth()); in polygonEdited()
169 Length size = (mPolygon.getLineWidth() / 2) + Length::fromMm(0.2); in updateVertexGraphicsItems()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/activeqt/testcon/scripts/
H A Dvbscript.vbs18 Public Function getLineWidth
19 getLineWidth = QAxWidget2.lineWidth
/dports/www/ilias/ILIAS-5.4.25/Services/Chart/classes/
H A Dclass.ilChartDataLines.php38 public function getLineWidth() function in ilChartDataLines
65 $width = $this->getLineWidth();
H A Dclass.ilChartDataPoints.php38 public function getLineWidth() function in ilChartDataPoints
65 $width = $this->getLineWidth();
H A Dclass.ilChartDataBars.php40 public function getLineWidth() function in ilChartDataBars
63 $width = $this->getLineWidth();
/dports/www/ilias6/ILIAS-6.14/Services/Chart/classes/
H A Dclass.ilChartDataLines.php38 public function getLineWidth() function in ilChartDataLines
65 $width = $this->getLineWidth();
H A Dclass.ilChartDataPoints.php38 public function getLineWidth() function in ilChartDataPoints
65 $width = $this->getLineWidth();
/dports/cad/librepcb/librepcb-0.1.6/apps/EagleImport/
H A Dpolygonsimplifier.cpp78 UnsignedLength lineWidth = lines.first()->getLineWidth(); in convertLineRectsToPolygonRects()
112 width = line->getLineWidth(); in findLineRectangle()
136 if (polygon->getLineWidth() != *width) continue; in findHLine()
159 if (polygon->getLineWidth() != *width) continue; in findVLine()

12345678910>>...31