/external/pdfium/third_party/ |
D | BUILD.gn | 61 # The relative freetype/include path points to PDFium's custom config. 62 # The absolute path points to whatever copy of FreeType is in 63 # //third_party/freetype. 65 "freetype/include", 66 "//third_party/freetype/src/include", 72 "FT_CONFIG_MODULES_H=\"freetype-custom-config/ftmodule.h\"", 73 "FT_CONFIG_OPTIONS_H=\"freetype-custom-config/ftoption.h\"", 93 "//third_party/freetype/include/pstables.h", 94 "//third_party/freetype/src/include/freetype/config/ftconfig.h", 95 "//third_party/freetype/src/include/freetype/config/ftheader.h", [all …]
|
/external/freetype/builds/symbian/ |
D | bld.inf | 2 // FreeType 2 project for the symbian platform 8 // This file is part of the FreeType project, and may only be used, modified, 9 // and distributed under the terms of the FreeType project license, 18 freetype.mmp 21 ../../include/freetype/ft2build.h 22 ../../include/freetype/config/ftconfig.h config/ftconfig.h 23 ../../include/freetype/config/ftheader.h config/ftheader.h 24 ../../include/freetype/config/ftmodule.h config/ftmodule.h 25 ../../include/freetype/config/ftoption.h config/ftoption.h 26 ../../include/freetype/config/ftstdlib.h config/ftstdlib.h [all …]
|
/external/skia/third_party/freetype2/ |
D | BUILD.gn | 17 libs = [ "freetype" ] 22 public_include_dirs = [ "../externals/freetype/include" ] 31 "FT_CONFIG_MODULES_H=<include/freetype-android/ftmodule.h>", 32 "FT_CONFIG_OPTIONS_H=<include/freetype-android/ftoption.h>", 36 "../externals/freetype/src/autofit/autofit.c", 37 "../externals/freetype/src/base/ftbase.c", 38 "../externals/freetype/src/base/ftbbox.c", 39 "../externals/freetype/src/base/ftbitmap.c", 40 "../externals/freetype/src/base/ftdebug.c", 41 "../externals/freetype/src/base/ftfstype.c", [all …]
|
/external/skqp/third_party/freetype2/ |
D | BUILD.gn | 17 libs = [ "freetype" ] 22 public_include_dirs = [ "../externals/freetype/include" ] 31 "FT_CONFIG_MODULES_H=<include/freetype-android/ftmodule.h>", 32 "FT_CONFIG_OPTIONS_H=<include/freetype-android/ftoption.h>", 36 "../externals/freetype/src/autofit/autofit.c", 37 "../externals/freetype/src/base/ftbase.c", 38 "../externals/freetype/src/base/ftbbox.c", 39 "../externals/freetype/src/base/ftbitmap.c", 40 "../externals/freetype/src/base/ftdebug.c", 41 "../externals/freetype/src/base/ftfstype.c", [all …]
|
/external/freetype/ |
D | NOTICE | 1 This software is based in part on the work of the FreeType Team. 5 The FreeType Project LICENSE 18 The FreeType Project is distributed in several archive packages; 19 some of them may contain, in addition to the FreeType font engine, 21 FreeType Project. 25 affects thus the FreeType font engine, the test programs, 42 FreeType code. (`credits') 46 We disclaim all warranties covering The FreeType Project and 47 assume no liability related to The FreeType Project. 55 Portions of this software are copyright © <year> The FreeType [all …]
|
D | ChangeLog.20 | 11 2002-02-08 David Turner <david@freetype.org> 15 * include/freetype/freetype.h: Setting `PATCH_LEVEL' to 8 and 18 * include/freetype/freetype.h: Adding comments to FT_Get_Next_Char; 22 2002-02-07 David Turner <david@freetype.org> 27 2002-02-06 David Turner <david@freetype.org> 82 * include/freetype/freetype.h: Add prototype. 83 * include/freetype/internal/ftdriver.h: Add `FTDriver_getNextChar' 86 * include/freetype/internal/psnames.h: Add `PS_Next_Unicode_Func' 89 * include/freetype/internal/tttypes.h: Add `TT_CharNext_Func' 119 * builds/unix/freetype-config.in: Add missing `fi'. [all …]
|
D | README | 1 FreeType 2.9.1 4 Homepage: https://www.freetype.org 6 FreeType is a freely available software library to render fonts. 18 The FreeType 2 API reference is located in `docs/reference'; use the 23 https://download.savannah.gnu.org/releases/freetype/ 27 freetype-doc-2.9.1.tar.bz2 28 freetype-doc-2.9.1.tar.gz 33 https://www.freetype.org/freetype2/documentation.html 39 The preferred way of communication with the FreeType team is using 42 general use and discussion: freetype@nongnu.org [all …]
|
D | modules.cfg | 6 # This file is part of the FreeType project, and may only be used, modified, 7 # and distributed under the terms of the FreeType project license, 13 # In case you compile the FreeType library with GNU make or makepp, this 22 # in the file `include/freetype/config/ftoption.h'. 81 # FreeType's auto hinter. 88 # controlled in file include/freetype/config/ftoption.h 107 # FreeType's cache sub-system (quite stable but still in beta -- this means 109 # include/freetype/ftcache.h. Needs `ftglyph.c'. 118 # See include/freetype/ftgzip.h for the API. 123 # See include/freetype/ftlzw.h for the API. [all …]
|
D | ChangeLog.21 | 31 * include/freetype/ftimage.h (FT_Outline_MoveToFunc, 34 include/freetype/ftrender.h (FT_Glyph_TransformFunc, 36 `const' to stay compatible with FreeType 2.1.9. 46 * include/freetype/ftbitmap.h (FT_Bitmap_Embolden): Minor 49 * include/freetype/ftoutln.h (FT_Outline_Embolden): Fix typos. 92 * include/freetype/ftbitmap.h (FT_Bitmap_Embolden): Improve 105 * include/freetype/ftbitmap.h (FT_Bitmap_Embolden): New declaration. 107 * include/freetype/ftoutln.h (FT_Outline_Embolden): New declaration. 150 * include/freetype/cache/ftccache.h (FTC_CACHE_LOOKUP_CMP), 151 include/freetype/cache/ftcmru.h (FTC_MRULIST_LOOKUP_CMP): Remove [all …]
|
D | CMakeLists.txt | 8 # This file is part of the FreeType project, and may only be used, modified, 9 # and distributed under the terms of the FreeType project license, 61 # <build-directory>/include/freetype/config 65 # . You can use `cmake' directly on a freshly cloned FreeType git 80 # . Installation of FreeType can be controlled with the CMake variables 85 # FreeType explicitly marks the API to be exported and relies on the compiler 134 project(freetype C) project 238 file(READ "${PROJECT_SOURCE_DIR}/include/freetype/config/ftconfig.h" 241 file(WRITE "${PROJECT_BINARY_DIR}/include/freetype/config/ftconfig.h" 246 file(READ "${PROJECT_SOURCE_DIR}/include/freetype/config/ftoption.h" [all …]
|
D | vms_make.com | 1 $! make FreeType 2 under OpenVMS 6 $! This file is part of the FreeType project, and may only be used, modified, 7 $! and distributed under the terms of the FreeType project license, 13 $! External libraries (like FreeType, XPM, etc.) are supported via the 29 $! Make procedure history for FreeType 2 34 $! 0.02 20041030 Add error handling, FreeType 2.1.9 131 $ write sys$output "Could not locate FreeType 2 include files" 156 # FreeType 2 build system -- top-level Makefile for OpenVMS 163 # This file is part of the FreeType project, and may only be used, modified, 164 # and distributed under the terms of the FreeType project license, [all …]
|
D | ChangeLog.22 | 22 * include/freetype/*: Many minor documentation improvements (adding 29 * include/freetype/*: s/scale/scaling value/ where appropriate. 50 * builds/freetype.mk (refdoc): Write-protect the `docmaker' 63 * builds/win32/visualc/freetype.sln, 64 builds/win32/visualc/freetype.vcproj: Upgraded to VS.NET 2005 from 82 FREETYPE_MAJOR, FREETYPE_MINOR, and FREETYPE_PATCH from freetype.h. 86 * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. 91 builds/win32/visualc/freetype.dsp, 92 builds/win32/visualc/freetype.vcproj, builds/freetype.mk (refdoc), 103 include/freetype/config/ftoption.h. [all …]
|
D | Jamfile | 1 # FreeType 2 top Jamfile. 6 # This file is part of the FreeType project, and may only be used, modified, 7 # and distributed under the terms of the FreeType project license, 17 # We can compile FreeType 2 with classic Jam however thanks to 30 # current directory. This allows us to build FreeType 2 as part of a larger 45 # Name of FreeType include directory during compilation. 50 # Name of FreeType source directory during compilation. 57 FT2_LIB ?= $(LIBPREFIX)freetype ; 116 # Only used by FreeType developers. 125 # compile any part of FreeType 2. [all …]
|
/external/freetype/docs/ |
D | FTL.TXT | 1 The FreeType Project LICENSE 14 The FreeType Project is distributed in several archive packages; 15 some of them may contain, in addition to the FreeType font engine, 17 FreeType Project. 21 affects thus the FreeType font engine, the test programs, 38 FreeType code. (`credits') 42 We disclaim all warranties covering The FreeType Project and 43 assume no liability related to The FreeType Project. 51 Portions of this software are copyright © <year> The FreeType 52 Project (www.freetype.org). All rights reserved. [all …]
|
D | freetype-config.1 | 1 .TH FREETYPE-CONFIG 1 "May 2018" "FreeType 2.9.1" 6 freetype-config \- Get information about a libfreetype installation 11 .B freetype-config 17 .B freetype-config 19 FreeType library, such as linker flags and compilation parameters. 22 FreeType library version installed on the system, such as the 23 installation (directory path) prefix or the FreeType version number. 29 .B freetype-config 34 This program is part of the FreeType package. 50 Return the prefix value of the installed FreeType library (the default [all …]
|
D | release | 4 . include/freetype/freetype.h: Update FREETYPE_MAJOR, FREETYPE_MINOR, 63 . Create the doc bundles (freetype-doc-<version>.tar.gz, 64 freetype-doc-<version>.tar.bz2, ftdoc<version>.zip). This is 67 <freetype-web git repository>/freetype2/docs 89 FREETYPE_PACKAGES="freetype-$VERSION.tar.gz \ 90 freetype-$VERSION.tar.bz2 \ 95 FTDOC_PACKAGES="freetype-doc-$VERSION.tar.gz \ 96 freetype-doc-$VERSION.tar.bz2 \ 147 $SAVANNAH_USER@dl.sv.nongnu.org:/releases/freetype/ 150 $SOURCEFORGE_USER,freetype@frs.sf.net:/home/frs/project/f/fr/freetype/freetype2/$VERSION/ [all …]
|
D | INSTALL.VMS | 1 How to build the FreeType 2 library on VMS 4 It is actually very straightforward to install the FreeType 2 library. 18 sharing the same top level as the directory of FreeType 2 and follow 20 process relies on this to figure out the location of the FreeType 2 31 To compile applications using FreeType 2 you have to define the 32 logical FREETYPE pointing to the directory 34 [.INCLUDE.FREETYPE] 37 $disk:[freetype] then define the logical with 39 define freetype $disk:[freetype.include.freetype] 55 This file is part of the FreeType project, and may only be used, [all …]
|
D | INSTALL.UNIX | 1 This document contains instructions on how to build the FreeType 9 The FreeType build system _exclusively_ works with GNU Make. You 29 FreeType 2. See the file docs/MAKEPP for details. 32 is a contributed file not directly supported by the FreeType team. 78 It is possible to compile FreeType in a different directory. 79 Assuming the FreeType source files in directory `/src/freetype' a 83 /src/freetype/configure [options] 93 OpenType fonts) depends on FreeType, which can be solved as 96 1. Call FreeType's `configure' script with option 97 `--without-harfbuzz', then compile and install FreeType. [all …]
|
/external/pdfium/third_party/freetype/ |
D | FTL.TXT | 1 The FreeType Project LICENSE 14 The FreeType Project is distributed in several archive packages; 15 some of them may contain, in addition to the FreeType font engine, 17 FreeType Project. 21 affects thus the FreeType font engine, the test programs, 38 FreeType code. (`credits') 42 We disclaim all warranties covering The FreeType Project and 43 assume no liability related to The FreeType Project. 51 Portions of this software are copyright � <year> The FreeType 52 Project (www.freetype.org). All rights reserved. [all …]
|
/external/freetype/include/freetype/internal/ |
D | internal.h | 10 * This file is part of the FreeType project, and may only be used, 11 * modified, and distributed under the terms of the FreeType project 27 #define FT_INTERNAL_OBJECTS_H <freetype/internal/ftobjs.h> 28 #define FT_INTERNAL_STREAM_H <freetype/internal/ftstream.h> 29 #define FT_INTERNAL_MEMORY_H <freetype/internal/ftmemory.h> 30 #define FT_INTERNAL_DEBUG_H <freetype/internal/ftdebug.h> 31 #define FT_INTERNAL_CALC_H <freetype/internal/ftcalc.h> 32 #define FT_INTERNAL_HASH_H <freetype/internal/fthash.h> 33 #define FT_INTERNAL_DRIVER_H <freetype/internal/ftdrv.h> 34 #define FT_INTERNAL_TRACE_H <freetype/internal/fttrace.h> [all …]
|
/external/freetype/include/freetype/config/ |
D | ftheader.h | 5 * Build macros of the FreeType 2 library. 10 * This file is part of the FreeType project, and may only be used, 11 * modified, and distributed under the terms of the FreeType project 60 * Aliases for the FreeType 2 public and configuration files. 77 * FreeType~2 header files. They can be used directly in #include 92 * way FreeType~2 is installed on a given system. 106 * FreeType~2 configuration data. 110 #define FT_CONFIG_CONFIG_H <freetype/config/ftconfig.h> 121 * FreeType~2 interface to the standard C library functions. 125 #define FT_CONFIG_STANDARD_LIBRARY_H <freetype/config/ftstdlib.h> [all …]
|
/external/freetype/builds/unix/ |
D | freetype2.m4 | 7 # This file is part of the FreeType project, and may only be used, modified, 8 # and distributed under the terms of the FreeType project license, 13 # As a special exception to the FreeType project license, this file may be 21 # Test for FreeType 2, and define FT2_CFLAGS and FT2_LIBS. 23 # FreeType 2.0.4). 26 [# Get the cflags and libraries from the freetype-config script 31 [Prefix where FreeType is installed (optional)]), 38 [Exec prefix where FreeType is installed (optional)]), 45 [Do not try to compile and run a test FreeType program]), 52 FT2_CONFIG=$ft_config_exec_prefix/bin/freetype-config [all …]
|
D | install.mk | 2 # FreeType 2 installation instructions for Unix systems 9 # This file is part of the FreeType project, and may only be used, modified, 10 # and distributed under the terms of the FreeType project license, 29 # previous FreeType versions (which use slightly different locations). 41 $(DESTDIR)$(includedir)/freetype2/freetype/config \ 51 $$P $(DESTDIR)$(includedir)/freetype2/freetype ; \ 55 $$P $(DESTDIR)$(includedir)/freetype2/freetype/config ; \ 60 $(DESTDIR)$(includedir)/freetype2/freetype/config/ftconfig.h 62 $(DESTDIR)$(includedir)/freetype2/freetype/config/ftmodule.h 64 $(DESTDIR)$(includedir)/freetype2/freetype/config/ftoption.h [all …]
|
/external/freetype/builds/amiga/ |
D | smakefile | 9 # This file is part of the FreeType project, and may only be used, modified, 10 # and distributed under the terms of the FreeType project license, 43 # FT_DEBUG_LEVEL_TRACE in include/freetype/config/ftoption.h). 111 # freetype library base 126 # freetype library base extensions 162 # freetype library autofitter module 168 # freetype library PS hinting module 173 # freetype library PS support module 179 # freetype library PS glyph names module 185 # freetype library monochrome raster module [all …]
|
/external/harfbuzz_ng/ |
D | .travis.yml | 11 …- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi… 22 …p://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf freetype-2.9.tar.bz… 23 - export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs" 29 - rm -rf freetype-2.9 40 …p://download.savannah.gnu.org/releases/freetype/freetype-2.9.tar.bz2 && tar xf freetype-2.9.tar.bz… 41 - export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs" 54 - brew install ragel freetype glib gobject-introspection cairo graphite2 || true 88 …build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with…
|