Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/extra/libs/tiny_ttf/
Dstb_rect_pack.h214 #ifndef STBRP_ASSERT
216 #define STBRP_ASSERT assert macro
235STBRP_ASSERT(heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight || heuristic == STBRP_HEURISTIC_Sk… in stbrp_setup_heuristic()
239 STBRP_ASSERT(0); in stbrp_setup_heuristic()
297 STBRP_ASSERT(first->x <= x0); in stbrp__skyline_find_min_y()
304 STBRP_ASSERT(node->next->x > x0); // we ended up handling this in the caller for efficiency in stbrp__skyline_find_min_y()
307 STBRP_ASSERT(node->x <= x0); in stbrp__skyline_find_min_y()
354 STBRP_ASSERT(width % c->align == 0); in stbrp__skyline_find_best_pos()
419 STBRP_ASSERT(xpos >= 0); in stbrp__skyline_find_best_pos()
425 STBRP_ASSERT(node->next->x > xpos && node->x <= xpos); in stbrp__skyline_find_best_pos()
[all …]