| 366 | }; |
| 367 | |
| 368 | static inline uint32_t ApplyMask(uint32_t colour, const AndOr *mask) |
| 369 | { |
| 370 | return (colour & mask->mand) | mask->mor; |
| 371 | } |
| 372 | |
| 373 | |
| 374 | /** Colour masks for "Contour" and "Routes" modes. */ |
no outgoing calls
no test coverage detected