Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h609 typedef struct stbtt_pack_context stbtt_pack_context; typedef
695 struct stbtt_pack_context { struct
696 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 …]