/external/harfbuzz_ng/util/ |
D | Makefile.sources | 9 helper-cairo.cc \ 10 helper-cairo.hh \ 11 helper-cairo-ansi.cc \ 12 helper-cairo-ansi.hh \ 13 view-cairo.cc \ 14 view-cairo.hh \
|
D | helper-cairo.cc | 27 #include "helper-cairo.hh" 29 #include <cairo-ft.h> 33 #include "helper-cairo-ansi.hh" 35 # include <cairo-svg.h> 38 # include <cairo-pdf.h> 41 # include <cairo-ps.h> 82 * cairo will reset the face size. As such, create new face... in helper_cairo_create_scaled_font() 108 cairo_face = cairo_toy_font_face_create ("@cairo:sans", in helper_cairo_create_scaled_font() 224 fail (false, "Failed to create cairo surface: %s", in _cairo_ansi_surface_create_for_stream() 282 fail (false, "Failed to create cairo surface: %s", in _cairo_png_surface_create_for_stream()
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 10 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 20 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 30 … - run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget pkg-config libtool ragel freetype glib cairo 32 …PWD/opt/local/bin/llvm-g++-4.2 ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 78 … add ragel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev 89 …- run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib… 92 …DHB_DEBUG" ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-… 105 …clang++ ./autogen.sh --with-freetype --with-fontconfig --with-glib --with-cairo --with-icu --with-… [all …]
|
/external/libdrm/ |
D | configure.ac | 472 AC_ARG_ENABLE([cairo-tests], 473 [AS_HELP_STRING([--enable-cairo-tests], 474 [Enable support for Cairo rendering in tests (default: auto)])], 475 [CAIRO=$enableval], [CAIRO=auto]) 476 if test "x$CAIRO" != xno; then 477 PKG_CHECK_MODULES(CAIRO, cairo, [HAVE_CAIRO=yes], [HAVE_CAIRO=no]) 479 AC_MSG_CHECKING([whether to enable Cairo tests]) 480 if test "x$CAIRO" = xauto; then 481 CAIRO="$HAVE_CAIRO" 483 if test "x$CAIRO" = xyes; then [all …]
|
D | meson_options.txt | 106 'cairo-tests', 110 description : 'Enable support for Cairo rendering in tests.',
|
D | meson.build | 217 _cairo_tests = get_option('cairo-tests') 219 dep_cairo = dependency('cairo', required : _cairo_tests == 'true') 263 [with_cairo_tests, 'CAIRO'],
|
/external/harfbuzz_ng/ |
D | BUILD.md | 2 Cairo, and GLib. For example, on Ubuntu / Debian, you would do: 8 sudo yum install gcc gcc-c++ freetype-devel glib2-devel cairo-devel 18 sudo port install freetype glib2 cairo 22 brew install freetype glib cairo
|
D | configure.ac | 218 AC_ARG_WITH(cairo, optwith 219 [AS_HELP_STRING([--with-cairo=@<:@yes/no/auto@:>@], 220 [Use cairo @<:@default=auto@:>@])],, 224 PKG_CHECK_MODULES(CAIRO, cairo >= 1.8.0, have_cairo=true, :) 227 AC_MSG_ERROR([cairo support requested but not found]) 230 AC_DEFINE(HAVE_CAIRO, 1, [Have cairo graphics library]) 236 PKG_CHECK_MODULES(CAIRO_FT, cairo-ft, have_cairo_ft=true, :) 239 AC_DEFINE(HAVE_CAIRO_FT, 1, [Have cairo-ft support in cairo graphics library]) 534 Cairo: ${have_cairo}
|
D | .travis.yml | 11 …- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi… 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…
|
D | appveyor.yml | 34 …acman --noconfirm --force -S --needed mingw-w64-$MSYS2_ARCH-{gcc,freetype,cairo,icu,gettext,gobjec… 38 …="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%triplet% cairo:%triplet%' 52 …gen.sh --with-uniscribe --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-…
|
/external/harfbuzz_ng/docs/ |
D | usermanual-install-harfbuzz.xml | 53 development packages for FreeType, Cairo, and GLib. The exact 65 …<command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-devel</p… 148 development packages for FreeType, Cairo, and GLib. If you are 151 <command>sudo port install</command> <package>freetype glib2 cairo</package> 157 <command>brew install</command> <package>freetype glib cairo</package> 278 <term>--with-cairo</term> 281 … Use <ulink url="https://cairographics.org/">Cairo</ulink>. <emphasis>(Default = auto)</emphasis> 284 This option enables or disables usage of the Cairo 286 check for the presence of Cairo and, if it is found, 287 build with Cairo support. [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | GnomeFontInstance.cpp | 26 #include <cairo.h> 27 #include <cairo-ft.h> 184 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCoun… in rasterizeGlyphs() argument 202 cairo_set_font_face(cairo, fCairoFace); in rasterizeGlyphs() 203 cairo_set_font_size(cairo, getXPixelsPerEm() * getScaleFactorX()); in rasterizeGlyphs() 204 cairo_show_glyphs(cairo, glyph_t, out); in rasterizeGlyphs()
|
D | Makefile.in | 29 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/c… 31 …BICULE) $(LIBICUUC) $(LIBICUI18N) @LIBS@ @LIB_M@ `pkg-config --libs libgnomeui-2.0 freetype2 cairo`
|
D | GnomeFontInstance.h | 28 #include <cairo.h> 106 …void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *po…
|
/external/u-boot/board/quipos/cairo/ |
D | MAINTAINERS | 1 CAIRO BOARD 4 F: board/quipos/cairo/
|
D | cairo.c | 23 #include "cairo.h" 67 * The Cairo board uses SAMSUNG DDR - K4X51163PG-FGC6
|
D | Kconfig | 4 default "cairo"
|
D | Makefile | 6 obj-y := cairo.o
|
/external/harfbuzz_ng/src/ |
D | test-ot-color.cc | 35 #include <cairo.h> 36 #include <cairo-ft.h> 37 #include <cairo-svg.h> 323 // disabled when color font as cairo rendering of NotoColorEmoji is soooo slow in main()
|
/external/u-boot/arch/arm/mach-omap2/omap3/ |
D | Kconfig | 144 bool "QUIPOS CAIRO" 205 source "board/quipos/cairo/Kconfig"
|
/external/wayland/doc/publican/sources/ |
D | Introduction.xml | 55 buffer management from client code. Then cairo came along and provided 76 implementations like those found in Cairo. In the end, what’s needed
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | timezone_aliases.txt | 9 ART; Africa/Cairo 70 Egypt; Africa/Cairo
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | TimeZoneAliases.txt | 53 Egypt ; Africa/Cairo 140 ART ; Africa/Cairo
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 61 Egypt ; Africa/Cairo 148 ART ; Africa/Cairo
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TimeZoneAliases.txt | 61 Egypt ; Africa/Cairo 148 ART ; Africa/Cairo
|