Home
last modified time | relevance | path

Searched refs:spc (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h622 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context * spc, unsigned char * pixels, int width, int hei…
635 STBTT_DEF void stbtt_PackEnd(stbtt_pack_context * spc);
649 STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context * spc, unsigned int h_oversample,
666 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context * spc, int skip);
678 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context * spc, const stbtt_fontinfo * inf…
680 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context * spc, stbrp_rect * rects, int num_…
681 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context * spc, const stbtt_fontinfo *…
4312 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context * spc, unsigned char * pixels, int pw, int ph, int… argument
4325 spc->user_allocator_context = alloc_context;
4326 spc->width = pw;
[all …]