Searched refs:parts (Results 1 – 4 of 4) sorted by relevance
/StarryEngine/starry_client/src/base/ |
H A D | renderer.rs | 224 fn arc(&mut self, x0: i32, y0: i32, radius: i32, parts: u8, color: Color) { in arc() 231 if parts & 1 << 0 != 0 { in arc() 234 if parts & 1 << 1 != 0 { in arc() 237 if parts & 1 << 2 != 0 { in arc() 240 if parts & 1 << 3 != 0 { in arc() 243 if parts & 1 << 4 != 0 { in arc() 246 if parts & 1 << 5 != 0 { in arc() 249 if parts & 1 << 6 != 0 { in arc() 252 if parts & 1 << 7 != 0 { in arc() 258 if parts & 1 << 0 != 0 { in arc() [all …]
|
/StarryEngine/starry_client/src/font/ |
H A D | unifont.rs | 14 let mut parts = line.split(":"); in main() localVariable 15 let num = u32::from_str_radix(parts.next().unwrap(), 16).unwrap(); in main() 25 let data_part = parts.next().unwrap(); in main()
|
H A D | unifont-license.txt | 282 10. If you wish to incorporate parts of the Program into other free 353 parts of the General Public License. Of course, the commands you use may
|
/StarryEngine/ |
H A D | LICENSE | 145 subprograms and other parts of the work. 148 can regenerate automatically from other parts of the Corresponding 225 additional terms, to the whole of the work, and all its parts, 243 parts of the aggregate. 260 long as you offer spare parts or customer support for that product 661 parts of the General Public License. Of course, your program's commands
|