Searched refs:STBTT_assert (Results 1 – 2 of 2) sorted by relevance
418 #ifndef STBTT_assert1167 STBTT_assert(0); in stbtt_FindGlyphIndex()1409 STBTT_assert(0); in stbtt_GetGlyphShape()1462 STBTT_assert(0); in stbtt_GetGlyphShape()1868 STBTT_assert(y0 < y1); in stbtt__handle_clipped_edge()1882 STBTT_assert(x1 <= x+1); in stbtt__handle_clipped_edge()1884 STBTT_assert(x1 >= x); in stbtt__handle_clipped_edge()1886 STBTT_assert(x1 <= x); in stbtt__handle_clipped_edge()1888 STBTT_assert(x1 >= x+1); in stbtt__handle_clipped_edge()2543 STBTT_assert(x+gw < pw); in stbtt_BakeFontBitmap()[all …]
69 #define STBTT_assert(x) macro