Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h606 void *user_allocator_context; member
2675 spc->user_allocator_context = alloc_context; in stbtt_PackBegin()
2696 STBTT_free(spc->nodes , spc->user_allocator_context); in stbtt_PackEnd()
2697 STBTT_free(spc->pack_info, spc->user_allocator_context); in stbtt_PackEnd()
2982 rects = (stbrp_rect *) STBTT_malloc(sizeof(*rects) * n, spc->user_allocator_context); in stbtt_PackFontRanges()
2994 STBTT_free(rects, spc->user_allocator_context); in stbtt_PackFontRanges()