Home
last modified time | relevance | path

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

/lvgl-3.6.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h87 typedef struct stbrp_rect stbrp_rect; typedef
101 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects);
126 struct stbrp_rect { struct
534 const stbrp_rect * p = (const stbrp_rect *) a; in rect_height_compare()
535 const stbrp_rect * q = (const stbrp_rect *) b; in rect_height_compare()
545 const stbrp_rect * p = (const stbrp_rect *) a; in rect_original_order()
546 const stbrp_rect * q = (const stbrp_rect *) b; in rect_original_order()
550 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects) in stbrp_pack_rects()
Dstb_truetype_htcw.h620 typedef struct stbrp_rect stbrp_rect; typedef
681 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects);
682 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context * spc, stbrp_rect * rects, int num_…
684 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects);
4236 struct stbrp_rect { struct
4252 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects) argument
4475 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects)
4539 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects)
4559 stbrp_rect * r = &rects[k];
4641 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context * spc, stbrp_rect * rects, int num_…
[all …]