Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1162 #define stbtt__buf_get32(b) stbtt__buf_get((b), 4) macro
1194 else if (b0 == 29) return stbtt__buf_get32(b); in stbtt__cff_int()
2220 f = (float)(stbtt_int32)stbtt__buf_get32(&b) / 0x10000; in stbtt__run_charstring()