Home
last modified time | relevance | path

Searched refs:updateAlignment (Results 1 – 25 of 49) sorted by relevance

12

/dports/cad/qelectrotech/qet-0.7.0/sources/qetgraphicsitem/
H A Delementtextitemgroup.cpp67 updateAlignment(); in addToGroup()
70 …ect(deti, &DynamicElementTextItem::fontChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
71 …deti, &DynamicElementTextItem::textChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
72 …deti, &DynamicElementTextItem::textFromChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
73 …deti, &DynamicElementTextItem::infoNameChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
74 …deti, &DynamicElementTextItem::compositeTextChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
75 …deti, &DynamicElementTextItem::plainTextChanged, this, &ElementTextItemGroup::updateAlignment); in addToGroup()
97 updateAlignment(); in removeFromGroup()
135 updateAlignment(); in setAlignment()
150 void ElementTextItemGroup::updateAlignment() in updateAlignment() function in ElementTextItemGroup
[all …]
H A Delementtextitemgroup.h67 void updateAlignment();
/dports/x11-toolkits/qt5-quickcontrols2/kde-qtquickcontrols2-5.15.2p8/src/quickcontrols2/
H A Dqquickplaceholdertext.cpp52 …connect(parentItem(), SIGNAL(effectiveHorizontalAlignmentChanged()), this, SLOT(updateAlignment())… in componentComplete()
53 updateAlignment(); in componentComplete()
56 void QQuickPlaceholderText::updateAlignment() in updateAlignment() function in QQuickPlaceholderText
H A Dqquickplaceholdertext_p.h67 void updateAlignment();
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/
H A Dlinearlayout.cpp108 this, SLOT(updateAlignment(QGraphicsLayoutItem*,Qt::Alignment))); in insertLayoutItem()
161 void GraphicsLinearLayoutObject::updateAlignment(QGraphicsLayoutItem *item, Qt::Alignment alignment) in updateAlignment() function in GraphicsLinearLayoutObject
H A Dlinearlayout.h87 void updateAlignment(QGraphicsLayoutItem*,Qt::Alignment);
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/
H A Dgridlayout.cpp133 this, SLOT(updateAlignment(QGraphicsLayoutItem*, Qt::Alignment))); in addLayoutItem()
176 void GraphicsGridLayoutObject::updateAlignment(QGraphicsLayoutItem *item, Qt::Alignment alignment) in updateAlignment() function in GraphicsGridLayoutObject
H A Dgridlayout.h77 void updateAlignment(QGraphicsLayoutItem*,Qt::Alignment);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_buffer_pool.mm88 updateAlignment(contextMtl, alignment);
108 updateAlignment(context, alignment);
327 void BufferPool::updateAlignment(Context *context, size_t alignment)
H A Dmtl_buffer_pool.h95 void updateAlignment(Context *context, size_t alignment);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_buffer_pool.h71 void updateAlignment(ContextMtl *contextMtl, size_t alignment);
H A Dmtl_buffer_pool.mm45 updateAlignment(contextMtl, alignment);
220 void BufferPool::updateAlignment(ContextMtl *contextMtl, size_t alignment)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java308 data.updateAlignment(alignment); in recordDataReferenceInCode()
314 data.updateAlignment(alignment); in recordDataReferenceInCode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java308 data.updateAlignment(alignment); in recordDataReferenceInCode()
314 data.updateAlignment(alignment); in recordDataReferenceInCode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java308 data.updateAlignment(alignment); in recordDataReferenceInCode()
314 data.updateAlignment(alignment); in recordDataReferenceInCode()
/dports/cad/qelectrotech/qet-0.7.0/sources/undocommand/
H A Daddelementtextcommand.cpp144 m_group.data()->updateAlignment(); in redo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DButton.java946 updateAlignment (); in setImage()
1025 updateAlignment (); in setText()
1048 void updateAlignment () { in updateAlignment() method in Button
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/asm/
H A DCompilationResultBuilder.java316 data.updateAlignment(alignment); in recordDataReferenceInCode()
322 data.updateAlignment(alignment); in recordDataReferenceInCode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
989 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1012 updateAlignment(I, Repl); in rauw()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp493 void updateAlignment(Instruction *I, Instruction *Repl);
987 void GVNHoist::updateAlignment(Instruction *I, Instruction *Repl) { in updateAlignment() function in llvm::GVNHoist
1010 updateAlignment(I, Repl); in rauw()

12