HomeSort by relevance Sort by last modified time
    Searched full:truetype (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/freetype/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
svttglyf.h 5 /* The FreeType TrueType glyph service. */
svxf86nm.h 36 #define FT_XF86_FORMAT_TRUETYPE "TrueType"
svttcmap.h 5 /* The FreeType TrueType/sfnt cmap extra information service. */
43 /* A structure used to store TrueType/sfnt specific cmap information */
  /external/freetype/src/truetype/
tterrors.h 5 /* TrueType error codes (specification only). */
21 /* This file is used to define the TrueType error enumeration */
ttpic.c 5 /* The FreeType position independent code services for truetype module. */
37 if ( pic_container->truetype )
39 TTModulePIC* container = (TTModulePIC*)pic_container->truetype;
44 pic_container->truetype = NULL;
62 pic_container->truetype = container;
truetype.c 3 /* truetype.c */
5 /* FreeType TrueType driver component (body only). */
ttpic.h 5 /* The FreeType position independent code services for truetype module. */
45 #define GET_PIC(lib) ((TTModulePIC*)((lib)->pic_container.truetype))
ttdriver.h 5 /* High-level TrueType driver interface (specification). */
ttobjs.h 37 /* A handle to a TrueType driver object. */
48 /* A handle to a TrueType size object. */
59 /* A handle to a TrueType glyph slot object. */
63 /* specific about the TrueType glyph slot. */
74 /* The TrueType graphics state used during bytecode interpretation. */
103 /* variable as documented in the TrueType specification is a 32-bit */
261 /* Metrics used by the TrueType size and context objects. */
285 /* TrueType size class. */
343 /* TrueType driver class. */
ttgload.h 5 /* TrueType Glyph Loader (specification). */
ttpload.h 5 /* TrueType-specific tables loader (specification). */
  /external/freetype/include/freetype/
ftgasp.h 5 /* Access of TrueType's `gasp' table (specification). */
41 * Retrieving TrueType `gasp' table entries.
44 * The function @FT_Get_Gasp can be used to query a TrueType or OpenType
46 * mainly useful when implementing native TrueType hinting with the
66 * This *really* means TrueType bytecode interpretation.
97 * Read the `gasp' table from a TrueType or OpenType font file and
ttunpat.h 5 /* Definitions for the unpatented TrueType hinting system */
45 * that unpatented methods only should be used by the TrueType bytecode
tttables.h 5 /* Basic SFNT/TrueType tables definitions and interface */
42 /* TrueType Tables */
45 /* TrueType specific table types and functions. */
48 /* This section contains the definition of TrueType-specific tables */
60 /* A structure used to model a TrueType font header table. All */
61 /* fields follow the TrueType specification. */
98 /* A structure used to model a TrueType horizontal header, the `hhea' */
201 /* The following fields are not defined by the TrueType specification */
217 /* A structure used to model a TrueType vertical header, the `vhea' */
327 /* The following fields are not defined by the TrueType specification *
    [all...]
ftmodapi.h 363 /* the TrueType and the Type~1 interpreter) are defined. */
399 * The TrueType Engine
402 * TrueType bytecode support.
405 * This section contains a function used to query the level of TrueType
417 * A list of values describing which kind of TrueType bytecode
427 * support the patented operations of the TrueType virtual machine.
435 * the full instruction set of the TrueType virtual machine (this
458 * the TrueType virtual machine a given library instance supports.
ftmoderr.h 122 FT_MODERRDEF( TrueType, 0x1100, "TrueType module" )
  /external/freetype/src/sfnt/
ttbdf.h 5 /* TrueType and OpenType embedded BDF properties (specification). */
ttpost.h 5 /* Postcript name table processing for TrueType and OpenType fonts */
ttkern.h 5 /* Load the basic TrueType kerning table. This doesn't handle */
  /external/freetype/include/freetype/internal/
tttypes.h 5 /* Basic SFNT/TrueType type definitions and interface (specification */
41 /*** REQUIRED TRUETYPE/OPENTYPE TABLES DEFINITIONS ***/
55 /* TrueType collection header. This table contains the offsets of */
56 /* the font headers of each distinct TrueType face in the file. */
59 /* tag :: Must be `ttc ' to indicate a TrueType collection. */
118 /* This structure describes a given table of a TrueType font. */
125 /* Offset :: The offset of the table from the start of the TrueType */
147 /* TrueType tables. The values are expressed in font units. */
180 /* A structure modeling TrueType name records. Name records are used */
224 /* A structure modeling the TrueType name table. *
    [all...]
fttrace.h 50 FT_TRACE_DEF( ttload ) /* basic TrueType tables (ttload.c) */
53 FT_TRACE_DEF( ttsbit ) /* TrueType sbit handling (ttsbit.c) */
54 FT_TRACE_DEF( ttbdf ) /* TrueType embedded BDF (ttbdf.c) */
56 /* TrueType driver components */
62 FT_TRACE_DEF( ttgxvar ) /* TrueType GX var handler (ttgxvar.c) */
ftpic.h 46 void* truetype; member in struct:FT_PIC_Container_
  /external/freetype/
Android.mk 30 src/truetype/truetype.c \
  /external/freetype/include/freetype/config/
ftoption.h 240 /* use with the TrueType `post' table. */
245 /* - The TrueType driver will provide its own set of glyph names, */
246 /* if you build it to support postscript names in the TrueType */
429 /* TrueType & OpenType). */
437 /* load and enumerate the glyph Postscript names in a TrueType or */
452 /* access the internal name table in a SFNT-based format like TrueType */
465 /* TrueType CMap support */
467 /* Here you can fine-tune which TrueType CMap table format shall be */
491 /* a bytecode interpreter in the TrueType driver. */
494 /* TrueType glyphs without hinting. *
    [all...]

Completed in 2352 milliseconds

1 2 3 4