Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dstb_truetype.h418 #ifndef STBTT_assert
420 #define STBTT_assert(x) assert(x) macro
1096 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 …]
Dconsole_truetype.c69 #define STBTT_assert(x) macro