| 27 | } |
| 28 | |
| 29 | bool ShapeRasterizer::asyncSupport() const { |
| 30 | #if defined(TGFX_BUILD_FOR_WEB) && !defined(TGFX_USE_FREETYPE) |
| 31 | return false; |
| 32 | #else |
| 33 | return true; |
| 34 | #endif |
| 35 | } |
| 36 | |
| 37 | std::shared_ptr<ShapeBuffer> ShapeRasterizer::getData() const { |
| 38 | auto finalPath = shape->getPath(); |
nothing calls this directly
no outgoing calls
no test coverage detected