Home
last modified time | relevance | path

Searched refs:ttc_fonts (Results 1 – 3 of 3) sorted by relevance

/external/freetype/include/freetype/internal/
Dwofftypes.h173 WOFF2_TtcFont ttc_fonts; /* metadata for fonts in a TTC */ member
/external/freetype/src/sfnt/
Dsfwoff2.c1848 woff2.ttc_fonts = NULL; in woff2_open_font()
1985 if ( FT_NEW_ARRAY( woff2.ttc_fonts, woff2.num_fonts ) ) in woff2_open_font()
1990 WOFF2_TtcFont ttc_font = woff2.ttc_fonts + nn; in woff2_open_font()
2059 woff2.ttc_fonts = NULL; in woff2_open_font()
2118 WOFF2_TtcFont ttc_font = woff2.ttc_fonts + face_index; in woff2_open_font()
2291 if ( woff2.ttc_fonts ) in woff2_open_font()
2293 WOFF2_TtcFont ttc_font = woff2.ttc_fonts; in woff2_open_font()
2302 FT_FREE( woff2.ttc_fonts ); in woff2_open_font()
/external/freetype/
DChangeLog1331 * src/sfnt/sfwoff2 (woff2_open_font): Initialize `woff2.ttc_fonts'.
1385 `woff2->ttc_fonts'.