Lines Matching defs:ttf_blob
3953 void *ttf_blob;
12757 do {if (!nk_tt_InitFont(&baker->build[i++].info, (const unsigned char*)it->ttf_blob, 0))
13424 cfg.ttf_blob = 0;
13507 NK_ASSERT(config->ttf_blob);
13511 if (!atlas || !config || !config->ttf_blob || !config->ttf_size || config->size <= 0.0f||
13569 cfg->ttf_blob = atlas->permanent.alloc(atlas->permanent.userdata,0, cfg->ttf_size);
13570 NK_ASSERT(cfg->ttf_blob);
13571 if (!cfg->ttf_blob) {
13575 NK_MEMCPY(cfg->ttf_blob, config->ttf_blob, cfg->ttf_size);
13599 cfg.ttf_blob = memory;
13625 cfg.ttf_blob = memory;
13661 cfg.ttf_blob = decompressed_data;
13884 atlas->permanent.free(atlas->permanent.userdata, i->ttf_blob);
13885 i->ttf_blob = 0;
13887 atlas->permanent.free(atlas->permanent.userdata, iter->ttf_blob);
13888 iter->ttf_blob = 0;
13908 if (i->ttf_blob)
13909 atlas->permanent.free(atlas->permanent.userdata, i->ttf_blob);
13913 if (i->ttf_blob)
13914 atlas->permanent.free(atlas->permanent.userdata, iter->ttf_blob);