Searched defs:TaskFunc (Results 1 – 3 of 3) sorted by relevance
32 typedef void (*TaskFunc)(void *context); typedef
24 using TaskFunc = std::function<void(CanvasPaintMethod&, PaintWrapper*)>; variable
35 using TaskFunc = std::function<void(RenderCustomPaint&, const Offset&)>; variable