MCPcopy Create free account
hub / github.com/Tencent/tgfx / asyncSupport

Method asyncSupport

src/core/ShapeRasterizer.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29bool 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
37std::shared_ptr<ShapeBuffer> ShapeRasterizer::getData() const {
38 auto finalPath = shape->getPath();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected