Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h680 void *user_allocator_context; member
3809 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()
3831 STBTT_free(spc->nodes , spc->user_allocator_context); in stbtt_PackEnd()
3832 STBTT_free(spc->pack_info, spc->user_allocator_context); in stbtt_PackEnd()
4151 rects = (stbrp_rect *) STBTT_malloc(sizeof(*rects) * n, spc->user_allocator_context); in stbtt_PackFontRanges()
4155 info.userdata = spc->user_allocator_context; in stbtt_PackFontRanges()
4164 STBTT_free(rects, spc->user_allocator_context); in stbtt_PackFontRanges()