Searched refs:sfnt (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftpic.h45 void* sfnt; member in struct:FT_PIC_Container_
H A Dinternal.h36 #define FT_INTERNAL_SFNT_H <freetype/internal/sfnt.h>
/external/freetype/include/freetype/internal/
H A Dftpic.h45 void* sfnt; member in struct:FT_PIC_Container_
H A Dinternal.h36 #define FT_INTERNAL_SFNT_H <freetype/internal/sfnt.h>
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttdriver.c181 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
187 if ( sfnt )
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
273 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
301 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
305 error = sfnt
480 SFNT_Service sfnt; local
[all...]
H A Dttobjs.c180 /* XXX: This function should be in the `sfnt' module. */
211 /* XXX: This function should be in the `sfnt' module. */
425 /* sfnt tables (`cvt', `fpgm', and `prep'). */
513 SFNT_Service sfnt; local
521 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
522 if ( !sfnt )
524 FT_ERROR(( "tt_face_init: cannot access `sfnt' module\n" ));
534 error = sfnt->init_face( stream, face, face_index, num_params, params );
558 error = sfnt
677 SFNT_Service sfnt; local
[all...]
/external/freetype/src/truetype/
H A Dttdriver.c181 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
187 if ( sfnt )
188 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
273 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
277 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
301 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
305 error = sfnt
480 SFNT_Service sfnt; local
[all...]
H A Dttobjs.c180 /* XXX: This function should be in the `sfnt' module. */
211 /* XXX: This function should be in the `sfnt' module. */
425 /* sfnt tables (`cvt', `fpgm', and `prep'). */
513 SFNT_Service sfnt; local
521 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
522 if ( !sfnt )
524 FT_ERROR(( "tt_face_init: cannot access `sfnt' module\n" ));
534 error = sfnt->init_face( stream, face, face_index, num_params, params );
558 error = sfnt
677 SFNT_Service sfnt; local
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dsfntpic.c5 /* The FreeType position independent code services for sfnt module. */
73 if ( pic_container->sfnt )
75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt;
89 pic_container->sfnt = NULL;
107 pic_container->sfnt = container;
H A Dttload.c162 /* no table is defined in directory, it is not sfnt-wrapped */
169 check_table_dir( SFNT_Header sfnt, argument
175 FT_ULong offset = sfnt->offset + 12;
194 for ( nn = 0; nn < sfnt->num_tables; nn++ )
204 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
205 sfnt->num_tables = nn;
265 sfnt->num_tables = valid_entries;
267 if ( sfnt->num_tables == 0 )
310 /* sfnt :: The SFNT header. */
322 SFNT_HeaderRec sfnt; local
[all...]
H A Dsfobjs.c453 SFNT_Service sfnt; local
461 sfnt = (SFNT_Service)face->sfnt;
462 if ( !sfnt )
464 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
465 if ( !sfnt )
467 FT_ERROR(( "sfnt_init_face: cannot access `sfnt' module\n" ));
471 face->sfnt = sfnt;
561 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1077 SFNT_Service sfnt; local
[all...]
H A Dsfntpic.h5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
/external/freetype/src/sfnt/
H A Dsfntpic.c5 /* The FreeType position independent code services for sfnt module. */
73 if ( pic_container->sfnt )
75 sfntModulePIC* container = (sfntModulePIC*)pic_container->sfnt;
89 pic_container->sfnt = NULL;
107 pic_container->sfnt = container;
H A Dttload.c162 /* no table is defined in directory, it is not sfnt-wrapped */
169 check_table_dir( SFNT_Header sfnt, argument
175 FT_ULong offset = sfnt->offset + 12;
194 for ( nn = 0; nn < sfnt->num_tables; nn++ )
204 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
205 sfnt->num_tables = nn;
265 sfnt->num_tables = valid_entries;
267 if ( sfnt->num_tables == 0 )
310 /* sfnt :: The SFNT header. */
322 SFNT_HeaderRec sfnt; local
[all...]
H A Dsfobjs.c453 SFNT_Service sfnt; local
461 sfnt = (SFNT_Service)face->sfnt;
462 if ( !sfnt )
464 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
465 if ( !sfnt )
467 FT_ERROR(( "sfnt_init_face: cannot access `sfnt' module\n" ));
471 face->sfnt = sfnt;
561 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1077 SFNT_Service sfnt; local
[all...]
H A Dsfntpic.h5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
/external/harfbuzz_ng/src/hb-icu-le/
H A DMakefile.am14 sfnt.h
/external/chromium_org/third_party/freetype/
H A DAndroid.mk30 src/sfnt/sfnt.c \
H A Dft2.target.darwin-arm.mk38 third_party/freetype/src/sfnt/sfnt.c \
/external/freetype/
H A DAndroid.mk30 src/sfnt/sfnt.c \
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffdrivr.c111 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
117 if ( sfnt )
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
404 * Otherwise call the service function in the sfnt module.
424 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); local
426 (FT_Service_TTCMaps)ft_module_get_service( sfnt,
703 FT_Module sfnt; local
729 /* we pass our request to the `sfnt' modul
[all...]
H A Dcffobjs.c279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; local
283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
490 SFNT_Service sfnt; local
498 sfnt = (SFNT_Service)FT_Get_Module_Interface(
499 library, "sfnt" );
500 if ( !sfnt )
502 FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
519 error = sfnt->init_face( stream, face, face_index, num_params, params );
543 error = sfnt
1027 SFNT_Service sfnt; local
[all...]
/external/freetype/src/cff/
H A Dcffdrivr.c111 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
117 if ( sfnt )
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
404 * Otherwise call the service function in the sfnt module.
424 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); local
426 (FT_Service_TTCMaps)ft_module_get_service( sfnt,
703 FT_Module sfnt; local
729 /* we pass our request to the `sfnt' modul
[all...]
H A Dcffobjs.c279 SFNT_Service sfnt = (SFNT_Service)cffface->sfnt; local
283 if ( sfnt->set_sbit_strike( cffface, req, &strike_index ) )
490 SFNT_Service sfnt; local
498 sfnt = (SFNT_Service)FT_Get_Module_Interface(
499 library, "sfnt" );
500 if ( !sfnt )
502 FT_ERROR(( "cff_face_init: cannot access `sfnt' module\n" ));
519 error = sfnt->init_face( stream, face, face_index, num_params, params );
543 error = sfnt
1027 SFNT_Service sfnt; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp150 const sfntHeader* sfnt = reinterpret_cast<const sfntHeader*>(fontData->data()); local
153 for (t = 0; t < sfnt->numTables; ++t) {
154 if (sfnt->tables[t].tag == 'name')
157 if (t == sfnt->numTables)

Completed in 943 milliseconds

12