Home
last modified time | relevance | path

Searched refs:BoxPack (Results 1 – 25 of 31) sorted by relevance

12

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dboxpack_2d.c58 struct BoxPack *trb; /* top right box */
59 struct BoxPack *blb; /* bottom left box */
60 struct BoxPack *brb; /* bottom right box */
61 struct BoxPack *tlb; /* top left box */
65 struct BoxPack *isect_cache[4];
103 static float box_xmin_get(const BoxPack *box) in box_xmin_get()
108 static float box_xmax_get(const BoxPack *box) in box_xmax_get()
113 static float box_ymin_get(const BoxPack *box) in box_ymin_get()
171 static float box_area(const BoxPack *box) in box_area()
176 static bool box_isect(const BoxPack *box_a, const BoxPack *box_b) in box_isect()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_boxpack_2d.h34 typedef struct BoxPack { struct
45 } BoxPack; typedef
47 void BLI_box_pack_2d(BoxPack *boxarray, const unsigned int len, float *r_tot_x, float *r_tot_y);
/dports/math/reduce/Reduce-svn5758-src/contrib/boxdisplay/sml/
H A DBoxPack.sml16 structure BoxPack: BOX_PACK = structure
50 end (* structure BoxPack *)
H A DDelimiter.sml15 fun charBox info = BoxPack.boxList [Char info]
32 NONE => dnVBox w (BoxPack.boxList[hd vlist]) (tl vlist)
H A DMakeChar.sml14 open BasicBox; open BoxPack; open AxisCenter
H A DGenFraction.sml13 open Delimiter; open BoxPack
H A DBoundaries.sml14 open BoxPack; open AxisCenter
H A DAccent.sml16 open MakeVBox; open BoxPack
H A DMakeLimOp.sml12 open BasicBox; open MakeVBox; open BoxPack
H A Dall.sml25 use "BoxPack.sml";
H A DSetBox.sml56 val setHList = setBox VBox o BoxPack.boxList
H A DMathTranslate.sml32 open General; open Distance; open BoxPack; open AxisCenter
H A Dsml.red784 use "BoxPack.sml";
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_islands.c404 BoxPack *boxarray = MEM_mallocN(sizeof(*boxarray) * island_list_len, __func__); in ED_uvedit_pack_islands_multi()
427 BoxPack *box = &boxarray[index]; in ED_uvedit_pack_islands_multi()
448 BoxPack *box = &boxarray[i]; in ED_uvedit_pack_islands_multi()
H A Duvedit_parametrizer.c4762 BoxPack *boxarray, *box; in param_pack()
4786 boxarray = MEM_mallocN(phandle->ncharts * sizeof(BoxPack), "BoxPack box"); in param_pack()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_deprecated_flexible_box.cc356 if (StyleRef().BoxPack() != ComputedStyleInitialValues::InitialBoxPack()) in UpdateBlockLayout()
661 if (StyleRef().BoxPack() != EBoxPack::kStart && remaining_space > 0) { in LayoutVerticalBox()
664 if (StyleRef().BoxPack() == EBoxPack::kJustify) { in LayoutVerticalBox()
700 if (StyleRef().BoxPack() == EBoxPack::kCenter) { in LayoutVerticalBox()
H A Dflexible_box_algorithm.cc851 position = BoxPackToContentPosition(style.BoxPack()); in ResolvedJustifyContent()
866 is_webkit_box ? BoxPackToContentDistribution(style.BoxPack()) in ResolvedJustifyContent()
/dports/graphics/blender/blender-2.91.0/source/blender/python/mathutils/
H A Dmathutils_geometry.c1345 static int boxPack_FromPyObject(PyObject *value, BoxPack **boxarray) in boxPack_FromPyObject()
1349 BoxPack *box; in boxPack_FromPyObject()
1359 *boxarray = MEM_mallocN(len * sizeof(BoxPack), "BoxPack box"); in boxPack_FromPyObject()
1392 static void boxPack_ToPyObject(PyObject *value, BoxPack **boxarray) in boxPack_ToPyObject()
1396 BoxPack *box; in boxPack_ToPyObject()
1433 BoxPack *boxarray = NULL; in M_Geometry_box_pack_2d()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/csstype/
H A Dindex.d.ts7645 boxPack?: Property.BoxPack;
7923 KhtmlBoxPack?: Property.BoxPack;
8111 MozBoxPack?: Property.BoxPack;
8551 WebkitBoxPack?: Property.BoxPack;
16281 "box-pack"?: Property.BoxPack;
16559 "-khtml-box-pack"?: Property.BoxPack;
16747 "-moz-box-pack"?: Property.BoxPack;
17187 "-webkit-box-pack"?: Property.BoxPack;
18165 export type BoxPack = Globals | "center" | "end" | "justify" | "start"; alias
H A Dindex.js.flow663 boxPack?: Property$BoxPack,
710 MozBoxPack?: Property$BoxPack,
1496 "box-pack"?: Property$BoxPack,
2329 boxPack?: Property$BoxPack | Array<Property$BoxPack>,
2357 KhtmlBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
2376 MozBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
2421 WebkitBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
3162 "box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
3190 "-khtml-box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
3209 "-moz-box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/csstype/
H A Dindex.d.ts7793 boxPack?: Property.BoxPack;
8061 KhtmlBoxPack?: Property.BoxPack;
8249 MozBoxPack?: Property.BoxPack;
8739 WebkitBoxPack?: Property.BoxPack;
16617 "box-pack"?: Property.BoxPack;
16885 "-khtml-box-pack"?: Property.BoxPack;
17073 "-moz-box-pack"?: Property.BoxPack;
17563 "-webkit-box-pack"?: Property.BoxPack;
18585 export type BoxPack = Globals | "center" | "end" | "justify" | "start"; alias
H A Dindex.js.flow675 boxPack?: Property$BoxPack,
721 MozBoxPack?: Property$BoxPack,
1524 "box-pack"?: Property$BoxPack,
2373 boxPack?: Property$BoxPack | Array<Property$BoxPack>,
2400 KhtmlBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
2419 MozBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
2469 WebkitBoxPack?: Property$BoxPack | Array<Property$BoxPack>,
3222 "box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
3249 "-khtml-box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
3268 "-moz-box-pack"?: Property$BoxPack | Array<Property$BoxPack>,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dflexible_box_algorithm.cc944 position = BoxPackToContentPosition(style.BoxPack()); in ResolvedJustifyContent()
959 is_webkit_box ? BoxPackToContentDistribution(style.BoxPack()) in ResolvedJustifyContent()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsComputedDOMStylePropertyList.h284 COMPUTED_STYLE_PROP(box_pack, BoxPack)
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsComputedDOMStylePropertyList.h293 COMPUTED_STYLE_PROP(_moz_box_pack, BoxPack)

12