| 340 | } |
| 341 | |
| 342 | cc_bool Drawer2D_ValidColorCodeAt(const cc_string* text, int i) { |
| 343 | if (i >= text->length) return false; |
| 344 | return BitmapCol_A(Drawer2D_GetColor(text->buffer[i])) != 0; |
| 345 | } |
| 346 | |
| 347 | cc_bool Drawer2D_UNSAFE_NextPart(cc_string* left, cc_string* part, char* colorCode) { |
| 348 | BitmapCol color; |
no outgoing calls
no test coverage detected