Home
last modified time | relevance | path

Searched refs:wrapList (Results 1 – 25 of 40) sorted by relevance

12

/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/glib/
H A Dlist.go23 return wrapList((*C.struct__GList)(unsafe.Pointer(obj)))
26 func wrapList(obj *C.struct__GList) *List { func
94 list := wrapList(C.g_list_nth(v.native(), C.guint(n)))
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/glib/
H A Dlist.go25 return wrapList((*C.struct__GList)(unsafe.Pointer(obj)))
28 func wrapList(obj *C.struct__GList) *List { func
96 list := wrapList(C.g_list_nth(v.native(), C.guint(n)))
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/glib/
H A Dlist.go25 return wrapList((*C.struct__GList)(unsafe.Pointer(obj)))
28 func wrapList(obj *C.struct__GList) *List { func
96 list := wrapList(C.g_list_nth(v.native(), C.guint(n)))
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/glib/
H A Dlist.go25 return wrapList((*C.struct__GList)(unsafe.Pointer(obj)))
28 func wrapList(obj *C.struct__GList) *List { func
96 list := wrapList(C.g_list_nth(v.native(), C.guint(n)))
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/glib/
H A Dlist.go25 return wrapList((*C.struct__GList)(unsafe.Pointer(obj)))
28 func wrapList(obj *C.struct__GList) *List { func
96 list := wrapList(C.g_list_nth(v.native(), C.guint(n)))
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/
H A Dchatitem.cpp659 …ChatLineModel::WrapList wrapList = data(ChatLineModel::WrapListRole).value<ChatLineModel::WrapList… in doLayout() local
660 if (!wrapList.count()) in doLayout()
897 , wrapList(item->data(ChatLineModel::WrapListRole).value<ChatLineModel::WrapList>()) in WrapColumnFinder()
905 if (wordidx >= wrapList.count()) in nextWrapColumn()
912 qint16 end = wrapList.count() - 1; in nextWrapColumn()
915 if (wrapList.at(end).endX <= targetWidth) // || start == end) in nextWrapColumn()
919 if (wrapList.at(start).endX > targetWidth) { in nextWrapColumn()
932 …const ChatLineModel::Word& lastWord = wrapList.at(start); // the last word we were able to squeez… in nextWrapColumn()
936 Q_ASSERT(end < wrapList.count()); // ensure that start isn't the last word in nextWrapColumn()
939 return wrapList.at(wordidx).start; in nextWrapColumn()
[all …]
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/
H A Dchatitem.cpp659 …ChatLineModel::WrapList wrapList = data(ChatLineModel::WrapListRole).value<ChatLineModel::WrapList… in doLayout() local
660 if (!wrapList.count()) in doLayout()
897 , wrapList(item->data(ChatLineModel::WrapListRole).value<ChatLineModel::WrapList>()) in WrapColumnFinder()
905 if (wordidx >= wrapList.count()) in nextWrapColumn()
912 qint16 end = wrapList.count() - 1; in nextWrapColumn()
915 if (wrapList.at(end).endX <= targetWidth) // || start == end) in nextWrapColumn()
919 if (wrapList.at(start).endX > targetWidth) { in nextWrapColumn()
932 …const ChatLineModel::Word& lastWord = wrapList.at(start); // the last word we were able to squeez… in nextWrapColumn()
936 Q_ASSERT(end < wrapList.count()); // ensure that start isn't the last word in nextWrapColumn()
939 return wrapList.at(wordidx).start; in nextWrapColumn()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DViewportFrame.cpp238 nsDisplayWrapList* wrapList = MakeDisplayItemWithIndex<nsDisplayWrapper>( in BuildDisplayListForTopLayer() local
241 if (!wrapList) { in BuildDisplayListForTopLayer()
244 wrapList->SetOverrideZIndex( in BuildDisplayListForTopLayer()
245 std::numeric_limits<decltype(wrapList->ZIndex())>::max()); in BuildDisplayListForTopLayer()
246 return wrapList; in BuildDisplayListForTopLayer()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DViewportFrame.cpp238 nsDisplayWrapList* wrapList = MakeDisplayItemWithIndex<nsDisplayWrapper>( in BuildDisplayListForTopLayer() local
241 if (!wrapList) { in BuildDisplayListForTopLayer()
244 wrapList->SetOverrideZIndex( in BuildDisplayListForTopLayer()
245 std::numeric_limits<decltype(wrapList->ZIndex())>::max()); in BuildDisplayListForTopLayer()
246 return wrapList; in BuildDisplayListForTopLayer()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DViewportFrame.cpp238 nsDisplayWrapList* wrapList = MakeDisplayItemWithIndex<nsDisplayWrapper>( in BuildDisplayListForTopLayer() local
241 if (!wrapList) { in BuildDisplayListForTopLayer()
244 wrapList->SetOverrideZIndex( in BuildDisplayListForTopLayer()
245 std::numeric_limits<decltype(wrapList->ZIndex())>::max()); in BuildDisplayListForTopLayer()
246 return wrapList; in BuildDisplayListForTopLayer()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsViewportFrame.cpp69 nsDisplayWrapList* wrapList = in BuildDisplayList() local
71 wrapList->SetOverrideZIndex( in BuildDisplayList()
72 std::numeric_limits<decltype(wrapList->ZIndex())>::max()); in BuildDisplayList()
73 aLists.PositionedDescendants()->AppendNewToTop(wrapList); in BuildDisplayList()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DViewportFrame.cpp68 nsDisplayWrapList* wrapList = in BuildDisplayList() local
70 wrapList->SetOverrideZIndex( in BuildDisplayList()
71 std::numeric_limits<decltype(wrapList->ZIndex())>::max()); in BuildDisplayList()
72 aLists.PositionedDescendants()->AppendToTop(wrapList); in BuildDisplayList()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/install/Classes/Report/
H A DInstallStatusReport.php299 … $message = $this->wrapList($messages, count($messages) > 1 ? self::WRAP_NESTED : self::WRAP_FLAT);
306 protected function wrapList(array $items, int $style): string function in TYPO3\\CMS\\Install\\Report\\InstallStatusReport
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/install/Classes/Report/
H A DInstallStatusReport.php305 … $message = $this->wrapList($messages, count($messages) > 1 ? self::WRAP_NESTED : self::WRAP_FLAT);
312 protected function wrapList(array $items, int $style): string function in TYPO3\\CMS\\Install\\Report\\InstallStatusReport
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/install/Classes/Report/
H A DInstallStatusReport.php305 … $message = $this->wrapList($messages, count($messages) > 1 ? self::WRAP_NESTED : self::WRAP_FLAT);
312 protected function wrapList(array $items, int $style): string function in TYPO3\\CMS\\Install\\Report\\InstallStatusReport
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp299 nsDisplayWrapList* wrapList = aItem->AsDisplayWrapList(); in UpdateASR() local
300 if (!wrapList) { in UpdateASR()
305 wrapList->SetActiveScrolledRoot(ActiveScrolledRoot::PickAncestor( in UpdateASR()
306 wrapList->GetFrameActiveScrolledRoot(), aContainerASR.value())); in UpdateASR()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp359 nsDisplayWrapList* wrapList = aItem->AsDisplayWrapList(); in UpdateASR() local
360 if (!wrapList) { in UpdateASR()
365 wrapList->SetActiveScrolledRoot(ActiveScrolledRoot::PickAncestor( in UpdateASR()
366 wrapList->GetFrameActiveScrolledRoot(), *asr)); in UpdateASR()
368 wrapList->UpdateHitTestInfoActiveScrolledRoot(*asr); in UpdateASR()
/dports/www/qt5-webchannel/kde-qtwebchannel-5.15.2p2/src/webchannel/
H A Dqmetaobjectpublisher_p.h236 QJsonArray wrapList(const QVariantList &list, QWebChannelAbstractTransport *transport,
H A Dqmetaobjectpublisher.cpp557 message[KEY_ARGS] = wrapList(arguments, Q_NULLPTR, objectName); in signalEmitted()
804 return wrapList(list.value<QVariantList>(), transport); in wrapResult()
816 QJsonArray QMetaObjectPublisher::wrapList(const QVariantList &list, QWebChannelAbstractTransport *t… in wrapList() function in QMetaObjectPublisher
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects/includes/
H A DScilabAbstractEnvironmentWrapper.hxx136 virtual int wrapList(int len, const int * const ids) const = 0;
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp352 nsDisplayWrapList* wrapList = aItem->AsDisplayWrapList(); in UpdateASR() local
353 if (!wrapList) { in UpdateASR()
358 wrapList->SetActiveScrolledRoot(ActiveScrolledRoot::PickAncestor( in UpdateASR()
359 wrapList->GetFrameActiveScrolledRoot(), *aContainerASR)); in UpdateASR()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp352 nsDisplayWrapList* wrapList = aItem->AsDisplayWrapList(); in UpdateASR() local
353 if (!wrapList) { in UpdateASR()
358 wrapList->SetActiveScrolledRoot(ActiveScrolledRoot::PickAncestor( in UpdateASR()
359 wrapList->GetFrameActiveScrolledRoot(), *aContainerASR)); in UpdateASR()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp402 nsDisplayWrapList* wrapList = aItem->AsDisplayWrapList(); in UpdateASR() local
403 if (!wrapList) { in UpdateASR()
408 wrapList->SetActiveScrolledRoot(ActiveScrolledRoot::PickAncestor( in UpdateASR()
409 wrapList->GetFrameActiveScrolledRoot(), *aContainerASR)); in UpdateASR()
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects_java/src/jni/
H A DScilabJavaObject.hxx277 static int wrapList(JavaVM * jvm_, int const* ids, int idsSize);
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects_java/src/cpp/
H A DScilabJavaEnvironmentWrapper.cpp415 int ScilabJavaEnvironmentWrapper::wrapList(int len, const int * const ids) const in wrapList() function in org_scilab_modules_external_objects_java::ScilabJavaEnvironmentWrapper
418 return ScilabJavaObject::wrapList(vm, ids, len); in wrapList()

12