Home
last modified time | relevance | path

Searched refs:innerBounds (Results 1 – 25 of 80) sorted by relevance

1234

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextBlockBorderData.cpp100 QRectF innerBounds = bounds; in paint() local
106 innerBounds.setTop(bounds.top() + d->edges[Top].distance + pen.widthF()); in paint()
119 innerBounds.setLeft(bounds.left() + d->edges[Left].distance + pen.widthF()); in paint()
133 const qreal t = innerBounds.top() + pen.widthF() / 2.0; in paint()
134 painter.drawLine(QLineF(innerBounds.left(), t, innerBounds.right(), t)); in paint()
139 const qreal b = innerBounds.bottom() - pen.widthF() / 2.0; in paint()
140 painter.drawLine(QLineF(innerBounds.left(), b, innerBounds.right(), b)); in paint()
145 const qreal l = innerBounds.left() + pen.widthF() / 2.0; in paint()
146 painter.drawLine(QLineF(l, innerBounds.top(), l, innerBounds.bottom())); in paint()
151 const qreal r = innerBounds.right() - pen.widthF() / 2.0; in paint()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextBlockBorderData.cpp100 QRectF innerBounds = bounds; in paint() local
106 innerBounds.setTop(bounds.top() + d->edges[Top].distance + pen.widthF()); in paint()
119 innerBounds.setLeft(bounds.left() + d->edges[Left].distance + pen.widthF()); in paint()
133 const qreal t = innerBounds.top() + pen.widthF() / 2.0; in paint()
134 painter.drawLine(QLineF(innerBounds.left(), t, innerBounds.right(), t)); in paint()
139 const qreal b = innerBounds.bottom() - pen.widthF() / 2.0; in paint()
140 painter.drawLine(QLineF(innerBounds.left(), b, innerBounds.right(), b)); in paint()
145 const qreal l = innerBounds.left() + pen.widthF() / 2.0; in paint()
146 painter.drawLine(QLineF(l, innerBounds.top(), l, innerBounds.bottom())); in paint()
151 const qreal r = innerBounds.right() - pen.widthF() / 2.0; in paint()
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/plugin/visio/
H A DVisioRender.cpp138 if (outerBounds.LL.x > innerBounds.LL.x) in EndNode()
139 outerBounds.LL.x = innerBounds.LL.x; in EndNode()
140 if (outerBounds.LL.y > innerBounds.LL.y) in EndNode()
141 outerBounds.LL.y = innerBounds.LL.y; in EndNode()
142 if (outerBounds.UR.x < innerBounds.UR.x) in EndNode()
143 outerBounds.UR.x = innerBounds.UR.x; in EndNode()
145 outerBounds.UR.y = innerBounds.UR.y; in EndNode()
317 boxf innerBounds = graphic->GetBounds(); in PrintInnerShape() local
333 …gvprintf(job, "<Width F='Sheet.%d!Width*%f' />\n", outerId, (innerBounds.UR.x - innerBounds.LL.x) … in PrintInnerShape()
334 …gvprintf(job, "<Height F='Sheet.%d!Height*%f' />\n", outerId, (innerBounds.UR.y - innerBounds.LL.y… in PrintInnerShape()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/QtCollider/widgets/
H A DQcScrollArea.h45 Q_PROPERTY(QRectF innerBounds READ innerBounds);
56 QRectF innerBounds() const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkRRect.cpp714 SkRect innerBounds = rr.getBounds(); in InnerBounds() local
732 SkScalar horizArea = (innerBounds.width() - dw) * innerBounds.height(); in InnerBounds()
734 SkScalar vertArea = (innerBounds.height() - dh) * innerBounds.width(); in InnerBounds()
741 SkScalar innerArea = (innerBounds.width() - kScale * dw) * (innerBounds.height() - kScale * dh); in InnerBounds()
745 innerBounds.fLeft += leftShift; in InnerBounds()
746 innerBounds.fRight -= rightShift; in InnerBounds()
749 innerBounds.fTop += topShift; in InnerBounds()
750 innerBounds.fBottom -= bottomShift; in InnerBounds()
755 innerBounds.fTop += kScale * topShift; in InnerBounds()
762 SkASSERT(innerBounds.isSorted() && !innerBounds.isEmpty()); in InnerBounds()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutCellHelper.cpp90 QRectF innerBounds = bounds; in paintBorders() local
101innerBounds.setTop(bounds.top() + m_cellStyle.getEdge(KoBorder::TopBorder).spacing + topOuterPen.w… in paintBorders()
127innerBounds.setLeft(bounds.left() + m_cellStyle.getEdge(KoBorder::LeftBorder).spacing + leftOuterP… in paintBorders()
156 const qreal t = innerBounds.top() + pen.widthF() / 2.0; in paintBorders()
157 painter.drawLine(QLineF(innerBounds.left(), t, innerBounds.right(), t)); in paintBorders()
162 const qreal b = innerBounds.bottom() - pen.widthF() / 2.0; in paintBorders()
163 painter.drawLine(QLineF(innerBounds.left(), b, innerBounds.right(), b)); in paintBorders()
168 const qreal l = innerBounds.left() + pen.widthF() / 2.0; in paintBorders()
169 …painter.drawLine(QLineF(l, innerBounds.top() + m_cellStyle.getEdge(KoBorder::TopBorder).innerPen.w… in paintBorders()
174 const qreal r = innerBounds.right() - pen.widthF() / 2.0; in paintBorders()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutCellHelper.cpp90 QRectF innerBounds = bounds; in paintBorders() local
101innerBounds.setTop(bounds.top() + m_cellStyle.getEdge(KoBorder::TopBorder).spacing + topOuterPen.w… in paintBorders()
127innerBounds.setLeft(bounds.left() + m_cellStyle.getEdge(KoBorder::LeftBorder).spacing + leftOuterP… in paintBorders()
156 const qreal t = innerBounds.top() + pen.widthF() / 2.0; in paintBorders()
157 painter.drawLine(QLineF(innerBounds.left(), t, innerBounds.right(), t)); in paintBorders()
162 const qreal b = innerBounds.bottom() - pen.widthF() / 2.0; in paintBorders()
163 painter.drawLine(QLineF(innerBounds.left(), b, innerBounds.right(), b)); in paintBorders()
168 const qreal l = innerBounds.left() + pen.widthF() / 2.0; in paintBorders()
169 …painter.drawLine(QLineF(l, innerBounds.top() + m_cellStyle.getEdge(KoBorder::TopBorder).innerPen.w… in paintBorders()
174 const qreal r = innerBounds.right() - pen.widthF() / 2.0; in paintBorders()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/application/widgets/
H A DVersionListView.cpp137 auto innerBounds = bounds; in paintInfoLabel() local
138 innerBounds.adjust(10, 10, -10, -10); in paintInfoLabel()
145 …auto textRect = fontMetrics.boundingRect(innerBounds, Qt::AlignHCenter | Qt::TextWordWrap, emptySt… in paintInfoLabel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrClipStack.cpp902 (toAdd.innerBounds().isEmpty() || toAdd.outerBounds().contains(toAdd.innerBounds()))); in addElement()
954 if (!fInnerBounds.intersect(toAdd.innerBounds())) { in addElement()
964 fOuterBounds = subtract(fOuterBounds, toAdd.innerBounds(), /* exact */ true); in addElement()
979 if (toAdd.innerBounds().width() * toAdd.innerBounds().height() > in addElement()
981 fInnerBounds = toAdd.innerBounds(); in addElement()
1090 fInnerBounds = toAdd.innerBounds(); in replaceWithElement()
1197 return subtract(fDeviceBounds, current.innerBounds(), /* exact */ true); in getConservativeBounds()
1401 fullyApplied = e.innerBounds() == e.outerBounds() || in apply()
1402 e.innerBounds().contains(scissorBounds); in apply()
1407 windowRects.addWindow(e.innerBounds()); in apply()
[all …]
H A DGrClipStack.h117 const SkIRect& innerBounds() const { return fInnerBounds; } in innerBounds() function
221 const SkIRect& innerBounds() const { return fInnerBounds; } in innerBounds() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/api/
H A Dapp_window.idl163 // <code>innerBounds</code> and <code>outerBounds</code> will result in an
167 BoundsSpecification? innerBounds;
177 // <code>innerBounds</code> and <code>outerBounds</code> will result in an
208 [deprecated="Use innerBounds or outerBounds."] long? minWidth;
211 [deprecated="Use innerBounds or outerBounds."] long? minHeight;
214 [deprecated="Use innerBounds or outerBounds."] long? maxWidth;
217 [deprecated="Use innerBounds or outerBounds."] long? maxHeight;
251 [deprecated="Use innerBounds or outerBounds."] ContentBounds? bounds;
420 Bounds innerBounds;
435 // <code>innerBounds</code> or <code>outerBounds</code> properties. Inner
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/api/
H A Dapp_window.idl163 // <code>innerBounds</code> and <code>outerBounds</code> will result in an
167 BoundsSpecification? innerBounds;
177 // <code>innerBounds</code> and <code>outerBounds</code> will result in an
208 [deprecated="Use innerBounds or outerBounds."] long? minWidth;
211 [deprecated="Use innerBounds or outerBounds."] long? minHeight;
214 [deprecated="Use innerBounds or outerBounds."] long? maxWidth;
217 [deprecated="Use innerBounds or outerBounds."] long? maxHeight;
251 [deprecated="Use innerBounds or outerBounds."] ContentBounds? bounds;
420 Bounds innerBounds;
435 // <code>innerBounds</code> or <code>outerBounds</code> properties. Inner
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/Base/
H A DFlowLayout.sc61 innerBounds {
90 inb = this.innerBounds;
H A DEZPopUpMenu.sc16 # labelBounds,listBounds = this.prSubViewBounds(innerBounds, label.notNil);
H A DEZListView.sc15 # labelBounds,listBounds = this.prSubViewBounds(innerBounds, label.notNil);
H A DEZgui.sc2 var <>labelView, <widget, <view, gap, popUp = false, innerBounds,
110 innerBounds = view.bounds.insetBy(margin.x, margin.y);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/tattoo/
H A Dwidget_inventory.cpp376 Common::Rect innerBounds = _bounds; in handleEvents() local
377 innerBounds.grow(-3); in handleEvents()
380 if (!innerBounds.contains(mousePos)) in handleEvents()
389 } else if (innerBounds.contains(mousePos)) { in handleEvents()
451 Common::Rect innerBounds = _bounds; in highlightControls() local
452 innerBounds.grow(-3); in highlightControls()
456 if (innerBounds.contains(mousePos)) in highlightControls()
/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/tattoo/
H A Dwidget_inventory.cpp376 Common::Rect innerBounds = _bounds; in handleEvents() local
377 innerBounds.grow(-3); in handleEvents()
380 if (!innerBounds.contains(mousePos)) in handleEvents()
389 } else if (innerBounds.contains(mousePos)) { in handleEvents()
451 Common::Rect innerBounds = _bounds; in highlightControls() local
452 innerBounds.grow(-3); in highlightControls()
456 if (innerBounds.contains(mousePos)) in highlightControls()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/testing/
H A DUnitTestStreamlineFilterMPI.cxx71 vtkm::Bounds innerBounds(3.8, 5.2, 3.8, 5.2, 3.8, 5.2); in TestAMRStreamline() local
74 auto innerDataSets = vtkm::worklet::testing::CreateAllDataSets(innerBounds, innerDims, true); in TestAMRStreamline()
185 VTKM_TEST_ASSERT(innerBounds.Contains(lastPt), in TestAMRStreamline()
218 VTKM_TEST_ASSERT(!innerBoundsNoGhost.Contains(lastPt) && innerBounds.Contains(lastPt), in TestAMRStreamline()
H A DUnitTestStreamlineFilter.cxx170 vtkm::Bounds innerBounds(3.8, 5.2, 3.8, 5.2, 3.8, 5.2); in TestAMRStreamline() local
173 auto innerDataSets = vtkm::worklet::testing::CreateAllDataSets(innerBounds, innerDims, true); in TestAMRStreamline()
262 VTKM_TEST_ASSERT(innerBounds.Contains(lastPt), in TestAMRStreamline()
291 VTKM_TEST_ASSERT(!innerBoundsNoGhost.Contains(lastPt) && innerBounds.Contains(lastPt), in TestAMRStreamline()
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelMPI/
H A DvtkDistributedPointCloudFilter.h63 vtkPointSet *input, vtkPointSet *output, const double innerBounds[6]);
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelMPI/
H A DvtkDistributedPointCloudFilter.h63 vtkMPIController*, vtkPointSet* input, vtkPointSet* output, const double innerBounds[6]);
/dports/astro/marble/marble-21.12.3/src/plugins/render/annotate/
H A DAreaAnnotation.cpp526 QVector<GeoDataLinearRing> &innerBounds = polygon->innerBoundaries(); in dealWithStateChange() local
528 if ( innerBounds.size() && innerBounds.last().size() <= 2 ) { in dealWithStateChange()
530 innerBounds.remove( innerBounds.size() - 1 ); in dealWithStateChange()
577 QVector<GeoDataLinearRing> &innerBounds = polygon->innerBoundaries(); in dealWithStateChange() local
580 innerBounds.append( GeoDataLinearRing( Tessellate ) ); in dealWithStateChange()
1118 QVector<GeoDataLinearRing> &innerBounds = polygon->innerBoundaries(); in processAddingHoleOnPress() local
1120 innerBounds.last().append( newCoords ); in processAddingHoleOnPress()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DFlowLayout.schelp64 Slider( w.view, d.indentedRemaining.width@150) //fits this view perfectly to the right innerBounds
71 ( //here the third view is fit to both the right and bottom innerBounds
87 method:: innerBounds
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/Common/GUI/backwardsCompatibility/
H A DSCViewHolder.sc178 StaticText(this,Rect(0,0,this.decorator.innerBounds.width - (2 * this.decorator.gap.x), height,0))
183 innerBounds { ^this.decorator.innerBounds }

1234