Home
last modified time | relevance | path

Searched refs:was_packed (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h93 // Rectangles which are successfully packed have the 'was_packed' flag
97 // have the 'was_packed' flag set to 0.
123 int was_packed; // non-zero if valid packing member
540 return (p->was_packed < q->was_packed) ? -1 : (p->was_packed > q->was_packed); in rect_original_order()
553 // we use the 'was_packed' field internally to allow sorting/unsorting in stbrp_pack_rects()
555 rects[i].was_packed = i; in stbrp_pack_rects()
578 // set was_packed flag in stbrp_pack_rects()
[all...]
H A Dimstb_truetype.h3754 int id,w,h,was_packed;
3780 rects[i].was_packed = 1;
3786 rects[i].was_packed = 0;
4066 if (r->was_packed && r->w != 0 && r->h != 0) {
H A Dimgui_draw.cpp1957 if (src_tmp.Rects[glyph_i].was_packed) in ImFontAtlasBuildWithStbTruetype()
1986 if (r->was_packed) in ImFontAtlasBuildWithStbTruetype()
2085 if (pack_rects[i].was_packed) in ImFontAtlasBuildPackCustomRects()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h95 // Rectangles which are successfully packed have the 'was_packed' flag
99 // have the 'was_packed' flag set to 0.
125 int was_packed; // non-zero if valid packing member
549 return (p->was_packed < q->was_packed) ? -1 : (p->was_packed > q->was_packed); in rect_original_order()
562 // we use the 'was_packed' field internally to allow sorting/unsorting in stbrp_pack_rects()
564 rects[i].was_packed = i; in stbrp_pack_rects()
587 // set was_packed flag in stbrp_pack_rects()
[all...]
H A Dimstb_truetype.h3754 int id,w,h,was_packed;
3780 rects[i].was_packed = 1;
3786 rects[i].was_packed = 0;
4066 if (r->was_packed && r->w != 0 && r->h != 0) {
H A Dimgui_draw.cpp2508 if (src_tmp.Rects[glyph_i].was_packed) in ImFontAtlasBuildWithStbTruetype()
2537 if (r->was_packed) in ImFontAtlasBuildWithStbTruetype()
2631 if (pack_rects[i].was_packed) in ImFontAtlasBuildPackCustomRects()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp597 if (src_tmp.Rects[glyph_i].was_packed) in ImFontAtlasBuildWithFreeTypeEx()
643 IM_ASSERT(pack_rect.was_packed); in ImFontAtlasBuildWithFreeTypeEx()
/third_party/glfw/deps/
H A Dnuklear.h10571 int was_packed; member
10860 return (p->was_packed < q->was_packed) ? -1 : (p->was_packed > q->was_packed); in nk_rect_original_order()
10895 /* we use the 'was_packed' field internally to allow sorting/unsorting */ in nk_rp_pack_rects()
10897 rects[i].was_packed = i; in nk_rp_pack_rects()
10916 /* set was_packed flags */ in nk_rp_pack_rects()
10918 rects[i].was_packed = !(rects[i].x == NK_RP__MAXVAL && rects[i].y == NK_RP__MAXVAL); in nk_rp_pack_rects()
12504 if (r->was_packed) in nk_tt_PackFontRangesRenderIntoRects()
[all...]

Completed in 61 milliseconds