HomeSort by relevance Sort by last modified time
    Searched full:sfnt (Results 26 - 50 of 160) sorted by null

12 3 4 5 6 7

  /external/chromium_org/third_party/skia/gyp/
xps.gyp 10 'sfnt.gyp:sfnt',
  /external/freetype/
Android.mk 30 src/sfnt/sfnt.c \
  /external/freetype/src/base/
ftbase.h 30 /* Assume the stream is sfnt-wrapped PS Type1 or sfnt-wrapped CID-keyed */
  /external/freetype/src/sfnt/
sfntpic.h 5 /* The FreeType position independent code services for sfnt module. */
76 ( (sfntModulePIC*)( (lib)->pic_container.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;
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...]
sfnt.c 3 /* sfnt.c */
sfobjs.h 5 /* SFNT object management (specification). */
  /external/skia/gyp/
skia_lib.gyp 11 'sfnt.gyp:sfnt',
xps.gyp 10 'sfnt.gyp:sfnt',
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c 163 /* no table is defined in directory, it is not sfnt-wrapped */
170 check_table_dir( SFNT_Header sfnt,
176 FT_ULong offset = sfnt->offset + 12;
195 for ( nn = 0; nn < sfnt->num_tables; nn++ )
205 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
206 sfnt->num_tables = nn;
266 sfnt->num_tables = valid_entries;
268 if ( sfnt->num_tables == 0 )
303 /* Loads the header of a SFNT font file. */
311 /* sfnt :: The SFNT header. *
323 SFNT_HeaderRec sfnt; local
    [all...]
sfnt.c 3 /* sfnt.c */
sfobjs.h 5 /* SFNT object management (specification). */
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftpic.h 44 void* sfnt; member in struct:FT_PIC_Container_
sfnt.h 3 /* sfnt.h */
5 /* High-level `sfnt' driver interface (specification). */
37 /* First part of the SFNT face object initialization. This finds */
38 /* the face in a SFNT file or collection, and load its format tag in */
64 /* of the SFNT tables in the object. */
80 /* Second part of the SFNT face object initialization. This loads */
81 /* the common SFNT tables (head, OS/2, maxp, metrics, etc.) in the */
116 /* A callback used to delete the common SFNT data from a face. */
136 /* Loads the header of a SFNT font file. Supports collections. */
147 /* sfnt :: The SFNT header. *
    [all...]
fttrace.h 45 /* SFNT driver components */
46 FT_TRACE_DEF( sfdriver ) /* SFNT font driver (sfdriver.c) */
47 FT_TRACE_DEF( sfobjs ) /* SFNT object handler (sfobjs.c) */
  /external/chromium_org/third_party/sfntly/
README.chromium 10 sfntly is a C++ library for using, editing, and creating sfnt container based
  /external/freetype/include/freetype/internal/
ftpic.h 45 void* sfnt; member in struct:FT_PIC_Container_
  /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...]
  /external/chromium_org/content/public/common/
child_process_sandbox_support_linux.h 32 // GetFontTable loads a specified font table from an open SFNT file.
33 // fd: a file descriptor to the SFNT file. The position doesn't matter.
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
43 /* A structure used to store TrueType/sfnt specific cmap information */
  /external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.cpp 12 // these must match the sfnt 'name' enums
17 // These count backwards from 0xFF, so as not to collide with the SFNT
  /external/freetype/include/freetype/internal/services/
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
43 /* A structure used to store TrueType/sfnt specific cmap information */
  /external/skia/src/core/
SkFontDescriptor.cpp 12 // these must match the sfnt 'name' enums
17 // These count backwards from 0xFF, so as not to collide with the SFNT
  /external/chromium_org/third_party/freetype/include/freetype/
ftsnames.h 5 /* Simple interface to access SFNT name tables (which are used */
45 /* SFNT Names */
69 /* A structure used to model an SFNT `name' table entry. */
117 /* Retrieve the number of name strings in the SFNT `name' table. */
135 /* Retrieve a string of the SFNT `name' table for a given index. */
  /external/freetype/include/freetype/
ftsnames.h 5 /* Simple interface to access SFNT name tables (which are used */
45 /* SFNT Names */
69 /* A structure used to model an SFNT `name' table entry. */
117 /* Retrieve the number of name strings in the SFNT `name' table. */
135 /* Retrieve a string of the SFNT `name' table for a given index. */

Completed in 483 milliseconds

12 3 4 5 6 7