Home
last modified time | relevance | path

Searched +full:behdad +full:- +full:harfbuzz (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/third_party/flutter/skia/third_party/externals/harfbuzz/
DRELEASING.md1 HarfBuzz release walk-through checklist:
5 * `git diff $(git describe | sed 's/-.*//').. src/*.h` prints all public API
11 docs/harfbuzz-sections.txt. If release added new API, add entry for new
12 API index at the end of docs/harfbuzz-docs.xml.
14 If there's a backward-incompatible API change (including deletions for API
29 Note: Check src/hb-version.h and make sure the new version number is
31 "touch configure.ac" and rebuild. Also check that there is no hb-version.h
33 That's what happened to 2.0.0 going out with 1.8.0 hb-version.h... So, that's
36 7. Now that you have release files, commit NEWS, configure.ac, and src/hb-version.h,
41 "make release-files". Enter your GPG password. This creates a sha256 hash
[all …]
DREADME1 …ravis Build Status](https://travis-ci.org/harfbuzz/harfbuzz.svg?branch=master)](https://travis-ci.…
2 …status/0t0flrxpstj9lb9w?svg=true&branch=master)](https://ci.appveyor.com/project/harfbuzz/harfbuzz)
3 … Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.co…
4 …https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
5 …/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
6 …Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https://codecov.…
7 … Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuz…
8 [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
10 This is HarfBuzz, a text shaping library.
14 http://harfbuzz.org/
[all …]
DREADME.md1 …ravis Build Status](https://travis-ci.org/harfbuzz/harfbuzz.svg?branch=master)](https://travis-ci.…
2 …status/0t0flrxpstj9lb9w?svg=true&branch=master)](https://ci.appveyor.com/project/harfbuzz/harfbuzz)
3 … Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.co…
4 …https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
5 …/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
6 …Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https://codecov.…
7 … Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuz…
8 [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
10 This is HarfBuzz, a text shaping library.
14 http://harfbuzz.org/
[all …]
Dharfbuzz.doap1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
6 <name xml:lang="en">harfbuzz</name>
10 rdf:resource="http://harfbuzz.org/" />
11 <mailing-list
12 rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" />
13 <!--download-page
14 rdf:resource=""/-->
15 <bug-database
16 rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" />
[all …]
DREADME.mingw.md1 For the development of HarfBuzz, the Microsoft shaping technology, Uniscribe,
2 as a widely used and tested shaper is used as more-or-less OpenType reference
9 2. And `mingw-w64` compiler.
10 With `brew` on macOS, you can have it like `brew install mingw-w64`.
11 On Fedora, with `dnf install mingw32-gcc-c++`, or `dnf install mingw64-gcc-c++` for the
12 64-bit Windows.
14 3. Install cross-compiled dependency packages. Alternatively see [^1] below.
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.
20 6. Run `../mingw32.sh` for 32-bit build, or `../mingw64.sh` for 64-bit. This configures
[all …]
D.travis.yml8 - CPPFLAGS=""
9- CONFIGURE_OPTS="--with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphi…
10 - NOCONFIGURE=1
12- secure: "k6l/18dpsoPAf0E5RQWCr+rgjbHns0H3k0WzSYovCoVg0B7RVlV8x8OjyEOBzEvXI4aaHRdH6MHCPDFnX4fa7ys…
16 - os: linux
20 - export PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig"
21 - export LD_LIBRARY_PATH="$HOME/.local/lib"
22 - bash .ci/build-freetype.sh
24 - ./autogen.sh
25 - ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
[all …]
DCOPYING1 HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
2 For parts of HarfBuzz that are licensed under different licenses see individual
9 Copyright © 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
13 Copyright © 2006 Behdad Esfahbod
16 Copyright © 1998-2004 David Turner and Werner Lemberg
/third_party/harfbuzz/.github/workflows/
Dcoverity-scan.yml1 name: coverity-scan
5 - cron: '0 10 * * *' # Daily at 10:00 UTC
9 runs-on: ubuntu-latest
11 - uses: actions/checkout@v2
13- run: sudo apt-get install gcc clang wget git curl pkg-config libfreetype6-dev libglib2.0-dev lib…
15 - name: Download Coverity
17 …wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=behdad/ha…
18 mkdir cov-analysis-linux64
19 tar xzf cov-analysis-linux64.tar.gz --strip 1 -C cov-analysis-linux64
24- run: cov-analysis-linux64/bin/cov-build --dir cov-int clang src/hb-*.cc -DHAVE_FREETYPE -DHAVE_G…
[all …]
/third_party/harfbuzz/
DREADME.md1 …atus](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)](https://github.com/harfb…
2 … Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/master.svg?style=svg)](https://circleci.co…
3 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https:…
4 …https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
5 …/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
6 …Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/master/graph/badge.svg)](https://codecov.…
7 … Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuz…
8 …ckaging status](https://repology.org/badge/tiny-repos/harfbuzz.svg)](https://repology.org/project/
9 [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
11 This is HarfBuzz, a text shaping library.
[all …]
Dharfbuzz.doap1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
6 <name xml:lang="en">harfbuzz</name>
10 rdf:resource="http://harfbuzz.org/" />
11 <mailing-list
12 rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" />
13 <!--download-page
14 rdf:resource=""/-->
15 <bug-database
16 rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" />
[all …]
/third_party/skia/third_party/externals/harfbuzz/
DREADME.md1 …atus](https://github.com/harfbuzz/harfbuzz/workflows/linux-ci/badge.svg)](https://github.com/harfb…
2 …d Status](https://circleci.com/gh/harfbuzz/harfbuzz/tree/main.svg?style=svg)](https://circleci.com…
3 [![OSS-Fuzz Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/harfbuzz.svg)](https:…
4 …https://img.shields.io/coverity/scan/5450.svg)](https://scan.coverity.com/projects/behdad-harfbuzz)
5 …/project/badge/Grade/f17f1708783c447488bc8dd317150eaa)](https://app.codacy.com/app/behdad/harfbuzz)
6 … Coverage](https://codecov.io/gh/harfbuzz/harfbuzz/branch/main/graph/badge.svg)](https://codecov.i…
7 … Coverage](https://img.shields.io/coveralls/harfbuzz/harfbuzz.svg)](https://coveralls.io/r/harfbuz…
8 …ckaging status](https://repology.org/badge/tiny-repos/harfbuzz.svg)](https://repology.org/project/
9 [ABI Tracker](http://abi-laboratory.pro/tracker/timeline/harfbuzz/)
11 This is HarfBuzz, a text shaping library.
[all …]
Dharfbuzz.doap1 <Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
6 <name xml:lang="en">harfbuzz</name>
10 rdf:resource="http://harfbuzz.org/" />
11 <mailing-list
12 rdf:resource="http://lists.freedesktop.org/mailman/listinfo/harfbuzz" />
13 <!--download-page
14 rdf:resource=""/-->
15 <bug-database
16 rdf:resource="https://github.com/harfbuzz/harfbuzz/issues" />
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-map.cc5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
33 #include "hb-aat-map.hh"
35 #include "hb-aat-layout.hh"
36 #include "hb-aat-layout-feat-table.hh"
41 if (!face->table.feat->has_data ()) return; in add_feature()
45 if (!face->table.feat->exposes_feature (HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES)) in add_feature()
48 info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES; in add_feature()
49 info->setting = (hb_aat_layout_feature_selector_t) value; in add_feature()
[all …]
Dhb-shape.cc5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
31 #include "hb-shaper.hh"
32 #include "hb-shape-plan.hh"
33 #include "hb-buffer.hh"
34 #include "hb-font.hh"
35 #include "hb-machinery.hh"
39 * SECTION:hb-shape
40 * @title: hb-shape
[all …]
Dhb-blob.h4 * This is part of HarfBuzz, a text shaping library.
24 * Red Hat Author(s): Behdad Esfahbod
34 #include "hb-common.h"
41 * @HB_MEMORY_MODE_DUPLICATE: HarfBuzz immediately makes a copy of the data.
42 * @HB_MEMORY_MODE_READONLY: HarfBuzz client will never modify the data,
43 * and HarfBuzz will never modify the data.
44 * @HB_MEMORY_MODE_WRITABLE: HarfBuzz client made a copy of the data solely
45 * for HarfBuzz, so HarfBuzz may modify the data.
51 * Regarding these various memory-modes:
53 * - In no case shall the HarfBuzz client modify memory
[all …]
Dhb-shape.h5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
36 #include "hb-common.h"
37 #include "hb-buffer.h"
38 #include "hb-font.h"
/third_party/harfbuzz/src/
Dhb-aat-map.cc5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
33 #include "hb-aat-map.hh"
35 #include "hb-aat-layout.hh"
36 #include "hb-aat-layout-feat-table.hh"
41 if (!face->table.feat->has_data ()) return; in add_feature()
45 if (!face->table.feat->exposes_feature (HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES)) in add_feature()
48 info->type = HB_AAT_LAYOUT_FEATURE_TYPE_CHARACTER_ALTERNATIVES; in add_feature()
49 info->setting = (hb_aat_layout_feature_selector_t) value; in add_feature()
[all …]
Dhb-shape.cc5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
31 #include "hb-shaper.hh"
32 #include "hb-shape-plan.hh"
33 #include "hb-buffer.hh"
34 #include "hb-font.hh"
35 #include "hb-machinery.hh"
39 * SECTION:hb-shape
40 * @title: hb-shape
[all …]
Dhb-blob.h4 * This is part of HarfBuzz, a text shaping library.
24 * Red Hat Author(s): Behdad Esfahbod
34 #include "hb-common.h"
41 * @HB_MEMORY_MODE_DUPLICATE: HarfBuzz immediately makes a copy of the data.
42 * @HB_MEMORY_MODE_READONLY: HarfBuzz client will never modify the data,
43 * and HarfBuzz will never modify the data.
44 * @HB_MEMORY_MODE_WRITABLE: HarfBuzz client made a copy of the data solely
45 * for HarfBuzz, so HarfBuzz may modify the data.
51 * Regarding these various memory-modes:
53 * - In no case shall the HarfBuzz client modify memory
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-shape.cc5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
31 #include "hb-shaper.hh"
32 #include "hb-shape-plan.hh"
33 #include "hb-buffer.hh"
34 #include "hb-font.hh"
35 #include "hb-machinery.hh"
39 * SECTION:hb-shape
40 * @title: hb-shape
[all …]
Dhb-blob.h4 * This is part of HarfBuzz, a text shaping library.
24 * Red Hat Author(s): Behdad Esfahbod
34 #include "hb-common.h"
40 * Note re various memory-modes:
42 * - In no case shall the HarfBuzz client modify memory
43 * that is passed to HarfBuzz in a blob. If there is
45 * such that HarfBuzz makes a copy immediately,
47 * - Use MODE_READONLY otherwise, unless you really really
50 * - MODE_WRITABLE is appropriate if you really made a
52 * HarfBuzz and doing that just once (no reuse!),
[all …]
Dhb-shape.h5 * This is part of HarfBuzz, a text shaping library.
25 * Red Hat Author(s): Behdad Esfahbod
26 * Google Author(s): Behdad Esfahbod
36 #include "hb-common.h"
37 #include "hb-buffer.h"
38 #include "hb-font.h"
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhb-view.cc2 * Copyright © 2010 Behdad Esfahbod
5 * This is part of HarfBuzz, a text shaping library.
25 * Google Author(s): Behdad Esfahbod
28 #include "main-font-text.hh"
29 #include "shape-consumer.hh"
30 #include "view-cairo.hh"
/third_party/harfbuzz/util/
Dhb-view.cc2 * Copyright © 2010 Behdad Esfahbod
5 * This is part of HarfBuzz, a text shaping library.
25 * Google Author(s): Behdad Esfahbod
28 #include "main-font-text.hh"
29 #include "shape-consumer.hh"
30 #include "view-cairo.hh"
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-view.cc2 * Copyright © 2010 Behdad Esfahbod
5 * This is part of HarfBuzz, a text shaping library.
25 * Google Author(s): Behdad Esfahbod
29 #include "font-options.hh"
30 #include "main-font-text.hh"
31 #include "shape-consumer.hh"
32 #include "text-options.hh"
33 #include "view-cairo.hh"

12345678910>>...27