HomeSort by relevance Sort by last modified time
    Searched refs:freetype (Results 1 - 19 of 19) 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/pdfium/third_party/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_HASH_H <freetype/internal/fthash.h>
34 #define FT_INTERNAL_DRIVER_H <freetype/internal/ftdriver.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/pdfium/third_party/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/include/
ft2build.h 5 /* FreeType 2 build and setup macros. */
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 */
21 /* This is the `entry point' for FreeType header file inclusions. It is */
23 /* FreeType header files should be accessed with macro names (after */
37 #include <freetype/config/ftheader.h>
  /external/pdfium/third_party/freetype/include/
ft2build.h 5 /* FreeType 2 build and setup macros. */
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 */
21 /* This is the `entry point' for FreeType header file inclusions. It is */
23 /* FreeType header files should be accessed with macro names (after */
37 #include <freetype/config/ftheader.h>
  /external/ImageMagick/MagickWand/
Android.mk 49 external/freetype/include
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/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.
121 * FreeType~2 interface to the standard C library functions.
136 * FreeType~2 project-specific configuration options.
151 * list of FreeType~2 modules that are statically linked to new librar
    [all...]
  /external/ImageMagick/MagickCore/
Android.mk 119 external/freetype/include
annotate.c 93 # include <freetype/freetype.h>
98 # include <freetype/ftglyph.h>
103 # include <freetype/ftoutln.h>
108 # include <freetype/ftbbox.h>
    [all...]
  /external/ImageMagick/coders/
ttf.c 65 # include <freetype/freetype.h>
333 (void) FormatLocaleString(version,MagickPathExtent,"Freetype %d.%d.%d",
  /external/harfbuzz_ng/win32/
config-msvc.mak 14 # Freetype is needed for building FreeType support and hb-view
18 FREETYPE_LIB = freetype.lib
91 # Enable cairo-ft (enables cairo and freetype as well)
95 FREETYPE = 1
113 # Enable freetype if desired
114 !if "$(FREETYPE)" == "1"
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 579 //sys DnsRecordListFree(rl *DNSRecord, freetype uint32) = dnsapi.DnsRecordListFree
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go     [all...]
syscall_windows.go 579 //sys DnsRecordListFree(rl *DNSRecord, freetype uint32) = dnsapi.DnsRecordListFree
    [all...]
  /external/ImageMagick/
configure     [all...]

Completed in 1991 milliseconds