Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1141 static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) in stbtt__buf_get() function
1161 #define stbtt__buf_get16(b) stbtt__buf_get((b), 2)
1162 #define stbtt__buf_get32(b) stbtt__buf_get((b), 4)
1182 stbtt__buf_skip(b, stbtt__buf_get(b, offsize) - 1); in stbtt__cff_get_index()
1252 start = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get()
1253 end = stbtt__buf_get(&b, offsize); in stbtt__cff_index_get()