/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/rust/crates/plotters/ |
D | RELEASE-NOTES.md | 16 For example, when `cairo-rs` crate is updated, plotters should release a new version with updated `… 17 our cairo backend. However, most of the users doesn't actually use this backend and pushing new ver… 63 plotters = {version = "0.3", default_features = false} # Instead of having features = ["cairo"] at … 64 plotters-cairo = "0.3" # We should import the cairo backend in this way.
|
/external/harfbuzz_ng/.circleci/ |
D | config.yml | 10 …W_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 20 …W_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel freetype glib cairo 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 30 …rew install wget autoconf automake libtool pkg-config ragel freetype glib cairo icu4c graphite2 cm… 31 …config" && ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-… 54 …gel make pkgconfig libtool autoconf automake gettext gcc g++ glib-dev freetype-dev cairo-dev python 69 …- run: pacman --noconfirm -Syu freetype2 cairo icu gettext gobject-introspection gcc gcc-libs glib… 73 …- run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-grap… 95 …clang++ ./autogen.sh --with-freetype --with-fontconfig --with-glib --with-cairo --with-icu --with-… [all …]
|
/external/oss-fuzz/projects/cairo/ |
D | build.sh | 51 # Build cairo 52 pushd $SRC/cairo 69 if [ ! -f "${OUT}/cairo.dict" ]; then 75 DEPS="gmodule-2.0 glib-2.0 gio-2.0 gobject-2.0 freetype2 cairo cairo-gobject" 91 ln -sf $SRC/cairo.dict $OUT/${fuzzer_name}.dict
|
D | project.yaml | 1 homepage: https://gitlab.freedesktop.org/cairo/cairo 14 main_repo: 'https://gitlab.freedesktop.org/cairo/cairo.git'
|
D | Dockerfile | 23 RUN git clone --depth 1 https://gitlab.freedesktop.org/cairo/cairo.git && \ 24 zip -q $SRC/cairo_seed_corpus.zip $SRC/cairo/test/reference/* 26 ADD https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/png.dict $SRC/cairo.dict 28 WORKDIR $SRC/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 | 199 AC_ARG_WITH(cairo, optwith 200 [AS_HELP_STRING([--with-cairo=@<:@yes/no/auto@:>@], 201 [Use cairo @<:@default=auto@:>@])],, 205 PKG_CHECK_MODULES(CAIRO, cairo >= 1.8.0, have_cairo=true, :) 208 AC_MSG_ERROR([cairo support requested but not found]) 211 AC_DEFINE(HAVE_CAIRO, 1, [Have cairo graphics library]) 217 PKG_CHECK_MODULES(CAIRO_FT, cairo-ft, have_cairo_ft=true, :) 220 AC_DEFINE(HAVE_CAIRO_FT, 1, [Have cairo-ft support in cairo graphics library]) 526 Cairo: ${have_cairo}
|
D | appveyor.yml | 60 …acman --noconfirm --force -S --needed mingw-w64-$MSYS2_ARCH-{gcc,freetype,cairo,icu,gettext,gobjec… 61 …="msvc" if not "%platform%"=="ARM" vcpkg install glib:%triplet% freetype:%triplet% cairo:%triplet%' 76 …gen.sh --with-uniscribe --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-…
|
D | .travis.yml | 9 …- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi… 76 …build_command_prepend: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with…
|
D | README.mingw.md | 15 On Fedora that would be `dnf install mingw32-glib2 mingw32-cairo mingw32-freetype` 16 for 32-bit, or `dnf install mingw64-glib2 mingw64-cairo mingw64-freetype` for 64-bit.
|
/external/harfbuzz_ng/docs/ |
D | usermanual-install-harfbuzz.xml | 53 development packages for FreeType, Cairo, and GLib. The exact 64 …<command>sudo yum install</command> <package>gcc gcc-c++ freetype-devel glib2-devel cairo-devel</p… 147 development packages for FreeType, Cairo, and GLib. If you are 150 <command>sudo port install</command> <package>freetype glib2 cairo</package> 156 <command>brew install</command> <package>freetype glib cairo</package> 277 <term><command>--with-cairo</command></term> 280 … Use <ulink url="https://cairographics.org/">Cairo</ulink>. <emphasis>(Default = auto)</emphasis> 283 This option enables or disables usage of the Cairo 285 check for the presence of Cairo and, if it is found, 286 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()
|
/external/igt-gpu-tools/ |
D | configure.ac | 127 …PKG_CHECK_MODULES(OVERLAY_XLIB, [cairo-xlib dri2proto >= 2.6], enable_overlay_xlib=yes, enable_ove… 153 PKG_CHECK_MODULES(CAIRO, [cairo >= 1.17.2], [], 154 [AC_MSG_WARN([Cairo too old, HDR formats not available. Upgrade to cairo 1.17.2]) 155 PKG_CHECK_MODULES(CAIRO, [cairo >= 1.12.0])]
|
D | meson.build | 133 cairo = dependency('cairo', version : '>1.12.0', required : true) variable 320 if cairo.version().version_compare('<1.17.2') 324 warning('Cairo < 1.17.2 found, cannot test HDR formats') 326 # Cairo 1.17.2 requires 0.36.0 to compile, but somehow it went missing? 327 error('Cairo with floating point support found, but pixman version too old')
|
/external/igt-gpu-tools/lib/ |
D | igt_frame.c | 31 #include <cairo.h> 98 * @reference: The reference cairo surface 99 * @capture: The captured cairo surface 144 * @reference: The reference cairo surface 145 * @capture: The captured cairo surface 276 * @reference: The reference cairo surface 277 * @capture: The captured cairo surface
|
D | igt_fb.c | 64 * It also supports drawing using the cairo library and provides some simplified 66 * cairo drawing context for a framebuffer object is igt_get_cairo_ctx(). 77 * We need cairo 1.17.2 to use HDR formats, but the only thing added is a value 90 /* drm fourcc/cairo format maps */ 1202 * @cr: cairo drawing context 1224 * @cr: cairo drawing context 1247 * @cr: cairo drawing context 1277 * @cr: cairo drawing context 1334 * @cr: cairo drawing context 1342 * needs to be done manually with explicit cairo calls on @cr. [all …]
|
D | igt_fb.h | 31 #include <cairo.h> 69 * @cairo_surface: optionally attached cairo drawing surface 179 /* cairo-based painting */
|
/external/igt-gpu-tools/overlay/ |
D | meson.build | 34 cairo_xlib = dependency('cairo-xlib', required : xlib_backend_required) 37 gpu_overlay_deps = [ realtime, math, cairo, pciaccess, libdrm, 86 …family()) and libdrm_intel.found() and leg.found() and xrandr.found() and cairo.found() and (with_…
|
/external/oss-fuzz/projects/cairo/targets/ |
D | pdf_surface_fuzzer.c | 15 #include <cairo.h> 16 #include <cairo-pdf.h>
|
D | raster_fuzzer.c | 15 #include <cairo.h> 16 #include <cairo-pdf.h>
|
/external/harfbuzz_ng/src/ |
D | test-ot-color.cc | 28 #include <cairo.h> 44 #include <cairo-ft.h> 45 #include <cairo-svg.h> 331 // disabled when color font as cairo rendering of NotoColorEmoji is soooo slow in main()
|
/external/oss-fuzz/projects/poppler/ |
D | Dockerfile | 27 RUN git clone --depth 1 https://gitlab.freedesktop.org/cairo/cairo.git
|
/external/libdrm/ |
D | .gitlab-ci.yml | 61 -D cairo-tests=true 123 cairo
|