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

12

/external/freetype/include/internal/
H A Dftpic.h45 void* sfnt; member in struct:FT_PIC_Container_
H A Dinternal.h36 #define FT_INTERNAL_SFNT_H <internal/sfnt.h>
/external/pdfium/third_party/freetype/include/internal/
H A Dftpic.h45 void* sfnt; member in struct:FT_PIC_Container_
H A Dinternal.h36 #define FT_INTERNAL_SFNT_H <internal/sfnt.h>
/external/freetype/src/truetype/
H A Dttdriver.c176 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
182 if ( sfnt )
183 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
266 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
270 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
294 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
298 error = sfnt
473 SFNT_Service sfnt; local
[all...]
H A Dttobjs.c181 /* XXX: This function should be in the `sfnt' module. */
212 /* XXX: This function should be in the `sfnt' module. */
426 /* sfnt tables (`cvt', `fpgm', and `prep'). */
514 SFNT_Service sfnt; local
522 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
523 if ( !sfnt )
525 FT_ERROR(( "tt_face_init: cannot access `sfnt' module\n" ));
535 error = sfnt->init_face( stream, face, face_index, num_params, params );
563 error = sfnt
682 SFNT_Service sfnt; local
[all...]
/external/pdfium/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 );
274 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
278 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
302 SFNT_Service sfnt = (SFNT_Service) ttface->sfnt; local
306 error = sfnt
481 SFNT_Service sfnt; local
[all...]
H A Dttobjs.c181 /* XXX: This function should be in the `sfnt' module. */
212 /* XXX: This function should be in the `sfnt' module. */
426 /* sfnt tables (`cvt', `fpgm', and `prep'). */
514 SFNT_Service sfnt; local
522 sfnt = (SFNT_Service)FT_Get_Module_Interface( library, "sfnt" );
523 if ( !sfnt )
525 FT_ERROR(( "tt_face_init: cannot access `sfnt' module\n" ));
535 error = sfnt->init_face( stream, face, face_index, num_params, params );
563 error = sfnt
682 SFNT_Service sfnt; local
[all...]
/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 Dsfobjs.c420 FT_Byte* sfnt = NULL; local
474 if ( FT_ALLOC( sfnt, woff.totalSfntSize ) ||
478 sfnt_header = sfnt;
480 /* Write sfnt header. */
504 /* While the entries in the sfnt header must be sorted by the */
653 ft_memcpy( sfnt + table->OrigOffset,
666 sfnt + table->OrigOffset, &output_len,
691 sfnt[sfnt_offset] = '\0';
697 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize );
715 FT_FREE( sfnt );
848 SFNT_Service sfnt; local
963 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1491 SFNT_Service sfnt; local
[all...]
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;
276 sfnt->num_tables = valid_entries;
278 if ( sfnt->num_tables == 0 )
321 /* sfnt :: The SFNT header. */
333 SFNT_HeaderRec sfnt; local
[all...]
H A Dsfntpic.h5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.sfnt ) )
/external/pdfium/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.c420 FT_Byte* sfnt = NULL; local
474 if ( FT_ALLOC( sfnt, woff.totalSfntSize ) ||
478 sfnt_header = sfnt;
480 /* Write sfnt header. */
504 /* While the entries in the sfnt header must be sorted by the */
653 ft_memcpy( sfnt + table->OrigOffset,
666 sfnt + table->OrigOffset, &output_len,
691 sfnt[sfnt_offset] = '\0';
697 FT_Stream_OpenMemory( sfnt_stream, sfnt, woff.totalSfntSize );
715 FT_FREE( sfnt );
848 SFNT_Service sfnt; local
963 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1490 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/
H A DAndroid.mk32 src/sfnt/sfnt.c \
/external/freetype/src/cff/
H A Dcffdrivr.c106 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
112 if ( sfnt )
113 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
222 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
244 ( (SFNT_Service)ttface->sfnt )->get_metrics( ttface,
441 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
447 if ( sfnt )
450 FT_Module sfnt_module = FT_Get_Module( library, "sfnt" );
498 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); local
824 FT_Module sfnt; local
[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
1011 SFNT_Service sfnt; local
[all...]
H A Dcffgload.c2663 SFNT_Service sfnt = (SFNT_Service)cff_face->sfnt; local
2668 sfnt->load_eblc &&
2674 error = sfnt->load_sbit_image( face,
2718 (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 0,
2731 (void)( (SFNT_Service)face->sfnt )->get_metrics( face, 1,
2962 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0,
2989 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1,
/external/pdfium/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 );
406 * Otherwise call the service function in the sfnt module.
426 FT_Module sfnt = FT_Get_Module( library, "sfnt" ); local
428 (FT_Service_TTCMaps)ft_module_get_service( sfnt,
752 FT_Module sfnt; local
778 /* 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
1008 SFNT_Service sfnt; local
[all...]
/external/pdfium/third_party/freetype/src/base/
H A Dftmac.c31 sfnt fonts, bitmap glyph data for each size is stored in each `NFNT'
32 resources instead of the `bdat' table in the sfnt resource. Therefore,
56 - If there is a TrueType font (an `sfnt' resource), read it into memory,
63 ignore errors from the `LWFN' and fallback to the `sfnt' if both are
737 Handle sfnt = NULL; local
745 sfnt = GetResource( TTAG_sfnt, sfnt_id );
746 if ( sfnt == NULL )
749 sfnt_size = (FT_ULong)GetHandleSize( sfnt );
752 ReleaseResource( sfnt );
756 ft_memcpy( sfnt_data, *sfnt, sfnt_siz
[all...]
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py77 It we're running on a Macintosh, 'res_name_or_index' maybe an sfnt
78 resource name or an sfnt resource index number or zero. The latter
80 or a suitcase. (If it's a suitcase, only the first 'sfnt' resource
83 The 'checkChecksums' argument is used to specify how sfnt
127 from fontTools.ttLib import sfnt namespace
151 # on the mac, we deal with sfnt resources as well as flat files
155 # get the first available sfnt font.
165 self.reader = sfnt.SFNTReader(file, checkChecksums, fontNumber=fontNumber)
183 from fontTools.ttLib import sfnt namespace
207 writer = sfnt
[all...]
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py77 It we're running on a Macintosh, 'res_name_or_index' maybe an sfnt
78 resource name or an sfnt resource index number or zero. The latter
80 or a suitcase. (If it's a suitcase, only the first 'sfnt' resource
83 The 'checkChecksums' argument is used to specify how sfnt
127 from fontTools.ttLib import sfnt namespace
151 # on the mac, we deal with sfnt resources as well as flat files
155 # get the first available sfnt font.
165 self.reader = sfnt.SFNTReader(file, checkChecksums, fontNumber=fontNumber)
183 from fontTools.ttLib import sfnt namespace
207 writer = sfnt
[all...]

Completed in 406 milliseconds

12