Home
last modified time | relevance | path

Searched refs:ImDrawCallback (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui.h2272 #ifndef ImDrawCallback
2273 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef
2280 #define ImDrawCallback_ResetRenderState (ImDrawCallback)(-1)
2294ImDrawCallback UserCallback; // 4-8 // If != NULL, call the function instead of rendering …
2471 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
Dimgui_draw.cpp474 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
/third_party/mesa3d/src/imgui/
Dimgui.h1728 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef
1736ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the …
1868 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
Dimgui_draw.cpp422 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1720 typedef void (*ImDrawCallback)(const ImDrawList* parent_list, const ImDrawCmd* cmd); typedef
1728ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the …
1860 …IMGUI_API void AddCallback(ImDrawCallback callback, void* callback_data); // Your rendering func…
Dimgui_draw.cpp420 void ImDrawList::AddCallback(ImDrawCallback callback, void* callback_data) in AddCallback()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DTODO.txt44 …- drawlist: callback: add an extra void* in ImDrawCallback to allow passing render-local data to t…
/third_party/skia/third_party/externals/imgui/docs/
DTODO.txt56 …- drawlist: callback: add an extra void* in ImDrawCallback to allow passing render-local data to t…
DCHANGELOG.txt1403 - ImDrawCallback: Allow to override the signature of ImDrawCallback by #define-ing it. This is mean…