#include "third_party/blink/renderer/core/layout/mathml/math_radical_layout_algorithm.h"
#include "third_party/blink/renderer/core/layout/block_break_token.h"
#include "third_party/blink/renderer/core/layout/length_utils.h"
#include "third_party/blink/renderer/core/layout/logical_box_fragment.h"
#include "third_party/blink/renderer/core/layout/mathml/math_layout_utils.h"
#include "third_party/blink/renderer/core/layout/physical_box_fragment.h"
#include "third_party/blink/renderer/platform/fonts/shaping/stretchy_operator_shaper.h"
namespace blink {
namespace {
bool HasBaseGlyphForRadical(const ComputedStyle& style) { … }
}
MathRadicalLayoutAlgorithm::MathRadicalLayoutAlgorithm(
const LayoutAlgorithmParams& params)
: … { … }
void MathRadicalLayoutAlgorithm::GatherChildren(
BlockNode* base,
BlockNode* index,
BoxFragmentBuilder* container_builder) const { … }
const LayoutResult* MathRadicalLayoutAlgorithm::Layout() { … }
MinMaxSizesResult MathRadicalLayoutAlgorithm::ComputeMinMaxSizes(
const MinMaxSizesFloatInput&) { … }
}