Home
last modified time | relevance | path

Searched refs:font_count (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c88 int font_count; member
265 av_dynarray_add(&s->fonts, &s->font_count, style->font_name); in encode_sample_description()
272 for (j = 0; j < s->font_count; j++) { in encode_sample_description()
279 av_dynarray_add(&s->fonts, &s->font_count, in encode_sample_description()
285 av_dynarray_add(&s->fonts, &s->font_count, (char*)"Serif"); in encode_sample_description()
289 bytestream_put_be32(&p, SIZE_ADD + 3 * s->font_count + font_names_total_len); // Size in encode_sample_description()
291 bytestream_put_be16(&p, s->font_count); in encode_sample_description()
295 for (i = 0; i < s->font_count; i++) { in encode_sample_description()
500 for (int i = 0; i < s->font_count; i++) { in find_font_id()
/third_party/skia/third_party/externals/freetype/src/winfonts/
H A Dwinfnt.c316 FT_UShort font_count = 0; in fnt_face_get_dll_font() local
357 font_count = count; in fnt_face_get_dll_font()
368 if ( !font_count || !font_offset ) in fnt_face_get_dll_font()
377 if ( font_count * 118UL > stream->size ) in fnt_face_get_dll_font()
384 face->root.num_faces = font_count; in fnt_face_get_dll_font()
389 if ( face_index >= font_count ) in fnt_face_get_dll_font()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_overlay_fonts.py46 constexpr int kFontCount = {font_count};
258 font_count=len(font_data),
/third_party/glfw/deps/
H A Dnuklear.h12843 const struct nk_font_config *config_list, int font_count) in nk_font_bake()
12855 NK_ASSERT(font_count); in nk_font_bake()
12858 !font_count || !glyphs || !glyphs_count) in nk_font_bake()
12865 for (input_i = 0, config_iter = config_list; input_i < font_count && config_iter; in nk_font_bake()
12877 for (input_i = 0, config_iter = config_list; input_i < font_count && config_iter; in nk_font_bake()
12841 nk_font_bake(struct nk_font_baker *baker, void *image_memory, int width, int height, struct nk_font_glyph *glyphs, int glyphs_count, const struct nk_font_config *config_list, int font_count) nk_font_bake() argument

Completed in 45 milliseconds