Searched refs:stbtt__new_buf (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1241 static stbtt__buf stbtt__new_buf(STBTT_STREAM_TYPE s, size_t size) in stbtt__new_buf() function 1243 static stbtt__buf stbtt__new_buf(const void * p, size_t size) in stbtt__new_buf() 1264 stbtt__buf r = stbtt__new_buf(NULL, 0); in stbtt__buf_range() 1539 if(!private_loc[1] || !private_loc[0]) return stbtt__new_buf(NULL, 0); 1542 if(!subrsoff) return stbtt__new_buf(NULL, 0); 1574 info->cff = stbtt__new_buf(NULL, 0); 1600 info->fontdicts = stbtt__new_buf(NULL, 0); 1601 info->fdselect = stbtt__new_buf(NULL, 0); 1606 info->cff = stbtt__new_buf(info->data, 512 * 1024 * 1024); 1609 info->cff = stbtt__new_buf(info->data + cff, 512 * 1024 * 1024); [all …]
|