Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_truetype_htcw.h611 typedef struct stbtt_pack_context stbtt_pack_context; typedef
697 struct stbtt_pack_context { struct
698 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 …]