Home
last modified time | relevance | path

Searched refs:bottomBorder (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dtableutils.cpp42 *left = collapseBorders(bottomLeftCell.topBorder(), topLeftCell.bottomBorder()); in resolveBordersHorizontal()
44 *left = collapseBorders(table->bottomBorder(), topLeftCell.bottomBorder()); in resolveBordersHorizontal()
64 *center = collapseBorders(topCell.bottomBorder(), bottomCell.topBorder()); in resolveBordersHorizontal()
66 *center = collapseBorders(table->bottomBorder(), topCell.bottomBorder()); in resolveBordersHorizontal()
88 *right = collapseBorders(table->bottomBorder(), topRightCell.bottomBorder()); in resolveBordersHorizontal()
115 *topLeft = collapseBorders(leftCell.topBorder(), topLeftCell.bottomBorder()); in resolveBordersVertical()
117 *topLeft = collapseBorders(table->bottomBorder(), topLeftCell.bottomBorder()); in resolveBordersVertical()
137 *topRight = collapseBorders(rightCell.topBorder(), topRightCell.bottomBorder()); in resolveBordersVertical()
139 *topRight = collapseBorders(table->bottomBorder(), topRightCell.bottomBorder()); in resolveBordersVertical()
163 *bottomLeft = collapseBorders(table->bottomBorder(), leftCell.bottomBorder()); in resolveBordersVertical()
[all …]
H A Dtablecell.cpp167 …str += QString("topBorder=%1, bottomBorder=%2, ").arg(topBorder().asString(), bottomBorder().asStr… in asString()
225 currentWidth = collapseBorders(cellAbove.bottomBorder(), topBorder()).width(); in maxTopBorderWidth()
245 currentWidth = collapseBorders(bottomBorder(), cellBelow.topBorder()).width(); in maxBottomBorderWidth()
247 currentWidth = collapseBorders(d->table->bottomBorder(), bottomBorder()).width(); in maxBottomBorderWidth()
H A Dpageitem_table.h59 …Q_PROPERTY(TableBorder bottomBorder READ bottomBorder WRITE setBottomBorder RESET unsetBottomBorde…
462 TableBorder bottomBorder() const;
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeSuperEllipsoid.cpp60 bottomBorder.set( in ProtoSuperEllipsoid()
184 if (data->bottomBorder == - (M_PI / 2.0)) in createMesh()
201 float low = data->bottomBorder; in createMesh()
333 data.bottomBorder = bottomBorder()->getValue(); in createMesh()
397 if (bottomBorder()->getValue() == - (M_PI / 2.0)) in toNurbs()
502 data->bottomBorder = bottomBorder()->getValue(); in initializeData()
523 inter->interpolate(key, &(data->bottomBorder)); in loadDataFromInterpolators()
616 float bottomBorder = this->bottomBorder()->getValue(); in flip() local
619 this->border(new SFFloat(-bottomBorder)); in flip()
621 this->bottomBorder(new SFFloat(-border)); in flip()
H A DNodeSuperRevolver.cpp68 bottomBorder.set( in ProtoSuperRevolver()
71 setFieldFlags(bottomBorder, FF_4KIDS); in ProtoSuperRevolver()
149 float low = bottomBorder()->getValue(); in createMesh()
201 (bottomBorder()->getValue() != (float) -M_PI)) in createMesh()
319 new SFFloat(-bottomBorder()->getValue()), cf); in setField()
463 (bottomBorder()->getValue() > (-M_PI + epsilon)))) { in flip()
580 node->bottomBorder(new SFFloat(bottomBorder()->getValue())); in degreeElevate()
707 bottomBorder(new SFFloat(data.bottomBorder)); in createMesh()
733 data->bottomBorder = bottomBorder()->getValue(); in copyData()
774 inter->interpolate(key, &(data->bottomBorder)); in loadDataFromInterpolators()
H A DNodeSuperShape.cpp73 bottomBorder.set( in ProtoSuperShape()
145 data.bottomBorder = bottomBorder()->getValue(); in createMesh()
183 if (data.bottomBorder == - (M_PI / 2.0)) in createMesh()
199 float low = data.bottomBorder; in createMesh()
532 inter->interpolate(key, &(data->bottomBorder)); in loadDataFromInterpolators()
627 float bottomBorder = this->bottomBorder()->getValue(); in flip() local
630 this->border(new SFFloat(-bottomBorder)); in flip()
632 this->bottomBorder(new SFFloat(-border)); in flip()
H A DNodeSuperEllipsoid.h36 float bottomBorder; variable
58 FieldIndex bottomBorder; variable
108 fieldMacros(SFFloat, bottomBorder, ProtoSuperEllipsoid)
H A DNodeSuperRevolver.h40 float bottomBorder; variable
67 FieldIndex bottomBorder; variable
122 fieldMacros(SFFloat, bottomBorder, ProtoSuperRevolver)
H A DNodeSuperShape.h45 float bottomBorder; variable
82 FieldIndex bottomBorder; variable
141 fieldMacros(SFFloat, bottomBorder, ProtoSuperShape)
H A DNodeSuperExtrusion.h43 float bottomBorder; variable
70 FieldIndex bottomBorder; variable
140 fieldMacros(SFFloat, bottomBorder, ProtoSuperExtrusion)
H A DNodeSuperExtrusion.cpp66 bottomBorder.set( in ProtoSuperExtrusion()
69 setFieldFlags(bottomBorder, FF_4KIDS); in ProtoSuperExtrusion()
166 float low = bottomBorder()->getValue(); in createExtrusion()
289 new SFFloat(-bottomBorder()->getValue()), cf); in setField()
728 bottomBorder(new SFFloat(data.bottomBorder)); in createMesh()
755 data->bottomBorder = bottomBorder()->getValue(); in copyData()
796 inter->interpolate(key, &(data->bottomBorder)); in loadDataFromInterpolators()
844 node->bottomBorder(new SFFloat(bottomBorder()->getValue())); in degreeElevate()
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/colorizer/
H A DCustomBackground.qml27 property bool bottomBorder: false
31 property bool onlyVerticalBorders: !topBorder && !bottomBorder
49 if (bottomBorder) {
59 readonly property bool bothHorizontals: (bottomBorder && topBorder)
85 property: "bottomBorder"
210 if (bottomBorder) {
/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Dformat.cpp493 Pen bottomBorder; member in FormatBorders::Private
532 d->bottomBorder = border.bottomBorder(); in assign()
576 const Pen& FormatBorders::bottomBorder() const in bottomBorder() function in FormatBorders
578 return d->bottomBorder; in bottomBorder()
583 d->bottomBorder = pen; in setBottomBorder()
615 d->bottomBorder == font.d->bottomBorder && in operator ==()
626 d->bottomBorder != font.d->bottomBorder || in operator !=()
/dports/graphics/wdune/wdune-1.926/docs/usage_docs/
H A Dqualle.wrl22 exposedField SFFloat bottomBorder
57 bottomBorder 0
81 bottomBorder 0
H A Dschiff.wrl45 exposedField SFFloat bottomBorder
74 bottomBorder 0
/dports/graphics/wdune/wdune-1.926/docs/scripted_Nodes/
H A DSuperEllipsoidPROTO.wrl19 # exposedField SFFloat bottomBorder
66 exposedField SFFloat bottomBorder -1.57079632679489661923
152 rotation IS bottomBorder
195 field SFFloat bottomBorder -1.57079632679489661923
302 if (bottomBorder==(-Math.PI/2.0))
304 low=bottomBorder;
384 bottomBorder=bottomBorderContainer.rotation;
410 bottomBorder = value;
H A Dsuperextrusion_example.wrl19 exposedField SFFloat bottomBorder
51 bottomBorder -3.08999800
H A DSuperShapePROTO.wrl29 # exposedField SFFloat bottomBorder
86 exposedField SFFloat bottomBorder -1.57079632679489661923
343 rotation IS bottomBorder
407 field SFFloat bottomBorder -1.57079632679489661923
478 if (bottomBorder==(-Math.PI/2.0))
480 low=bottomBorder;
604 bottomBorder=bottomBorderContainer.rotation;
692 bottomBorder = value;
H A Dsuperellipsoid_example.wrl14 exposedField SFFloat bottomBorder
43 bottomBorder -1.45483505
H A DSuperRevolverPROTO.wrl25 # exposedField SFFloat bottomBorder
116 exposedField SFFloat bottomBorder -3.14159265358979323846
221 rotation IS bottomBorder
280 field SFFloat bottomBorder 3.14159265358979323846
368 inc1=(border-bottomBorder)/superTess;
371 if (bottomBorder!=(-Math.PI/2.0))
375 low=bottomBorder;
384 angle1=bottomBorder;
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/app/qml/viewers/helpers/
H A DHolyRectangle.qml50 property int bottomBorder: 0
73 component.bottomBorder = component.height - (holeRect.y + holeRect.height);
78 component.bottomBorder = 0;
85 …Behavior on bottomBorder { enabled: animatePosition; NumberAnimation { duration: applicationWindow…
133 height: component.height + component.bottomBorder
/dports/net/linphone/linphoneqt-4.1.1/ui/modules/Common/Misc/
H A DBorders.qml28 id: bottomBorder
69 bottomMargin: bottomBorder.height
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dbigrect.cpp62 SkRect bottomBorder = SkRect::MakeLTRB(-1, 34, 35, 36); in draw_big_rect() local
63 canvas->drawRect(bottomBorder, rectPaint); in draw_big_rect()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dbigrect.cpp62 SkRect bottomBorder = SkRect::MakeLTRB(-1, 34, 35, 36); in draw_big_rect() local
63 canvas->drawRect(bottomBorder, rectPaint); in draw_big_rect()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertiespalette_table.cpp284 …TableBorder bottomBorder = tableEditMode ? table->activeCell().bottomBorder() : table->bottomBorde… in on_sideSelector_selectionChanged() local
285 if (borderState == Unset && !bottomBorder.isNull()) in on_sideSelector_selectionChanged()
287 m_currentBorder = bottomBorder; in on_sideSelector_selectionChanged()
290 else if (m_currentBorder != bottomBorder) in on_sideSelector_selectionChanged()

12345678