Home
last modified time | relevance | path

Searched defs:stbtt_pack_context (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_truetype.h583 typedef struct stbtt_pack_context stbtt_pack_context; typedef
679 struct stbtt_pack_context { struct
680 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 …]