Home
last modified time | relevance | path

Searched full:graphite2 (Results 1 – 23 of 23) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-graphite2.cc35 #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 …]
Dhb-graphite2.h31 #include <graphite2/Font.h>
Dhb-shaper-list.hh43 HB_SHAPER_IMPLEMENT (graphite2)
Dharfbuzz.cc18 #include "hb-graphite2.cc"
DMakefile.sources324 HB_GRAPHITE2_sources = hb-graphite2.cc
325 HB_GRAPHITE2_headers = hb-graphite2.h
Dhb-wasm-shape.cc50 * name. This can be done eg.: __attribute__((import_module("graphite2")))
Dmeson.build326 hb_graphite2_sources = files('hb-graphite2.cc')
327 hb_graphite2_headers = files('hb-graphite2.h')
/external/harfbuzz_ng/
Dconfigure.ac263 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}
Dmeson_options.txt13 description: 'Deprecated use graphite2 option instead')
14 option('graphite2', type: 'feature', value: 'disabled', feature
15 description: 'Enable Graphite2 complementary shaper')
Dmeson.build121 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,
DCMakeLists.txt37 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")
DNEWS462 - 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 …]
DCONFIG.md9 you need Glib, ICU, Graphite2, as well as CoreText / Uniscribe / DWrite. Make
/external/harfbuzz_ng/.circleci/
Dconfig.yml21 …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/
Dmacos-ci.yml32 graphite2 \
Dcoverity-scan.yml27 … -DHAVE_GRAPHITE2 -DHAVE_GLIB -DHAVE_ICU `pkg-config --cflags freetype2 graphite2 glib-2.0 icu-uc`…
Dmsys2-ci.yml50 mingw-w64-${{ matrix.MSYS2_ARCH }}-graphite2
/external/harfbuzz_ng/docs/
Dusermanual-install-harfbuzz.xml262 …Use the <ulink url="http://graphite.sil.org/">Graphite2</ulink> library. <emphasis>(Default = no)<…
265 This option enables or disables usage of the Graphite2
Dharfbuzz-sections.txt535 <FILE>hb-graphite2</FILE>
Dwasm-shaper.md391 Graphite2 : NO
Dharfbuzz-docs.xml96 <xi:include href="xml/hb-graphite2.xml"/>
/external/harfbuzz_ng/src/wasm/graphite/
Dshape.cc5 #include <graphite2/Segment.h>
/external/skia/third_party/harfbuzz/
DBUILD.gn390 "$_src/hb-graphite2.cc",
391 "$_src/hb-graphite2.h",