Home
last modified time | relevance | path

Searched refs:FT_QNEW_ARRAY (Results 1 – 7 of 7) sorted by relevance

/external/freetype/src/sfnt/
Dttcpal.c154 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palettes ) ) in tt_face_load_cpal()
175 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palettes ) ) in tt_face_load_cpal()
196 if ( FT_QNEW_ARRAY( array, face->palette_data.num_palette_entries ) ) in tt_face_load_cpal()
Dttload.c405 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) ) in tt_face_load_font_dir()
1434 if ( FT_QNEW_ARRAY( face->gasp.gaspRanges, num_ranges ) || in tt_face_load_gasp()
Dsfobjs.c269 if ( FT_QNEW_ARRAY ( rec->string, rec->stringLength ) || in tt_face_get_name()
/external/freetype/src/psaux/
Dafmparse.c612 if ( FT_QNEW_ARRAY( fi->TrackKerns, fi->NumTrackKern ) ) in afm_parse_track_kern()
716 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in afm_parse_kern_pairs()
/external/freetype/include/freetype/internal/
Dftmemory.h342 #define FT_QNEW_ARRAY( ptr, count ) \ macro
/external/freetype/src/type1/
Dt1afm.c170 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in T1_Read_PFM()
/external/freetype/
DChangeLog.21682 (FT_NEW, FT_NEW_ARRAY, FT_RENEW_ARRAY, FT_QNEW, FT_QNEW_ARRAY,
1265 Don't use FT_QNEW_ARRAY but FT_NEW_ARRAY to make deallocation work
2022 FT_MEM_QRENEW_ARRAY, FT_QALLOC, FT_QREALLOC, FT_QNEW, FT_QNEW_ARRAY,
2026 * src/gzip/ftgzip.c (FT_Stream_OpenGzip): Use FT_QNEW_ARRAY.
2027 * src/sfnt/sfobjs.c (tt_face_get_name): Use FT_QNEW_ARRAY.
2030 tt_face_load_gasp): Use FT_QNEW_ARRAY.
2031 (tt_face_load_kern): Use FT_QNEW_ARRAY.
2034 (tt_face_load_hdmx): Use FT_QNEW_ARRAY and FT_QALLOC.