Home
last modified time | relevance | path

Searched refs:boundaryBox (Results 1 – 10 of 10) sorted by relevance

/dports/games/py-fife/fifengine-0.4.2/engine/core/video/
H A Datlasbook.cpp156 AtlasBlock boundaryBox(Rect(), 0); in shrink() local
158 boundaryBox.merge(*block); in shrink()
161 assert(boundaryBox.left == 0); in shrink()
162 assert(boundaryBox.top == 0); in shrink()
165 uint32_t bwidth = boundaryBox.getWidth(); in shrink()
166 uint32_t bheight = boundaryBox.getHeight(); in shrink()
183 width = boundaryBox.getWidth(); in shrink()
184 height = boundaryBox.getHeight(); in shrink()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A Dskin.cpp107 if (part_here.boundaryBox.hit(part2.boundaryBox)) in getWalls()
661 if (!upper_layer_part.boundaryBox.hit(part.boundaryBox)) in generateGradualInfill()
735 if (part.boundaryBox.hit(lower_layer_part.boundaryBox)) in combineInfillLayers()
H A DlayerPart.cpp88 storageLayer.parts[i].boundaryBox.calculate(storageLayer.parts[i].outline); in createLayerWithParts()
H A DsliceDataStorage.h53 …AABB boundaryBox; //!< The boundaryBox is an axis-aligned bounardy box which is used to quic…
H A Dbridge.cpp43 if (!boundary_box.hit(prev_layer_part.boundaryBox)) in bridgeAngle()
H A DFffPolygonGenerator.cpp679 if (!part.boundaryBox.hit(other_part.boundaryBox)) in processInfillMesh()
711 layer.parts.back().boundaryBox.calculate(part); in processInfillMesh()
H A DFffGcodeWriter.cpp1774 AABB boundaryBox(part.outline); in processInsets() local
1781 if (boundaryBox.hit(prevLayerPart.boundaryBox)) in processInsets()
1807 if (boundaryBox.hit(support_roof_bb)) in processInsets()
1817 if (boundaryBox.hit(support_part_bb)) in processInsets()
/dports/www/moodle310/moodle/lib/
H A Dgraphlib.php1282 function update_boundaryBox(&$boundaryBox, $coords) { argument
1283 $width = $boundaryBox['width'];
1284 $height = $boundaryBox['height'];
1342 $boundaryBox = array_merge($boundaryBox, array('top' => $top,
/dports/www/moodle311/moodle/lib/
H A Dgraphlib.php1282 function update_boundaryBox(&$boundaryBox, $coords) { argument
1283 $width = $boundaryBox['width'];
1284 $height = $boundaryBox['height'];
1342 $boundaryBox = array_merge($boundaryBox, array('top' => $top,
/dports/www/moodle39/moodle/lib/
H A Dgraphlib.php1282 function update_boundaryBox(&$boundaryBox, $coords) { argument
1283 $width = $boundaryBox['width'];
1284 $height = $boundaryBox['height'];
1342 $boundaryBox = array_merge($boundaryBox, array('top' => $top,