Searched defs:stbtt_pack_context (Results 1 – 1 of 1) sorted by relevance
583 typedef struct stbtt_pack_context stbtt_pack_context; typedef679 struct stbtt_pack_context { struct680 void *user_allocator_context;681 void *pack_info;682 int width;683 int height;684 int stride_in_bytes;685 int padding;686 int skip_missing;687 unsigned int h_oversample, v_oversample;[all …]