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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/shell/app/
webkit_test_platform_support_linux.cc 42 "/usr/share/fonts/truetype/kochi/kochi-gothic.ttf",
43 "/usr/share/fonts/truetype/kochi/kochi-mincho.ttf",
44 "/usr/share/fonts/truetype/msttcorefonts/Arial.ttf",
45 "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf",
46 "/usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf",
47 "/usr/share/fonts/truetype/msttcorefonts/Arial_Italic.ttf",
48 "/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS.ttf",
49 "/usr/share/fonts/truetype/msttcorefonts/Comic_Sans_MS_Bold.ttf",
50 "/usr/share/fonts/truetype/msttcorefonts/Courier_New.ttf",
51 "/usr/share/fonts/truetype/msttcorefonts/Courier_New_Bold.ttf"
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
Jamfile 1 # FreeType 2 src/truetype Jamfile
12 SubDir FT2_TOP $(FT2_SRC_DIR) truetype ;
23 _sources = truetype ;
29 # end of src/truetype Jamfile
rules.mk 2 # FreeType 2 TrueType driver configuration rules
16 # TrueType driver directory
18 TT_DIR := $(SRC_DIR)/truetype
26 # TrueType driver sources (i.e., C files)
37 # TrueType driver headers
43 # TrueType driver object(s)
49 TT_DRV_OBJ_S := $(OBJ_DIR)/truetype.$O
51 # TrueType driver source file for single build
53 TT_DRV_SRC_S := $(TT_DIR)/truetype.c
56 # TrueType driver - single objec
    [all...]
module.mk 2 # FreeType 2 TrueType module definition
20 $(ECHO_DRIVER)truetype $(ECHO_DRIVER_DESC)Windows/Mac font files with extension *.ttf or *.ttc$(ECHO_DRIVER_DONE)
ttpic.c 5 /* The FreeType position independent code services for truetype module. */
50 if ( pic_container->truetype )
52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype;
59 pic_container->truetype = NULL;
77 pic_container->truetype = container;
fxft_truetype.c 4 /* truetype.c */
6 /* FreeType TrueType driver component (body only). */
tterrors.h 5 /* TrueType error codes (specification only). */
21 /* This file is used to define the TrueType error enumeration */
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/chromium_org/third_party/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. */
50 if ( pic_container->truetype )
52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype;
59 pic_container->truetype = NULL;
77 pic_container->truetype = container;
truetype.c 3 /* truetype.c */
5 /* FreeType TrueType driver component (body only). */
  /external/freetype/include/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /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. */
50 if ( pic_container->truetype )
52 TTModulePIC* container = (TTModulePIC*)pic_container->truetype;
59 pic_container->truetype = NULL;
77 pic_container->truetype = container;
truetype.c 3 /* truetype.c */
5 /* FreeType TrueType driver component (body only). */
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/pageserializer/font/
font.html 8 src: url("font.ttf") format("truetype");
  /external/pdfium/core/src/fxge/fx_freetype/src/
fxft_truetype.c 7 #include "../fxft2.5.01/src/truetype/fxft_truetype.c"
  /external/chromium_org/third_party/freetype/include/freetype/
ftttdrv.h 5 /* FreeType API for controlling the TrueType driver */
42 * The TrueType driver
45 * Controlling the TrueType driver module.
48 * While FreeType's TrueType driver doesn't expose API functions by
53 * The TrueType driver's module name is `truetype'.
70 * If subpixel hinting is on, many TrueType bytecode instructions
93 * FT_Property_Set( library, "truetype",
111 * select the hinting engine for Truetype fonts.
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. If this bit
105 * Read the `gasp' table from a TrueType or OpenType font file and
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftttdrv.h 5 /* FreeType API for controlling the TrueType driver */
42 * The TrueType driver
45 * Controlling the TrueType driver module.
48 * While FreeType's TrueType driver doesn't expose API functions by
53 * The TrueType driver's module name is `truetype'.
70 * If subpixel hinting is on, many TrueType bytecode instructions
93 * FT_Property_Set( library, "truetype",
111 * select the hinting engine for Truetype fonts.
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftttdrv.h 5 /* FreeType API for controlling the TrueType driver */
42 * The TrueType driver
45 * Controlling the TrueType driver module.
48 * While FreeType's TrueType driver doesn't expose API functions by
53 * The TrueType driver's module name is `truetype'.
70 * If subpixel hinting is on, many TrueType bytecode instructions
93 * FT_Property_Set( library, "truetype",
111 * select the hinting engine for Truetype fonts.
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svtteng.h 5 /* The FreeType TrueType engine query service (specification). */
33 #define FT_SERVICE_ID_TRUETYPE_ENGINE "truetype-engine"
  /external/chromium_org/third_party/skia/third_party/harfbuzz/tests/shaping/
README 1 These shaper tests need some specific TrueType fonts. You can get a package of
  /external/freetype/include/
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. If this bit
105 * Read the `gasp' table from a TrueType or OpenType font file and

Completed in 803 milliseconds

1 2 3 4 5 6 7 8 91011>>