Searched refs:ImDrawCallback (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 2272 #ifndef ImDrawCallback 2273 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef 2280 #define ImDrawCallback_ResetRenderState (ImDrawCallback)(-1) 2294 …ImDrawCallback UserCallback; // 4-8 // If != NULL, call the function instead of rendering … 2471 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
|
D | imgui_draw.cpp | 474 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 1728 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef 1736 …ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the … 1868 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
|
D | imgui_draw.cpp | 422 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 1720 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef 1728 …ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the … 1860 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
|
D | imgui_draw.cpp | 420 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 44 …- drawlist: callback: add an extra void* in ImDrawCallback to allow passing render-local data to t…
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | TODO.txt | 56 …- drawlist: callback: add an extra void* in ImDrawCallback to allow passing render-local data to t…
|
D | CHANGELOG.txt | 1403 - ImDrawCallback: Allow to override the signature of ImDrawCallback by #define-ing it. This is mean…
|