Searched refs:stbrp_rect (Results 1 – 2 of 2) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_rect_pack.h | 87 typedef struct stbrp_rect stbrp_rect; typedef 100 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects); 125 struct stbrp_rect { struct 530 const stbrp_rect * p = (const stbrp_rect *) a; in rect_height_compare() 531 const stbrp_rect * q = (const stbrp_rect *) b; in rect_height_compare() 541 const stbrp_rect * p = (const stbrp_rect *) a; in rect_original_order() 542 const stbrp_rect * q = (const stbrp_rect *) b; in rect_original_order() 546 STBRP_DEF int stbrp_pack_rects(stbrp_context * context, stbrp_rect * rects, int num_rects) in stbrp_pack_rects()
|
D | stb_truetype_htcw.h | 618 typedef struct stbrp_rect stbrp_rect; typedef 679 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects); 680 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context * spc, stbrp_rect * rects, int num_… 682 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects); 4227 struct stbrp_rect { struct 4243 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects) argument 4466 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects) 4530 … stbtt_pack_range * ranges, int num_ranges, stbrp_rect * rects) 4550 stbrp_rect * r = &rects[k]; 4631 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context * spc, stbrp_rect * rects, int num_… [all …]
|