Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_rectpack.h80 typedef struct stbrp_rect stbrp_rect; typedef
88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
113 struct stbrp_rect struct
526 const stbrp_rect *p = (const stbrp_rect *) a; in rect_height_compare()
527 const stbrp_rect *q = (const stbrp_rect *) b; in rect_height_compare()
538 const stbrp_rect *p = (const stbrp_rect *) a; in rect_original_order()
539 const stbrp_rect *q = (const stbrp_rect *) b; in rect_original_order()
549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects()
Dimstb_truetype.h586 typedef struct stbrp_rect stbrp_rect; typedef
664 …ext *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
665 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re…
666 …ext *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects);
3751 struct stbrp_rect struct
3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() argument
3989 …text *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) in stbtt_PackFontRangesGatherRects()
4045 …text *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects) in stbtt_PackFontRangesRenderIntoRects()
4065 stbrp_rect *r = &rects[k]; in stbtt_PackFontRangesRenderIntoRects()
4127 STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, stbrp_rect *rects, int num_re… in stbtt_PackFontRangesPackRects()
[all …]
Dimgui_draw.cpp1754stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the …
1881 ImVector<stbrp_rect> buf_rects; in ImFontAtlasBuildWithStbTruetype()
1984 stbrp_rect* r = &src_tmp.Rects[0]; in ImFontAtlasBuildWithStbTruetype()
2075 ImVector<stbrp_rect> pack_rects; in ImFontAtlasBuildPackCustomRects()