HomeSort by relevance Sort by last modified time
    Searched refs:freetype (Results 1 - 13 of 13) sorted by null

  /external/freetype/include/freetype/config/
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/include/freetype/internal/
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_PIC_H <freetype/internal/ftpic.h>
29 #define FT_INTERNAL_STREAM_H <freetype/internal/ftstream.h>
30 #define FT_INTERNAL_MEMORY_H <freetype/internal/ftmemory.h>
31 #define FT_INTERNAL_DEBUG_H <freetype/internal/ftdebug.h>
32 #define FT_INTERNAL_CALC_H <freetype/internal/ftcalc.h>
33 #define FT_INTERNAL_DRIVER_H <freetype/internal/ftdriver.h>
34 #define FT_INTERNAL_TRACE_H <freetype/internal/fttrace.h
    [all...]
ftserv.h 5 /* The FreeType services (specification only). */
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 */
    [all...]
  /external/freetype/builds/
ft2unix.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 */
25 /* returned by the `freetype-config --cflags' or `pkg-config --cflags' */
29 /* a future FreeType 2 release, the following installation changes will */
32 /* - The contents of `freetype-2.x/include/freetype' will be installed */
34 /* `/usr/local/include/freetype2/freetype'. */
37 /* of <freetype/config/ftheader.h>. */
40 /* replace all `<freetype/xxx>' with `<freetype2/xxx>'. *
    [all...]
  /external/freetype/include/
ft2build.h 5 /* FreeType 2 build and setup macros. */
11 /* This file is part of the FreeType project, and may only be used, */
12 /* modified, and distributed under the terms of the FreeType project */
23 /* FreeType 2. It uses the `freetype' include root. */
34 #include <freetype/config/ftheader.h>
  /external/harfbuzz/
Android.mk 31 contrib/harfbuzz-freetype.c \
66 external/freetype/include
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 8 #include <freetype/freetype.h>
9 #include <freetype/tttables.h>
  /external/skia/src/ports/
SkFontHost_FreeType_Subpixel.cpp 18 /* This file contains functions for converting Freetype's subpixel output
33 #include <freetype/freetype.h>
SkFontHost_FreeType.cpp 50 #include <freetype/freetype.h>
51 #include <freetype/ftoutln.h>
52 #include <freetype/ftsizes.h>
53 #include <freetype/tttables.h>
54 #include <freetype/ftadvanc.h>
55 #include <freetype/ftlcdfil.h>
56 #include <freetype/ftbitmap.h>
57 #include <freetype/ftsynth.h>
76 // 0 means no color reduction (e.g. just as returned from FreeType)
    [all...]
  /external/webkit/Tools/DumpRenderTree/gtk/fonts/
fonts.conf 5 <!-- Due to patent (http://freetype.sourceforge.net/patents.html)
7 freetype version of the linux distribution, avoiding hinting
9 release freetype the 2.4, which enables by default the
  /external/harfbuzz/tests/shaping/
main.cpp 35 static FT_Library freetype; variable
46 if (FT_New_Face(freetype, path, /*index*/0, &face))
197 FT_Init_FreeType(&freetype);
202 FT_Done_FreeType(freetype);
  /frameworks/base/libs/rs/
Android.mk 135 LOCAL_C_INCLUDES += external/freetype/include external/zlib dalvik
  /external/skia/
Android.mk 242 external/freetype/include \

Completed in 2020 milliseconds