Searched refs:STBTT_free (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h469 // #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
473 #define STBTT_free(x,u) ((void)(u),free(x)) macro
1840 if (vertices) STBTT_free(vertices, info->userdata);
1841 if (comp_verts) STBTT_free(comp_verts, info->userdata);
1846 if (vertices) STBTT_free(vertices, info->userdata);
1848 STBTT_free(comp_verts, info->userdata);
2621 STBTT_free(v, info->userdata);
2710 STBTT_free(c, userdata);
2929 STBTT_free(scanline, userdata);
3231 STBTT_free(scanlin
[all...]
H A Dimgui_draw.cpp133 #define STBTT_free(x,u) ((void)(u), ImGui::MemFree(x)) macro
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h469 // #define your own functions "STBTT_malloc" / "STBTT_free" to avoid malloc.h
473 #define STBTT_free(x,u) ((void)(u),free(x)) macro
1840 if (vertices) STBTT_free(vertices, info->userdata);
1841 if (comp_verts) STBTT_free(comp_verts, info->userdata);
1846 if (vertices) STBTT_free(vertices, info->userdata);
1848 STBTT_free(comp_verts, info->userdata);
2621 STBTT_free(v, info->userdata);
2710 STBTT_free(c, userdata);
2929 STBTT_free(scanline, userdata);
3231 STBTT_free(scanlin
[all...]
H A Dimgui_draw.cpp133 #define STBTT_free(x,u) ((void)(u), ImGui::MemFree(x)) macro

Completed in 53 milliseconds