harfbuzz/src
Qunxin Liu 35d6af6943 [subset] fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5965777994907648 2021-06-04 18:16:23 -06:00
..
ms-use [use] Update overrides to 2021-01-04 2021-01-06 05:45:01 +02:00
Makefile.am [subset] Add a basic priority queue datastructure (binary heap). 2021-03-17 15:53:57 -07:00
Makefile.sources Add hb-ot-color-colrv1-closure.hh to sources list. 2021-05-12 15:29:53 -06:00
check-c-linkage-decls.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-externs.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-header-guards.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-includes.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-libstdc++.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-static-inits.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
check-symbols.py [tests] fix PGO build testing 2020-07-21 03:05:28 +04:30
failing-alloc.c [fuzz] Implement failing allocator 2020-07-29 07:35:34 +04:30
fix_get_types.py [meson] Fix fix_get_types.py shabang, minor format 2020-05-21 21:48:01 +04:30
gen-arabic-joining-list.py Ignore T & U when determining the joining scripts 2020-08-28 14:33:25 -04:00
gen-arabic-table.py [py] minor, remove unnecessary pass 2020-07-13 20:07:51 +04:30
gen-def.py [py] minor, replace os.environ.get with os.getenv 2020-07-04 16:16:15 +04:30
gen-emoji-table.py [py] remove not needed imports 2020-07-03 15:51:13 +04:30
gen-harfbuzzcc.py [py] minor, replace exit with sys.exit 2020-07-04 16:16:15 +04:30
gen-hb-version.py meson: avoid regenerating hb-version.h unnecessarily 2020-12-23 00:22:06 -08:00
gen-indic-table.py [indic] Spell out INDIC_TABLE_ELEMENT_TYPE 2021-02-01 11:30:39 -08:00
gen-os2-unicode-ranges.py minor on python scripts 2020-05-29 00:48:32 +04:30
gen-ragel-artifacts.py Revert "Avoid category duplication between C++ and Ragel" 2021-01-15 19:26:04 -07:00
gen-tag-table.py Reformat gen-tag-table.py 2021-03-28 10:21:46 -07:00
gen-ucd-table.py [py] remove not needed imports 2020-07-03 15:51:13 +04:30
gen-use-table.py [use] Move data table into same compilation unit 2021-02-01 11:30:39 -08:00
gen-vowel-constraints.py [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
harfbuzz-config.cmake.in Revert "Remove cmake-config support of HarfBuzz" 2020-08-12 01:00:33 +04:30
harfbuzz-gobject.pc.in
harfbuzz-icu.pc.in
harfbuzz-subset.pc.in
harfbuzz.cc [use] Move data table into same compilation unit 2021-02-01 11:30:39 -08:00
harfbuzz.pc.in
hb-aat-layout-ankr-table.hh s/LArrayOf/Array32Of/g 2021-03-31 15:41:54 -06:00
hb-aat-layout-bsln-table.hh minor 2020-07-18 22:16:02 +04:30
hb-aat-layout-common.hh [aat] Update glyph properties from GDEF if available when doing a replacement. 2021-05-17 21:44:29 -06:00
hb-aat-layout-feat-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-aat-layout-just-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-aat-layout-kerx-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-aat-layout-morx-table.hh [aat] Update glyph properties from GDEF if available when doing a replacement. 2021-05-17 21:44:29 -06:00
hb-aat-layout-opbd-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-aat-layout-trak-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-aat-layout.cc [aat] Update glyph properties from GDEF if available when doing a replacement. 2021-05-17 21:44:29 -06:00
hb-aat-layout.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-aat-layout.hh [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl() 2019-12-06 03:35:24 +00:00
hb-aat-ltag-table.hh s/LArrayOf/Array32Of/g 2021-03-31 15:41:54 -06:00
hb-aat-map.cc minor, tweak spacing 2020-04-20 16:18:29 +04:30
hb-aat-map.hh minor, tweak spacing 2020-04-20 16:18:29 +04:30
hb-aat.h
hb-algs.hh [constexpr] IntType 2021-02-22 21:59:56 -07:00
hb-array.hh [blob] Use min_size, instead of null_size in .as<T>() 2021-04-16 13:14:48 -06:00
hb-atomic.hh [atomic] Remove IBM/AIX implementation 2021-02-22 17:24:09 -07:00
hb-bimap.hh added skip(), get_next_value() to inc_bimap to subset VarStore with retain-gids 2019-07-12 23:02:29 -07:00
hb-blob.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
hb-blob.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-blob.hh Tiny improvement on previous commit 2020-11-25 11:51:37 -07:00
hb-buffer-deserialize-json.hh [buffer] Add ensure_glyphs()/ensure_unicode() 2020-10-15 01:54:28 -06:00
hb-buffer-deserialize-json.rl [buffer] Add ensure_glyphs()/ensure_unicode() 2020-10-15 01:54:28 -06:00
hb-buffer-deserialize-text.hh [buffer] Add ensure_glyphs()/ensure_unicode() 2020-10-15 01:54:28 -06:00
hb-buffer-deserialize-text.rl [buffer] Add ensure_glyphs()/ensure_unicode() 2020-10-15 01:54:28 -06:00
hb-buffer-serialize.cc [introspection] Replace deprecated allow-none 2020-12-30 19:21:49 -08:00
hb-buffer.cc [buffer] HB_NODISCARD output_glyph() 2021-03-15 16:01:35 -06:00
hb-buffer.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-buffer.hh [buffer] Fix order of HB_INTERNAL HB_DISCARD 2021-03-15 16:51:17 -06:00
hb-cache.hh
hb-cff-interp-common.hh [subset] further changes to serializer error handling. 2021-03-18 10:51:26 -07:00
hb-cff-interp-cs-common.hh minor, replace nullptr checks with implicit ones 2020-04-21 00:30:34 +04:30
hb-cff-interp-dict-common.hh Clean up math.h and float.h includes 2020-04-18 16:02:55 -07:00
hb-cff1-interp-cs.hh alternate fix for https://crbug.com/971933 2019-06-26 15:59:00 -07:00
hb-cff2-interp-cs.hh [cff] Check for scalars array resize result 2020-07-31 09:27:27 +04:30
hb-common.cc [docs] Fix hb_color_get_* docs 2021-01-20 14:22:15 -08:00
hb-common.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-config.hh hb-config: Include config-override earlier 2021-03-30 20:50:02 -06:00
hb-coretext.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
hb-coretext.h [Docs] Add gtk-doc comments to hb-coretext. 2019-05-20 17:35:39 +01:00
hb-debug.hh [subset] Add table duplication overflow resolution. 2021-03-17 15:53:57 -07:00
hb-deprecated.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-directwrite.cc [directwrite] Use correct UTF-16 string length 2021-04-15 09:30:40 -06:00
hb-directwrite.h Remove hb_directwrite_shape_experimental_width public API 2019-08-21 03:02:01 +04:30
hb-dispatch.hh m[dispatch] Use inline class member initialization 2021-02-19 18:40:48 -07:00
hb-draw.cc Move outline draw API behind HB_EXPERIMENTAL_API directive 2020-03-13 08:25:53 +03:30
hb-draw.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-draw.hh minor, tweak spacing 2020-04-20 16:18:29 +04:30
hb-face.cc [constexpr] hb_atomic_int_t 2021-02-22 17:19:26 -07:00
hb-face.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-face.hh Remove HB_CONST_FUNC and HB_PURE_FUNC 2021-02-20 15:45:12 -07:00
hb-fallback-shape.cc [config] Replace HAVE_FALLBACK with HB_NO_FALLBACK_SHAPE 2019-06-17 20:29:29 -07:00
hb-font.cc [docs] Fix typo 2021-01-20 14:22:15 -08:00
hb-font.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-font.hh minor 2020-07-18 22:16:02 +04:30
hb-ft.cc m[ft] No need to use atomic ops for cached_x_scale 2021-02-22 12:51:09 -07:00
hb-ft.h [ft] Add locking FT_Face API 2019-11-22 16:22:27 -05:00
hb-gdi.cc [docs] Miscellaneous missing docs 2020-12-30 19:21:49 -08:00
hb-gdi.h Add hb_gdi_face_create API 2019-07-21 14:22:19 -07:00
hb-glib.cc [glib] Default to glib's script type handling 2020-07-29 07:05:31 +04:30
hb-glib.h
hb-gobject-enums.cc.tmpl src/hb-gobject-enums.cc.tmpl: write out only the filename, not the full path 2020-09-08 11:00:32 +01:00
hb-gobject-enums.h.tmpl [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-gobject-structs.cc Merge branch 'master' into usermanual-integration 2020-04-23 15:32:43 -07:00
hb-gobject-structs.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-gobject.h Fix gen-def for harefbuzz-gobject 2020-03-13 14:30:17 +03:30
hb-graphite2.cc Avoid a deprecation warning in graphite2 2021-06-03 09:51:43 -06:00
hb-graphite2.h Update src/hb-graphite2.h 2020-04-13 15:13:56 +01:00
hb-icu.cc [icu] Remove support for versions older than 49 2020-07-30 02:01:43 +04:30
hb-icu.h
hb-iter.hh [iter] Allow passing rvalue iters to hb_fill() 2021-01-21 12:15:10 -07:00
hb-kern.hh [kern] Refactoring. 2020-04-22 18:04:52 -07:00
hb-machinery.hh m[machinery] Move HB_VAR_ARRAY here 2021-02-20 15:44:25 -07:00
hb-map.cc [buffer/set/map] Move immutable check only to C API boundary 2021-02-19 18:40:48 -07:00
hb-map.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-map.hh [map] Return success from ->set() 2021-03-29 18:13:22 -06:00
hb-meta.hh m Move class traits 2021-02-20 15:13:52 -07:00
hb-mutex.hh m[mutex] Remove busyloop mutex implemenation 2021-02-20 15:16:59 -07:00
hb-null.hh Avoid undefined-behavior 2021-04-16 13:23:25 -06:00
hb-number-parser.hh [number] minor 2020-05-11 15:56:54 +04:30
hb-number-parser.rl [number] minor 2020-05-11 15:56:54 +04:30
hb-number.cc [number] Make hb_parse_double simpler now that we don't have to mimic strtod 2020-05-10 21:49:00 +04:30
hb-number.hh [number] Turn hb_parse_float into hb_parse_double 2019-09-04 02:04:09 +04:30
hb-object.hh [constexpr] hb_atomic_int_t 2021-02-22 17:19:26 -07:00
hb-open-file.hh s/LArrayOf/Array32Of/g 2021-03-31 15:41:54 -06:00
hb-open-type.hh Modify OffsetTo<>::sanitize() overflow check 2021-03-31 17:04:02 -06:00
hb-ot-cff-common.hh Use auto in range-for-loop more 2021-02-19 17:10:06 -07:00
hb-ot-cff1-std-str.hh add get_glyph_from_name & test. use hb_string_array 2019-11-26 18:34:06 +00:00
hb-ot-cff1-table.cc Apply rounding correctly when calculating glyph extents for CFF and CFF2; adjust expected test results 2021-02-19 16:53:21 -07:00
hb-ot-cff1-table.hh [CFF] Use NNOffsetTo<> instead of OffsetTo<> 2021-03-31 13:28:25 -06:00
hb-ot-cff2-table.cc Apply rounding correctly when calculating glyph extents for CFF and CFF2; adjust expected test results 2021-02-19 16:53:21 -07:00
hb-ot-cff2-table.hh [ENOMEM] unchecked resize in CFF2. 2020-07-31 02:04:06 +04:30
hb-ot-cmap-table.hh Use as_array() and range loops in a few places 2021-04-01 16:02:54 -06:00
hb-ot-color-cbdt-table.hh s/LArrayOf/Array32Of/g 2021-03-31 15:41:54 -06:00
hb-ot-color-colr-table.hh [subset] fix fuzzer testcase: https://oss-fuzz.com/testcase-detail/5965777994907648 2021-06-04 18:16:23 -06:00
hb-ot-color-colrv1-closure.hh Chromium build fixes for C++ 17 warning and missing _remap_indexes 2021-05-18 08:20:46 -06:00
hb-ot-color-cpal-table.hh [subset] subset both CPAL and COLRv1 2021-05-26 15:39:42 -06:00
hb-ot-color-sbix-table.hh . 2021-03-31 15:26:42 -06:00
hb-ot-color-svg-table.hh Add SortedArray{16,32}Of<> 2021-03-31 16:09:39 -06:00
hb-ot-color.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
hb-ot-color.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-deprecated.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-face-table-list.hh [aat] Remove lcar support 2020-07-06 00:05:36 +04:30
hb-ot-face.cc [meta] New API, hb_ot_metadata_reference_entry for fetching meta entries 2019-07-25 17:49:51 -07:00
hb-ot-face.hh [config] Remove tables from hb_face_t for disabled features 2019-06-19 15:36:14 -07:00
hb-ot-font.cc [Docs] Add GTK-Doc comments for hb-ot-font and hb-ot-shape. 2020-09-26 09:46:15 +02:00
hb-ot-font.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-gasp-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-glyf-table.hh [subset] add option to have the subsetter set the mac overlaps flag on each glyph. 2021-05-26 16:04:56 -06:00
hb-ot-hdmx-table.hh [subset] store errors in the serializer as a flag set. 2021-03-17 15:58:34 -07:00
hb-ot-head-table.hh [harfbuzz.cc] Fix OffsetTable name clash with Mac headers 2021-02-17 11:34:47 -07:00
hb-ot-hhea-table.hh minor, spacing 2020-04-24 23:45:17 +04:30
hb-ot-hmtx-table.hh [subset] further changes to serializer error handling. 2021-03-18 10:51:26 -07:00
hb-ot-kern-table.hh minor, spacing 2020-04-24 23:45:17 +04:30
hb-ot-layout-base-table.hh Add SortedArray{16,32}Of<> 2021-03-31 16:09:39 -06:00
hb-ot-layout-common.hh [subset] correct ClassDef format determination. 2021-04-30 14:46:57 -06:00
hb-ot-layout-gdef-table.hh [subset] fix collect_variation_idx in PairPosFormat2 2021-04-23 18:52:24 -07:00
hb-ot-layout-gpos-table.hh [subset] consider all value formats when computing effective format. 2021-04-23 19:09:37 -07:00
hb-ot-layout-gsub-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-layout-gsubgpos.hh [subset] add unlikely(). 2021-04-06 12:34:44 -06:00
hb-ot-layout-jstf-table.hh Add SortedArray{16,32}Of<> 2021-03-31 16:09:39 -06:00
hb-ot-layout.cc [hb-ot-layout] Document some return values 2021-04-30 14:05:33 -06:00
hb-ot-layout.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-layout.hh [ot] Update _hb_glyph_info_is_default_ignorable_and_not_hidden() 2021-04-06 11:47:06 -06:00
hb-ot-map.cc Minor, replace hb_set_add with private API 2019-10-08 15:40:29 +03:30
hb-ot-map.hh [ENOMEM] Return gracefully if stages isn't initialized correctly (#2639) 2020-09-21 11:39:38 +03:30
hb-ot-math-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-math.cc [docs] Use %true and %false consistently 2020-12-30 23:28:26 +02:00
hb-ot-math.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-maxp-table.hh minor, spacing 2020-04-24 23:45:17 +04:30
hb-ot-meta-table.hh s/LArrayOf/Array32Of/g 2021-03-31 15:41:54 -06:00
hb-ot-meta.cc [docs] Miscellaneous missing docs 2020-12-30 19:21:49 -08:00
hb-ot-meta.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-metrics.cc [docs] Complete hb-metrics docs a bit 2020-12-30 19:21:49 -08:00
hb-ot-metrics.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-metrics.hh [metrics] Rename hb_ot_metrics_t to hb_ot_metrics_tag_t 2019-07-29 22:43:09 +04:30
hb-ot-name-language-static.hh [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl() 2019-12-06 03:35:24 +00:00
hb-ot-name-language.hh
hb-ot-name-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-name.cc [introspection] Replace deprecated allow-none 2020-12-30 19:21:49 -08:00
hb-ot-name.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-os2-table.hh [minor] Rewrite set operation in OS/2 subsetting 2021-02-11 12:23:33 -07:00
hb-ot-os2-unicode-ranges.hh minor, replace nullptr checks with implicit ones 2020-04-21 00:30:34 +04:30
hb-ot-post-macroman.hh
hb-ot-post-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-shape-complex-arabic-fallback.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-shape-complex-arabic-joining-list.hh Ignore T & U when determining the joining scripts 2020-08-28 14:33:25 -04:00
hb-ot-shape-complex-arabic-table.hh Update to Unicode 13.0.0 2020-04-29 17:17:03 -04:00
hb-ot-shape-complex-arabic-win1256.hh m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr 2021-02-20 15:08:19 -07:00
hb-ot-shape-complex-arabic.cc Rename internal buffer var use 2021-01-18 12:00:58 -08:00
hb-ot-shape-complex-arabic.hh
hb-ot-shape-complex-default.cc [aat] Adjust fallback positioning logic 2019-12-09 18:11:04 -06:00
hb-ot-shape-complex-hangul.cc [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
hb-ot-shape-complex-hebrew.cc [config] Add HB_NO_OT_SHAPE / HB_NO_OT 2019-06-26 13:21:03 -07:00
hb-ot-shape-complex-indic-machine.hh [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-indic-machine.rl [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-indic-table.cc [indic] Spell out INDIC_TABLE_ELEMENT_TYPE 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-indic.cc [indic] Fix cluster-merging logic with cluster-level=1 2021-03-02 16:30:09 -07:00
hb-ot-shape-complex-indic.hh m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr 2021-02-20 15:08:19 -07:00
hb-ot-shape-complex-khmer-machine.hh [indic] Spell out INDIC_TABLE_ELEMENT_TYPE 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-khmer-machine.rl [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-khmer.cc [khmer] Remove more unused code 2021-02-11 11:33:47 -07:00
hb-ot-shape-complex-khmer.hh [indic/khmer/myanmar] Minor: Fix mask 2021-01-18 12:00:58 -08:00
hb-ot-shape-complex-myanmar-machine.hh [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-myanmar-machine.rl [indic/khmer/myanmar/use] Minor shuffling of found_syllable() macros 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-myanmar.cc [indic/khmer/myanmar/use] Move enum category around 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-myanmar.hh [indic/khmer/myanmar] Minor: Fix mask 2021-01-18 12:00:58 -08:00
hb-ot-shape-complex-syllabic.cc [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
hb-ot-shape-complex-syllabic.hh [syllabic] Fix signed/unsigned comparision errors 2021-01-18 12:00:58 -08:00
hb-ot-shape-complex-thai.cc [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
hb-ot-shape-complex-use-machine.hh start 2021-05-07 16:23:09 -06:00
hb-ot-shape-complex-use-machine.rl [use] Typo 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-use-table.hh [use] Move data table into same compilation unit 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-use.cc [use] Move data table into same compilation unit 2021-02-01 11:30:39 -08:00
hb-ot-shape-complex-vowel-constraints.cc [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
hb-ot-shape-complex-vowel-constraints.hh
hb-ot-shape-complex.hh m Move HB_SCRIPT_MYANMAR_ZAWGYI 2021-02-20 15:45:34 -07:00
hb-ot-shape-fallback.cc similarly improve comments on Hebrew ccc 18 & 19 2021-04-13 11:01:22 -06:00
hb-ot-shape-fallback.hh
hb-ot-shape-normalize.cc [buffer] HB_NODISCARD next_glyph() 2021-03-15 16:01:35 -06:00
hb-ot-shape-normalize.hh
hb-ot-shape.cc [aat] If shaping via morx, don't adjust mark positioning when zeroing widths. 2021-05-17 21:44:29 -06:00
hb-ot-shape.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-shape.hh minor 2020-03-26 12:03:07 +04:30
hb-ot-stat-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-tag-table.hh Update hb-ot-tag-table.hh (#2890) 2021-03-08 10:12:47 -08:00
hb-ot-tag.cc [introspection] Replace deprecated allow-none 2020-12-30 19:21:49 -08:00
hb-ot-var-avar-table.hh Add Array16Of<> 2021-03-31 16:04:43 -06:00
hb-ot-var-fvar-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-var-gvar-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-var-hvar-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-var-mvar-table.hh Rename offset types to be explicit about their size 2021-03-31 13:00:07 -06:00
hb-ot-var.cc [introspection] Replace deprecated allow-none 2020-12-30 19:21:49 -08:00
hb-ot-var.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-ot-vorg-table.hh Add SortedArray{16,32}Of<> 2021-03-31 16:09:39 -06:00
hb-ot.h Rename hb_ot_glyph_* to hb_outline_* 2020-01-27 23:43:54 +03:30
hb-pool.hh Turn more of simple dagger chains to foreach 2020-03-13 08:33:34 +03:30
hb-priority-queue.hh Change priority queue to use (priority, value) instead of (value, priority). 2021-03-18 11:13:47 -07:00
hb-repacker.hh Error when link width not in [2, 4] 2021-05-12 16:05:11 -06:00
hb-sanitize.hh [sanitize] change max ops to track number of bytes processed. 2021-03-31 19:03:30 -06:00
hb-serialize.hh [subset] Add subset () method for COLRv1 Paint tables, BaseGlyphV1List and LayerV1List 2021-05-12 16:05:11 -06:00
hb-set-digest.hh Fix up build 2021-04-02 08:33:03 -06:00
hb-set.cc [buffer/set/map] Move immutable check only to C API boundary 2021-02-19 18:40:48 -07:00
hb-set.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-set.hh [subset] remove unnessecary brackets. 2021-05-26 15:26:09 -06:00
hb-shape-plan.cc [docs] Invalid use of "optional" annotation 2020-12-30 19:21:49 -08:00
hb-shape-plan.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-shape-plan.hh Remove unused 'inline' specifier 2019-07-02 17:11:09 -07:00
hb-shape.cc [introspection] Replace deprecated allow-none 2020-12-30 19:21:49 -08:00
hb-shape.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-shaper-impl.hh
hb-shaper-list.hh [config] Add HB_NO_SHAPER 2019-06-26 13:58:40 -07:00
hb-shaper.cc [config] Add HB_NO_SHAPER 2019-06-26 13:58:40 -07:00
hb-shaper.hh Minor 2020-04-21 22:19:46 -07:00
hb-static.cc Add VarIdx 2021-03-31 11:26:18 -06:00
hb-string-array.hh undef HB_STRING_ARRAY_LENG_NAME 2019-11-19 01:13:00 -05:00
hb-style.cc [docs] Hide private enum values 2020-12-30 23:06:18 +02:00
hb-style.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-subset-cff-common.cc minor, replace nullptr checks with implicit ones 2020-04-21 00:30:34 +04:30
hb-subset-cff-common.hh [ENOMEM] Fix several instances of not checking resize in CFF. 2020-07-31 02:04:06 +04:30
hb-subset-cff1.cc Removed unused variable `supp_size` from plan_subset_encoding(...). 2021-06-02 07:17:32 -06:00
hb-subset-cff1.hh first rewrite of cff/cff2 _subset with _subset2 2020-02-04 21:20:43 +03:30
hb-subset-cff2.cc minor 2020-07-18 22:16:02 +04:30
hb-subset-cff2.hh first rewrite of cff/cff2 _subset with _subset2 2020-02-04 21:20:43 +03:30
hb-subset-input.cc Add public api methods to get/set the layout features to retain. 2021-06-02 15:18:45 -06:00
hb-subset-input.hh [subset] support option --layout-features 2021-05-26 18:04:18 -06:00
hb-subset-plan.cc [subset] support option --layout-features 2021-05-26 18:04:18 -06:00
hb-subset-plan.hh [subset] support option --layout-features 2021-05-26 18:04:18 -06:00
hb-subset.cc fuzzer fix 2021-05-31 12:44:33 -06:00
hb-subset.h Add public api methods to get/set the layout features to retain. 2021-06-02 15:18:45 -06:00
hb-subset.hh [dispatch] Fix debug builds 2020-06-19 08:32:57 -07:00
hb-ucd-table.hh Update to Unicode 13.0.0 2020-04-29 17:17:03 -04:00
hb-ucd.cc [algs] Streamline bsearch() API more towards hb_array_t::bsearch_impl() 2019-12-06 03:35:24 +00:00
hb-unicode-emoji-table.hh Update to Unicode 13.0.0 2020-04-29 17:17:03 -04:00
hb-unicode.cc [docs] Invalid use of "optional" annotation 2020-12-30 19:21:49 -08:00
hb-unicode.h [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb-unicode.hh improve comments on Hebrew ccc 18 & 19 2021-04-13 11:01:22 -06:00
hb-uniscribe.cc Merge branch 'master' into usermanual-integration 2020-04-23 15:32:43 -07:00
hb-uniscribe.h
hb-utf.hh Turn 8 spaces to tab across the project 2019-08-27 02:40:41 +04:30
hb-vector.hh [subset] fix memory leaks found in https://oss-fuzz.com/testcase-detail/5179935334465536 2021-03-31 12:37:45 -06:00
hb-version.h 2.8.1 2021-05-04 02:07:06 +02:00
hb-version.h.in [introspection] Fix g-ir-scanner syntax errors 2021-02-10 23:37:43 +02:00
hb.h [style] New experimental API, hb_style_get_value 2020-06-04 20:33:39 +04:30
hb.hh Remove hb_success_t 2021-03-29 17:49:16 -06:00
main.cc minor, add an option to skip private APIs use in main.cc 2020-04-23 14:22:51 +04:30
meson.build [subset] Refactor _subset () to reduce nesting and eliminate the use of 'goto'. 2021-03-17 15:53:58 -07:00
sample.py [py] minor, comment buffer_add_utf8 call 2020-07-13 20:41:13 +04:30
test-algs.cc [algs] Fix hb_inc/dec signature 2019-08-31 12:24:56 -05:00
test-array.cc Set hb_buffer_t to use array_t.reverse(). 2020-03-04 16:52:29 -08:00
test-bimap.cc add bimap test along with bug fix/tweaks 2019-07-01 13:54:36 -07:00
test-buffer-serialize.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-gpos-size-params.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-gsub-would-substitute.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-iter.cc minor, tweak spacing 2020-04-20 16:18:29 +04:30
test-meta.cc add test cases for hb_unwrap_type 2020-02-17 21:16:15 +00:00
test-number.cc [number] Make hb_parse_double simpler now that we don't have to mimic strtod 2020-05-10 21:49:00 +04:30
test-ot-glyphname.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-ot-meta.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-ot-name.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
test-priority-queue.cc Change priority queue to use (priority, value) instead of (value, priority). 2021-03-18 11:13:47 -07:00
test-repacker.cc [subset] store errors in the serializer as a flag set. 2021-03-17 15:58:34 -07:00
test-unicode-ranges.cc Turn 8 spaces to tab across the project 2019-08-27 02:40:41 +04:30
test.cc Include C headers with their C++ names (#2882) 2021-03-01 11:44:06 -08:00
update-unicode-tables.make [use] Move data table into same compilation unit 2021-02-01 11:30:39 -08:00