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