Searched refs:stbrp_rect (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_rectpack.h80 typedef struct stbrp_rect stbrp_rect; typedef in typeref:struct:stbrp_rect
88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
90 // 'stbrp_rect' defined below, stored in the array 'rects', and there
113 struct stbrp_rect struct
526 const stbrp_rect *p = (const stbrp_rect *) a;
527 const stbrp_rect *q = (const stbrp_rect *) b;
538 const stbrp_rect *
[all...]
H A Dimstb_truetype.h586 typedef struct stbrp_rect stbrp_rect; typedef in typeref:struct:stbrp_rect
664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *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_rects);
666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *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)
3989 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects)
4045 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects)
4065 stbrp_rect *
[all...]
H A Dimgui_draw.cpp1754 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position.
1881 ImVector<stbrp_rect> buf_rects;
1984 stbrp_rect* r = &src_tmp.Rects[0];
2075 ImVector<stbrp_rect> pack_rects;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_rectpack.h80 typedef struct stbrp_rect stbrp_rect; typedef in typeref:struct:stbrp_rect
88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
90 // 'stbrp_rect' defined below, stored in the array 'rects', and there
113 struct stbrp_rect struct
526 const stbrp_rect *p = (const stbrp_rect *) a;
527 const stbrp_rect *q = (const stbrp_rect *) b;
538 const stbrp_rect *
[all...]
H A Dimstb_truetype.h586 typedef struct stbrp_rect stbrp_rect; typedef in typeref:struct:stbrp_rect
664 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *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_rects);
666 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *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)
3989 STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects)
4045 STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *spc, const stbtt_fontinfo *info, stbtt_pack_range *ranges, int num_ranges, stbrp_rect *rects)
4065 stbrp_rect *
[all...]
H A Dimgui_draw.cpp1754 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position.
1881 ImVector<stbrp_rect> buf_rects;
1984 stbrp_rect* r = &src_tmp.Rects[0];
2075 ImVector<stbrp_rect> pack_rects;

Completed in 31 milliseconds