Searched full:graphite2 (Results 1 – 23 of 23) sorted by relevance
| /external/harfbuzz_ng/src/ |
| D | hb-graphite2.cc | 35 #include "hb-graphite2.h" 37 #include <graphite2/Segment.h> 43 * SECTION:hb-graphite2 44 * @title: hb-graphite2 45 * @short_description: Graphite2 integration 46 * @include: hb-graphite2.h 51 * with the `graphite2` shaping engine enabled. Currently, the default is to 52 * not enable `graphite2` shaping. 164 * Fetches the Graphite2 gr_face corresponding to the specified 174 const hb_graphite2_face_data_t *data = face->data.graphite2; in hb_graphite2_face_get_gr_face() [all …]
|
| D | hb-graphite2.h | 31 #include <graphite2/Font.h>
|
| D | hb-shaper-list.hh | 43 HB_SHAPER_IMPLEMENT (graphite2)
|
| D | harfbuzz.cc | 18 #include "hb-graphite2.cc"
|
| D | Makefile.sources | 324 HB_GRAPHITE2_sources = hb-graphite2.cc 325 HB_GRAPHITE2_headers = hb-graphite2.h
|
| D | hb-wasm-shape.cc | 50 * name. This can be done eg.: __attribute__((import_module("graphite2")))
|
| D | meson.build | 326 hb_graphite2_sources = files('hb-graphite2.cc') 327 hb_graphite2_headers = files('hb-graphite2.h')
|
| /external/harfbuzz_ng/ |
| D | configure.ac | 263 AC_ARG_WITH(graphite2, optwith 264 [AS_HELP_STRING([--with-graphite2=@<:@yes/no/auto@:>@], 265 [Use the graphite2 library @<:@default=no@:>@])],, 268 GRAPHITE2_DEPS="graphite2 >= 1.2.0" 271 PKG_CHECK_MODULES(GRAPHITE2, $GRAPHITE2_DEPS, have_graphite2=true, :) 273 # If pkg-config is not available, graphite2 can still be there 278 AC_CHECK_HEADER(graphite2/Segment.h, have_graphite2=true, :) 284 AC_MSG_ERROR([graphite2 support requested but libgraphite2 not found]) 287 AC_DEFINE(HAVE_GRAPHITE2, 1, [Have Graphite2 library]) 496 Graphite2: ${have_graphite2}
|
| D | meson_options.txt | 13 description: 'Deprecated use graphite2 option instead') 14 option('graphite2', type: 'feature', value: 'disabled', feature 15 description: 'Enable Graphite2 complementary shaper')
|
| D | meson.build | 121 graphite2_dep = dependency('graphite2', required: get_option('graphite2')) 122 graphite_dep = dependency('graphite2', required: get_option('graphite')) 454 {'Graphite2': conf.get('HAVE_GRAPHITE2', 0) == 1,
|
| D | CMakeLists.txt | 37 option(HB_HAVE_GRAPHITE2 "Enable Graphite2 complementary shaper" OFF) 223 find_path(GRAPHITE2_INCLUDE_DIR graphite2/Font.h) 224 find_library(GRAPHITE2_LIBRARY graphite2) 228 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h) 232 list(APPEND PC_REQUIRES_PRIV "graphite2 >= 1.2.0")
|
| D | NEWS | 462 - Allow negative glyph advances from “graphite2” shaper. (Stephan Bergmann) 805 - meson option for enabling Graphite 2 has been renamed to graphite2. 1771 - Graphite2: Fix RTL positioning issue. 2067 - Graphite2 shaper: improved negative advance handling (eg. Nastaliq). 2240 - hb-graphite2 fixes. 2464 - Fix graphite2 backend cluster mapping [crasher!] 2662 - icu and graphite2 are default off, can be enabled with their --with 2671 --with-freetype --with-cairo, --with-icu, and optionally --with-graphite2; 2699 - Fix crasher in graphite2 shaper. 2774 - Updated graphite2 backend. [all …]
|
| D | CONFIG.md | 9 you need Glib, ICU, Graphite2, as well as CoreText / Uniscribe / DWrite. Make
|
| /external/harfbuzz_ng/.circleci/ |
| D | config.yml | 21 …PDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c graphite2 gobject-introspe… 59 …vel freetype-devel cairo-devel libicu-devel gobject-introspection-devel graphite2-devel redhat-rpm…
|
| /external/harfbuzz_ng/.github/workflows/ |
| D | macos-ci.yml | 32 graphite2 \
|
| D | coverity-scan.yml | 27 … -DHAVE_GRAPHITE2 -DHAVE_GLIB -DHAVE_ICU `pkg-config --cflags freetype2 graphite2 glib-2.0 icu-uc`…
|
| D | msys2-ci.yml | 50 mingw-w64-${{ matrix.MSYS2_ARCH }}-graphite2
|
| /external/harfbuzz_ng/docs/ |
| D | usermanual-install-harfbuzz.xml | 262 …Use the <ulink url="http://graphite.sil.org/">Graphite2</ulink> library. <emphasis>(Default = no)<… 265 This option enables or disables usage of the Graphite2
|
| D | harfbuzz-sections.txt | 535 <FILE>hb-graphite2</FILE>
|
| D | wasm-shaper.md | 391 Graphite2 : NO
|
| D | harfbuzz-docs.xml | 96 <xi:include href="xml/hb-graphite2.xml"/>
|
| /external/harfbuzz_ng/src/wasm/graphite/ |
| D | shape.cc | 5 #include <graphite2/Segment.h>
|
| /external/skia/third_party/harfbuzz/ |
| D | BUILD.gn | 390 "$_src/hb-graphite2.cc", 391 "$_src/hb-graphite2.h",
|