thorvg/src/lib
Subhransu Mohanty 275c2f9d79 tvg: added task support that runs on a threadpool.
this patch adds an async() function that takes a shared_task
and runs asyncronously in a threadpool.

Change-Id: I02a47df6938656828f924fbf5e2bc075073b329b
2020-08-14 10:57:39 +09:00
..
gl_engine gl_engine: engine should return shape data for resuing it. 2020-08-13 20:01:03 +09:00
sw_engine sw_engine: fix potential data overflow. 2020-08-13 19:50:46 +09:00
meson.build tvg: added task support that runs on a threadpool. 2020-08-14 10:57:39 +09:00
tvgBezier.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgBezier.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCanvas.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCanvasImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCommon.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgFill.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgGlCanvas.cpp common: code refactoring. 2020-08-13 19:13:17 +09:00
tvgInitializer.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgLinearGradient.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgLoader.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgLoaderMgr.cpp common: code refactoring. 2020-08-13 20:05:37 +09:00
tvgLoaderMgr.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPaint.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPaint.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPicture.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPictureImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgRadialGradient.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgRender.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgRender.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgScene.cpp replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgSceneImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgShape.cpp common_shape: fixed arc api to draw rectangles lower than 0. 2020-08-13 08:54:39 +00:00
tvgShapeImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgShapePath.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgSwCanvas.cpp common: code refactoring. 2020-08-13 19:13:17 +09:00
tvgTask.cpp tvg: added task support that runs on a threadpool. 2020-08-14 10:57:39 +09:00
tvgTask.h tvg: added task support that runs on a threadpool. 2020-08-14 10:57:39 +09:00