Searched refs:dir_tables (Results 1 - 12 of 12) sorted by relevance

/external/freetype/src/sfnt/
H A Dsfdriver.c131 *tag = face->dir_tables[idx].Tag;
132 *offset = face->dir_tables[idx].Offset;
133 *length = face->dir_tables[idx].Length;
H A Dttload.c73 entry = face->dir_tables;
380 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) )
387 entry = face->dir_tables;
H A Dsfobjs.c1110 FT_FREE( face->dir_tables );
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfdriver.c130 *tag = face->dir_tables[idx].Tag;
131 *offset = face->dir_tables[idx].Offset;
132 *length = face->dir_tables[idx].Length;
H A Dttload.c74 entry = face->dir_tables;
378 if ( FT_QNEW_ARRAY( face->dir_tables, face->num_tables ) )
385 entry = face->dir_tables;
H A Dsfobjs.c1097 FT_FREE( face->dir_tables );
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c217 if ( face->dir_tables[i].CheckSum )
218 return face->dir_tables[i].CheckSum;
225 face->dir_tables[i].Tag,
231 face->dir_tables[i].Length );
340 switch( face->dir_tables[i].Tag )
362 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
H A Dttpload.c124 TT_Table entry = face->dir_tables;
/external/freetype/src/truetype/
H A Dttobjs.c218 if ( face->dir_tables[i].CheckSum )
219 return face->dir_tables[i].CheckSum;
226 face->dir_tables[i].Tag,
232 face->dir_tables[i].Length );
361 switch( face->dir_tables[i].Tag )
383 if ( face->dir_tables[i].Length == sfnt_id[j][k].Length )
H A Dttpload.c124 TT_Table entry = face->dir_tables;
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dtttypes.h1088 /* dir_tables :: The directory of TrueType tables for this */
1266 TT_Table dir_tables; member in struct:TT_FaceRec_
/external/freetype/include/freetype/internal/
H A Dtttypes.h1007 /* dir_tables :: The directory of TrueType tables for this */
1185 TT_Table dir_tables; member in struct:TT_FaceRec_

Completed in 138 milliseconds