HomeSort by relevance Sort by last modified time
    Searched defs:sfnt (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 45 void* sfnt; member in struct:FT_PIC_Container_
tttypes.h 5 /* Basic SFNT/TrueType type definitions and interface (specification */
86 /* SFNT file format header. */
1214 void* sfnt; member in struct:TT_FaceRec_
    [all...]
  /external/freetype/include/internal/
ftpic.h 45 void* sfnt; member in struct:FT_PIC_Container_
tttypes.h 5 /* Basic SFNT/TrueType type definitions and interface (specification */
86 /* SFNT file format header. */
193 /* computed while constructing the (uncompressed) SFNT */
1290 void* sfnt; member in struct:TT_FaceRec_
    [all...]
  /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...]
ttgload.c 78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
102 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
1881 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 );
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->set_sbit_strike( ttface, req, &strike_index )
481 SFNT_Service sfnt; local
    [all...]
ttobjs.c 181 /* 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->load_face( stream, face, face_index, num_params, params )
682 SFNT_Service sfnt; local
    [all...]
ttgload.c 78 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw );
98 ( (SFNT_Service)face->sfnt )->get_metrics( face, 1, idx, tsb, ah );
2026 SFNT_Service sfnt; local
    [all...]
  /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...]
cffgload.c 2663 SFNT_Service sfnt = (SFNT_Service)cff_face->sfnt; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
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...]
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...]
  /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 );
404 * service defined in SFNT module.
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
    [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...]
cffgload.c 2659 SFNT_Service sfnt = (SFNT_Service)cff_face->sfnt; local
    [all...]
  /external/freetype/src/sfnt/
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;
262 sfnt->num_tables = valid_entries;
264 if ( sfnt->num_tables == 0 )
299 /* Loads the header of a SFNT font file. */
307 /* sfnt :: The SFNT header. *
319 SFNT_HeaderRec sfnt; local
    [all...]
sfobjs.c 5 /* SFNT object management (base). */
405 /* SFNT of a WOFF font. */
420 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 */
637 /* Write SFNT table entry. */
651 ft_memcpy( sfnt + table->OrigOffset,
664 sfnt + table->OrigOffset, &output_len
846 SFNT_Service sfnt; local
961 SFNT_Service sfnt = (SFNT_Service)face->sfnt; local
1489 SFNT_Service sfnt; local
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 77 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.SFNTWriter(tmp, numTables, self.sfntVersion, self.flavor, self.flavorData
    [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 1599 milliseconds