Searched refs:arc_end (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tools/image_generator/ |
D | draw-progress.sh | 7 arc_end=$(bc -l <<< "90 + $arc_size / 2") 12 fg_arc_start=$(bc -l <<< "$arc_end - $progress * $arc_size") 19 stroke gray ellipse 200,200 100,100 $arc_start,$arc_end \ 20 stroke white ellipse 200,200 100,100 $fg_arc_start,$arc_end" "$filename" 25 stroke gray ellipse 200,200 100,100 $arc_start,$arc_end \ 26 stroke white ellipse 200,200 100,100 $fg_arc_start,$arc_end" "rtl_$filename"
|