Home
last modified time | relevance | path

Searched defs:BoxItem (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_fragment_item.h51 struct BoxItem { struct
59 scoped_refptr<const NGPhysicalBoxFragment> box_fragment;
60 wtf_size_t descendants_count;
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dboxitem.cpp22 BoxItem::BoxItem(View *parent) in BoxItem() function in Kst::BoxItem
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/inline/
H A Dng_fragment_item.h52 struct BoxItem { struct
65 scoped_refptr<const NGPhysicalBoxFragment> box_fragment;
66 wtf_size_t descendants_count;
H A Dng_fragment_item.cc335 NGFragmentItem::BoxItem::BoxItem(const BoxItem& other) in BoxItem() function in blink::NGFragmentItem::BoxItem
339 NGFragmentItem::BoxItem::BoxItem( in BoxItem() function in blink::NGFragmentItem::BoxItem
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoListStyle.h97 BoxItem, enumerator
/dports/editors/calligra/calligra-3.2.1/words/plugins/scripting/
H A DStyle.h240 BoxItem = KoListStyle::BoxItem enumerator
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/visualize/
H A Dowviolinplot.py251 class BoxItem(pg.GraphicsObject): class