Searched refs:stbrp_rect (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 80 typedef struct stbrp_rect stbrp_rect; typedef 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; in rect_height_compare() 527 const stbrp_rect *q = (const stbrp_rect *) b; in rect_height_compare() 538 const stbrp_rect * in rect_original_order() [all...] |
H A D | imstb_truetype.h | 586 typedef struct stbrp_rect stbrp_rect; typedef 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 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 D | imgui_draw.cpp | 1754 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; in ImFontAtlasBuildWithStbTruetype() 1984 stbrp_rect* r = &src_tmp.Rects[0]; in ImFontAtlasBuildWithStbTruetype() 2075 ImVector<stbrp_rect> pack_rects; in ImFontAtlasBuildPackCustomRects()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 82 typedef struct stbrp_rect stbrp_rect; typedef 90 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects); 92 // 'stbrp_rect' defined below, stored in the array 'rects', and there 115 struct stbrp_rect struct 535 const stbrp_rect *p = (const stbrp_rect *) a; in rect_height_compare() 536 const stbrp_rect *q = (const stbrp_rect *) b; in rect_height_compare() 547 const stbrp_rect * in rect_original_order() [all...] |
H A D | imstb_truetype.h | 586 typedef struct stbrp_rect stbrp_rect; typedef 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 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 D | imgui_draw.cpp | 2306 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position. 2432 ImVector<stbrp_rect> buf_rects; in ImFontAtlasBuildWithStbTruetype() 2535 stbrp_rect* r = &src_tmp.Rects[0]; in ImFontAtlasBuildWithStbTruetype() 2621 ImVector<stbrp_rect> pack_rects; in ImFontAtlasBuildPackCustomRects()
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
H A D | imgui_freetype.cpp | 371 stbrp_rect* Rects; // Rectangle to pack. We first fill in their size and the packer will give us their position. 498 ImVector<stbrp_rect> buf_rects; in ImFontAtlasBuildWithFreeTypeEx() 642 stbrp_rect& pack_rect = src_tmp.Rects[glyph_i]; in ImFontAtlasBuildWithFreeTypeEx()
|
Completed in 30 milliseconds