HomeSort by relevance Sort by last modified time
    Searched refs:sfnt (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 45 void* sfnt; member in struct:FT_PIC_Container_
internal.h 36 #define FT_INTERNAL_SFNT_H <freetype/internal/sfnt.h>
  /external/freetype/include/freetype/internal/
ftpic.h 45 void* sfnt; member in struct:FT_PIC_Container_
internal.h 36 #define FT_INTERNAL_SFNT_H <freetype/internal/sfnt.h>
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 181 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->set_sbit_strike( ttface, req, &strike_index )
480 SFNT_Service sfnt; local
    [all...]
ttobjs.c 180 /* 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->load_face( stream, face, face_index, num_params, params )
677 SFNT_Service sfnt; local
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 181 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->set_sbit_strike( ttface, req, &strike_index )
480 SFNT_Service sfnt; local
    [all...]
ttobjs.c 180 /* 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->load_face( stream, face, face_index, num_params, params )
677 SFNT_Service sfnt; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
sfntpic.c 5 /* 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;
ttload.c 162 /* no table is defined in directory, it is not sfnt-wrapped */
169 check_table_dir( SFNT_Header sfnt,
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 )
302 /* Loads the header of a SFNT font file. */
310 /* sfnt :: The SFNT header. *
322 SFNT_HeaderRec sfnt; local
    [all...]
sfobjs.c 5 /* SFNT object management (base). */
388 FT_TRACE2(( " not a font using the SFNT container format\n" ));
453 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" ))
561 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1077 SFNT_Service sfnt; local
    [all...]
sfntpic.h 5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
  /external/freetype/src/sfnt/
sfntpic.c 5 /* 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;
ttload.c 162 /* no table is defined in directory, it is not sfnt-wrapped */
169 check_table_dir( SFNT_Header sfnt,
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 )
302 /* Loads the header of a SFNT font file. */
310 /* sfnt :: The SFNT header. *
322 SFNT_HeaderRec sfnt; local
    [all...]
sfobjs.c 5 /* SFNT object management (base). */
388 FT_TRACE2(( " not a font using the SFNT container format\n" ));
453 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" ))
561 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1077 SFNT_Service sfnt; local
    [all...]
sfntpic.h 5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
  /external/harfbuzz_ng/src/hb-icu-le/
Makefile.am 14 sfnt.h
  /external/chromium_org/third_party/freetype/
Android.mk 30 src/sfnt/sfnt.c \
ft2.target.darwin-arm.mk 38 third_party/freetype/src/sfnt/sfnt.c \
  /external/freetype/
Android.mk 30 src/sfnt/sfnt.c \
  /external/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 111 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
117 if ( sfnt )
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
402 * service defined in SFNT module.
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
    [all...]
cffobjs.c 279 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->load_face( stream, face, face_index
1027 SFNT_Service sfnt; local
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 111 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
117 if ( sfnt )
118 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
402 * service defined in SFNT module.
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
    [all...]
cffobjs.c 279 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->load_face( stream, face, face_index
1027 SFNT_Service sfnt; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 150 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 4861 milliseconds

1 2