Searched refs:STBTT_assert (Results 1 – 2 of 2) sorted by relevance
418 #ifndef STBTT_assert420 #define STBTT_assert(x) assert(x) macro1096 STBTT_assert(0); // @TODO: high-byte mapping for japanese/chinese/korean in stbtt_FindGlyphIndex()1132 STBTT_assert(unicode_codepoint <= ttUSHORT(data + endCount + 2*item)); in stbtt_FindGlyphIndex()1167 STBTT_assert(0); in stbtt_FindGlyphIndex()1409 STBTT_assert(0); in stbtt_GetGlyphShape()1462 STBTT_assert(0); in stbtt_GetGlyphShape()1793 STBTT_assert(z->direction); in stbtt__rasterize_sorted_edges()1868 STBTT_assert(y0 < y1); in stbtt__handle_clipped_edge()1869 STBTT_assert(e->sy <= e->ey); in stbtt__handle_clipped_edge()[all …]
69 #define STBTT_assert(x) macro