Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h418 #ifndef STBTT_assert
1167 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 …]
H A Dconsole_truetype.c69 #define STBTT_assert(x) macro