Searched defs:stbtt_pack_context (Results 1 – 1 of 1) sorted by relevance
611 typedef struct stbtt_pack_context stbtt_pack_context; typedef697 struct stbtt_pack_context { struct698 void * user_allocator_context;699 void * pack_info;700 int width;701 int height;702 int stride_in_bytes;703 int padding;704 int skip_missing;705 unsigned int h_oversample, v_oversample;[all …]