Searched defs:stbtt_pack_context (Results 1 – 1 of 1) sorted by relevance
515 typedef struct stbtt_pack_context stbtt_pack_context; typedef605 struct stbtt_pack_context { struct606 void *user_allocator_context;607 void *pack_info;608 int width;609 int height;610 int stride_in_bytes;611 int padding;612 unsigned int h_oversample, v_oversample;613 unsigned char *pixels;[all …]