Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimstb_truetype.h1151 static stbtt__buf stbtt__new_buf(const void *p, size_t size) in stbtt__new_buf() function
1166 stbtt__buf r = stbtt__new_buf(NULL, 0); in stbtt__buf_range()
1342 if (!private_loc[1] || !private_loc[0]) return stbtt__new_buf(NULL, 0); in stbtt__get_subrs()
1345 if (!subrsoff) return stbtt__new_buf(NULL, 0); in stbtt__get_subrs()
1357 info->cff = stbtt__new_buf(NULL, 0); in stbtt_InitFont_internal()
1382 info->fontdicts = stbtt__new_buf(NULL, 0); in stbtt_InitFont_internal()
1383 info->fdselect = stbtt__new_buf(NULL, 0); in stbtt_InitFont_internal()
1386 info->cff = stbtt__new_buf(data+cff, 512*1024*1024); in stbtt_InitFont_internal()
1946 return stbtt__new_buf(NULL, 0); in stbtt__get_subr()
1974 if (fdselector == -1) stbtt__new_buf(NULL, 0); in stbtt__cid_get_glyph_subrs()