Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/tiny_ttf/
Dstb_truetype_htcw.h432 #ifndef stbtt_uint8
433 typedef unsigned char stbtt_uint8; typedef
1187 static stbtt_uint8 stbtt__buf_get8(stbtt__buf * b) in stbtt__buf_get8()
1194 stbtt_uint8 result; in stbtt__buf_get8()
1204 static stbtt_uint8 stbtt__buf_peek8(stbtt__buf * b) in stbtt__buf_peek8()
1211 stbtt_uint8 result; in stbtt__buf_peek8()
1252 r.data = (stbtt_uint8 *)p; in stbtt__new_buf()
1371 static stbtt_uint8 ttBYTE(STBTT_STREAM_TYPE s, stbtt_uint32 offset) in ttBYTE()
1374 stbtt_uint8 r; in ttBYTE()
1382 stbtt_uint8 r[2]; in ttUSHORT()
[all …]