Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/fonts/
H A Dfonts.c65 #define num_fonts ARRAY_SIZE(fonts) macro
86 BUILD_BUG_ON(!num_fonts); in find_font()
87 for (i = 0; i < num_fonts; i++) in find_font()
117 for (i = 0; i < num_fonts; i++) { in get_default_font()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/freetype/freetype/
H A DCVE-2022-27404.patch39 *num_faces = woff2.num_fonts;
45 if ( face_index >= woff2.num_fonts )