Searched refs:FT_STRCPYN (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/freetype/src/type42/ |
A D | t42drivr.c | 65 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t42_get_glyph_name()
|
/AliOS-Things-master/components/freetype/src/sfnt/ |
A D | sfdriver.c | 166 FT_STRCPYN( buffer, gname, buffer_max ); in sfnt_get_glyph_name()
|
/AliOS-Things-master/components/freetype/include/internal/ |
A D | ftmemory.h | 367 #define FT_STRCPYN( dst, src, size ) \ macro
|
/AliOS-Things-master/components/freetype/src/cff/ |
A D | cffdrivr.c | 257 FT_STRCPYN( buffer, gname, buffer_max ); in cff_get_glyph_name()
|
/AliOS-Things-master/components/freetype/src/type1/ |
A D | t1driver.c | 62 FT_STRCPYN( buffer, face->type1.glyph_names[glyph_index], buffer_max ); in t1_get_glyph_name()
|
Completed in 8 milliseconds