pub(super) fn draw_individual_borders(
screen: &Screen,
x0: i32,
y0: i32,
x1: i32,
y1: i32,
el: &RenderElement,
is_hovered: bool,
is_focused: bool,
is_active: bool,
)Expand description
計算量: O(W + H) — 枠線 4 辺の長さに比例(太さは定数倍)。 面積ではないので軽い。実測 0〜1 tick。