pub fn build_border_instances(
    cache_key: &BorderSegmentCacheKey,
    cache_size: DeviceIntSize,
    border: &NormalBorder,
    scale: LayoutToDeviceScale,
) -> Vec<BorderInstance>Expand description
Build the set of border instances needed to draw a border segment into the render task cache.