platform/upstream/libHarfBuzzSharp.git
5 years ago[sbix] Remove sbix_len
Behdad Esfahbod [Sun, 28 Oct 2018 22:58:48 +0000 (15:58 -0700)]
[sbix] Remove sbix_len

5 years ago[sbix] Fix get_glyph_blob() on Null object
Behdad Esfahbod [Sun, 28 Oct 2018 22:53:11 +0000 (15:53 -0700)]
[sbix] Fix get_glyph_blob() on Null object

5 years ago[sbix] Simplify ppem access
Behdad Esfahbod [Sun, 28 Oct 2018 22:44:40 +0000 (15:44 -0700)]
[sbix] Simplify ppem access

If struct members are simple and needed publicly, we make them public.

5 years ago[sbix] Simplify glyph_length calc
Behdad Esfahbod [Sun, 28 Oct 2018 22:43:54 +0000 (15:43 -0700)]
[sbix] Simplify glyph_length calc

5 years ago[sbix] Check glyph data end is in range
Behdad Esfahbod [Sun, 28 Oct 2018 22:38:42 +0000 (15:38 -0700)]
[sbix] Check glyph data end is in range

5 years ago[sbix] Reduce code
Behdad Esfahbod [Sun, 28 Oct 2018 22:36:17 +0000 (15:36 -0700)]
[sbix] Reduce code

5 years ago[sbix] Check glyph id before looking into unsafe array
Behdad Esfahbod [Sun, 28 Oct 2018 22:33:12 +0000 (15:33 -0700)]
[sbix] Check glyph id before looking into unsafe array

That 'Z' at end of imageOffsetsZ is a reminder that you should check...

5 years ago[sbix] Simplify 'dupe' handling logic
Behdad Esfahbod [Sun, 28 Oct 2018 22:30:57 +0000 (15:30 -0700)]
[sbix] Simplify 'dupe' handling logic

5 years ago[sbix] Check offsets before proceeding
Behdad Esfahbod [Sun, 28 Oct 2018 22:27:04 +0000 (15:27 -0700)]
[sbix] Check offsets before proceeding

5 years ago[color] Remove more dump-emoji cruft
Behdad Esfahbod [Sun, 28 Oct 2018 22:20:33 +0000 (15:20 -0700)]
[color] Remove more dump-emoji cruft

5 years agoRemove dump-emoji
Behdad Esfahbod [Sun, 28 Oct 2018 22:18:55 +0000 (15:18 -0700)]
Remove dump-emoji

5 years ago[sbix] Fix order of parameters
Behdad Esfahbod [Sun, 28 Oct 2018 22:13:45 +0000 (15:13 -0700)]
[sbix] Fix order of parameters

5 years ago[sbix] Remove redundant parameter
Behdad Esfahbod [Sun, 28 Oct 2018 22:12:05 +0000 (15:12 -0700)]
[sbix] Remove redundant parameter

5 years ago[sbix] Add get_strike()
Behdad Esfahbod [Sun, 28 Oct 2018 22:11:10 +0000 (15:11 -0700)]
[sbix] Add get_strike()

5 years ago[sbix] Remove a couple of extra checks
Behdad Esfahbod [Sun, 28 Oct 2018 22:05:40 +0000 (15:05 -0700)]
[sbix] Remove a couple of extra checks

5 years ago[sbix] Rename sbix_table to table in accelerator
Behdad Esfahbod [Sun, 28 Oct 2018 22:02:53 +0000 (15:02 -0700)]
[sbix] Rename sbix_table to table in accelerator

5 years ago[cbdt] Rename reference_blob_for_glyph() to reference_png()
Behdad Esfahbod [Sun, 28 Oct 2018 22:00:13 +0000 (15:00 -0700)]
[cbdt] Rename reference_blob_for_glyph() to reference_png()

5 years ago[sbix] Rename ugly reference_blob_for_glyph() to reference_png()
Behdad Esfahbod [Sun, 28 Oct 2018 21:56:55 +0000 (14:56 -0700)]
[sbix] Rename ugly reference_blob_for_glyph() to reference_png()

5 years ago[sbix] Fix uninitialized variables
Behdad Esfahbod [Sun, 28 Oct 2018 21:52:25 +0000 (14:52 -0700)]
[sbix] Fix uninitialized variables

5 years ago[sbix] Select best strike based on ppem
Behdad Esfahbod [Sun, 28 Oct 2018 21:51:18 +0000 (14:51 -0700)]
[sbix] Select best strike based on ppem

5 years ago[sbix] Move code around. Add get_extents()
Behdad Esfahbod [Sun, 28 Oct 2018 21:20:50 +0000 (14:20 -0700)]
[sbix] Move code around. Add get_extents()

5 years ago[sbix] Check blob length against PNG header leangth
Behdad Esfahbod [Sun, 28 Oct 2018 21:16:52 +0000 (14:16 -0700)]
[sbix] Check blob length against PNG header leangth

5 years ago[ot-color] More on PNGHeader fields
Ebrahim Byagowi [Sun, 28 Oct 2018 20:58:44 +0000 (00:28 +0330)]
[ot-color] More on PNGHeader fields

5 years ago[ot-color] Apply Behdad comment
Ebrahim Byagowi [Sun, 28 Oct 2018 20:37:26 +0000 (00:07 +0330)]
[ot-color] Apply Behdad comment

5 years ago[ot-color] Make PNGHeader reading actually work
Ebrahim Byagowi [Sun, 28 Oct 2018 20:33:01 +0000 (00:03 +0330)]
[ot-color] Make PNGHeader reading actually work

5 years ago[ot-color] Implement PNGHeader and test it, it doesn't work however
Ebrahim Byagowi [Sun, 28 Oct 2018 20:13:50 +0000 (23:43 +0330)]
[ot-color] Implement PNGHeader and test it, it doesn't work however

5 years ago[ot-color] Preparation for setting PNG width/height in extents
Ebrahim Byagowi [Sun, 28 Oct 2018 19:49:04 +0000 (23:19 +0330)]
[ot-color] Preparation for setting PNG width/height in extents

5 years ago[docs] Add comment
Behdad Esfahbod [Sun, 28 Oct 2018 18:41:33 +0000 (11:41 -0700)]
[docs] Add comment

5 years ago[ot-color] Apply Behdad reviews
Ebrahim Byagowi [Sun, 28 Oct 2018 18:08:56 +0000 (21:38 +0330)]
[ot-color] Apply Behdad reviews

5 years ago[ot-color] Apply Behdad comment
Ebrahim Byagowi [Sun, 28 Oct 2018 16:39:40 +0000 (20:09 +0330)]
[ot-color] Apply Behdad comment

5 years ago[ot-color] Add public API for CBDT/sbix/SVG color Emojis
Ebrahim Byagowi [Sat, 27 Oct 2018 11:45:24 +0000 (15:15 +0330)]
[ot-color] Add public API for CBDT/sbix/SVG color Emojis

5 years ago[name] Change hb_name_id_t back to unsigned int
Behdad Esfahbod [Sun, 28 Oct 2018 15:26:30 +0000 (08:26 -0700)]
[name] Change hb_name_id_t back to unsigned int

https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31076011

5 years ago[docs] Fix titles here as well
Behdad Esfahbod [Sun, 28 Oct 2018 15:23:36 +0000 (08:23 -0700)]
[docs] Fix titles here as well

5 years ago[name] Make sure hb_name_id_t is int-sized
Behdad Esfahbod [Sun, 28 Oct 2018 01:36:24 +0000 (18:36 -0700)]
[name] Make sure hb_name_id_t is int-sized

https://github.com/harfbuzz/harfbuzz/commit/d941f66c75fe26f909b1ba248535cc372bbde851#commitcomment-31068905

5 years ago[docs] Divide reference API into three chapters
Behdad Esfahbod [Sat, 27 Oct 2018 12:07:54 +0000 (05:07 -0700)]
[docs] Divide reference API into three chapters

5 years ago[docs] Hook up hb-var
Behdad Esfahbod [Sat, 27 Oct 2018 12:00:42 +0000 (05:00 -0700)]
[docs] Hook up hb-var

5 years ago[docs] Document remaining sections
Behdad Esfahbod [Sat, 27 Oct 2018 11:58:32 +0000 (04:58 -0700)]
[docs] Document remaining sections

5 years ago[docs] Change section titles again
Behdad Esfahbod [Sat, 27 Oct 2018 11:50:38 +0000 (04:50 -0700)]
[docs] Change section titles again

I think I like the uniform "hb-*" more.

5 years ago[docs] More
Behdad Esfahbod [Sat, 27 Oct 2018 11:40:43 +0000 (04:40 -0700)]
[docs] More

5 years ago[docs] Rename section titles to object names
Behdad Esfahbod [Sat, 27 Oct 2018 11:28:40 +0000 (04:28 -0700)]
[docs] Rename section titles to object names

More useful.

5 years ago[docs] More
Behdad Esfahbod [Sat, 27 Oct 2018 11:27:36 +0000 (04:27 -0700)]
[docs] More

5 years ago[ot] Fold hb-ot-tag.h into hb-ot-layout.h
Behdad Esfahbod [Sat, 27 Oct 2018 11:21:20 +0000 (04:21 -0700)]
[ot] Fold hb-ot-tag.h into hb-ot-layout.h

5 years ago[docs] Fill in some sections
Behdad Esfahbod [Sat, 27 Oct 2018 11:07:33 +0000 (04:07 -0700)]
[docs] Fill in some sections

5 years agoMove HB_EXTERN
Behdad Esfahbod [Sat, 27 Oct 2018 11:01:19 +0000 (04:01 -0700)]
Move HB_EXTERN

5 years agoMerge pull request #1318 from ebraminio/png
Ebrahim Byagowi [Sat, 27 Oct 2018 11:34:43 +0000 (15:04 +0330)]
Merge pull request #1318 from ebraminio/png

Add a non-hooked _png _svg get emoji blob

5 years ago[ot-color] Remove _png and _svg public APIs
Ebrahim Byagowi [Sat, 27 Oct 2018 11:15:00 +0000 (14:45 +0330)]
[ot-color] Remove _png and _svg public APIs

5 years ago[ot-color/png] Try to get image blob from sbix first options.aat is set
Ebrahim Byagowi [Sat, 27 Oct 2018 10:54:58 +0000 (14:24 +0330)]
[ot-color/png] Try to get image blob from sbix first options.aat is set

5 years ago[ot-color] Add some documentation
Ebrahim Byagowi [Sat, 27 Oct 2018 10:45:38 +0000 (14:15 +0330)]
[ot-color] Add some documentation

5 years ago[docs] Fix hb_name_id_t
Behdad Esfahbod [Sat, 27 Oct 2018 10:18:45 +0000 (03:18 -0700)]
[docs] Fix hb_name_id_t

Yep, was not recognized without this patch!

5 years ago[ot-color/png] Implement CBDT part
Ebrahim Byagowi [Sat, 27 Oct 2018 10:02:14 +0000 (13:32 +0330)]
[ot-color/png] Implement CBDT part

5 years ago[docs] Hook up hb-map
Behdad Esfahbod [Sat, 27 Oct 2018 10:15:34 +0000 (03:15 -0700)]
[docs] Hook up hb-map

5 years ago[name] Make hb_name_id_t be the enum
Behdad Esfahbod [Sat, 27 Oct 2018 09:55:52 +0000 (02:55 -0700)]
[name] Make hb_name_id_t be the enum

This is like hb_script_t.

We had this exposed as unsigned int since 2.0.0 release in two APIs,
as well as hb_ot_layout_get_size_params() from earlier.
But since no one uses those (right?!), let's just fix this now.

5 years ago[name] Move HB_NAME_ID_INVALID into the enum
Behdad Esfahbod [Sat, 27 Oct 2018 09:49:32 +0000 (02:49 -0700)]
[name] Move HB_NAME_ID_INVALID into the enum

Don't know how to document anonymous enum members.

5 years ago[name] Move around
Behdad Esfahbod [Sat, 27 Oct 2018 09:45:57 +0000 (02:45 -0700)]
[name] Move around

5 years ago[name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()
Behdad Esfahbod [Sat, 27 Oct 2018 09:39:20 +0000 (02:39 -0700)]
[name] Rename hb_ot_name_get_names() to hb_ot_name_list_names()

And swap return value positions, so can be annotated for gobject-introspectin.

5 years agoDocument new API
Behdad Esfahbod [Sat, 27 Oct 2018 09:35:06 +0000 (02:35 -0700)]
Document new API

5 years ago[sbix] Remove dump method from sbix accelerator
Ebrahim Byagowi [Sat, 27 Oct 2018 09:14:33 +0000 (12:44 +0330)]
[sbix] Remove dump method from sbix accelerator

5 years agoFix test-name-table on older bots
Ebrahim Byagowi [Sat, 27 Oct 2018 08:54:53 +0000 (12:24 +0330)]
Fix test-name-table on older bots

5 years ago[sbix] Set num_glyphs on accelerator
Ebrahim Byagowi [Sat, 27 Oct 2018 08:45:25 +0000 (12:15 +0330)]
[sbix] Set num_glyphs on accelerator

dump-emoji was broken without it

5 years ago[ot-color/png] sbix runtime memory check
Ebrahim Byagowi [Sat, 27 Oct 2018 07:20:53 +0000 (10:50 +0330)]
[ot-color/png] sbix runtime memory check

5 years agoComment
Behdad Esfahbod [Sat, 27 Oct 2018 07:39:31 +0000 (00:39 -0700)]
Comment

5 years ago[ot-color/png] Implement sbix part
Ebrahim Byagowi [Fri, 26 Oct 2018 20:25:11 +0000 (23:55 +0330)]
[ot-color/png] Implement sbix part

5 years agoRemove stale comment
Behdad Esfahbod [Sat, 27 Oct 2018 07:06:48 +0000 (00:06 -0700)]
Remove stale comment

Ugliness was fixed in 30eab97a0072fbc22d353082249e0e6e546cd86b
But yeah, my smell detector was working.  Ugliness was buggy.

5 years ago[docs] Hook up new symbols
Behdad Esfahbod [Sat, 27 Oct 2018 05:09:17 +0000 (22:09 -0700)]
[docs] Hook up new symbols

5 years ago[morx] Fix merge_cluster to end at last ligature component
Behdad Esfahbod [Sat, 27 Oct 2018 05:02:17 +0000 (22:02 -0700)]
[morx] Fix merge_cluster to end at last ligature component

Don't assume current position was a component in the ligature.

5 years ago[morx] Fix bailing out ligation at end-of-text
Behdad Esfahbod [Sat, 27 Oct 2018 04:59:20 +0000 (21:59 -0700)]
[morx] Fix bailing out ligation at end-of-text

Check was after a move_to, which wouldn't work.

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=11147

5 years agoFix invalid memory read
Behdad Esfahbod [Sat, 27 Oct 2018 04:54:07 +0000 (21:54 -0700)]
Fix invalid memory read

Buffer might be relocated inside replace_glyphs().

Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=895117

5 years ago[indic] Fix infinite loop
Behdad Esfahbod [Sat, 27 Oct 2018 04:21:18 +0000 (21:21 -0700)]
[indic] Fix infinite loop

Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=863044

5 years agoFix bunch of unused parameter warnings
Behdad Esfahbod [Sat, 27 Oct 2018 04:01:11 +0000 (21:01 -0700)]
Fix bunch of unused parameter warnings

Show up with gcc -O0.

There's a few more but those are functions that need to be filled in.

Maybe this is a lost battle...

5 years ago[subset] Fix warning
Behdad Esfahbod [Sat, 27 Oct 2018 03:45:28 +0000 (20:45 -0700)]
[subset] Fix warning

5 years ago[fuzzing] Remove HB_NDEBUG
Behdad Esfahbod [Sat, 27 Oct 2018 03:31:14 +0000 (20:31 -0700)]
[fuzzing] Remove HB_NDEBUG

Not sure why it ever was added.

5 years ago[fuzzing] Add more test
Behdad Esfahbod [Fri, 26 Oct 2018 23:23:50 +0000 (16:23 -0700)]
[fuzzing] Add more test

5 years ago[name] Default to "en" if language is not specified
Behdad Esfahbod [Thu, 25 Oct 2018 20:43:25 +0000 (13:43 -0700)]
[name] Default to "en" if language is not specified

5 years ago[name] Add pre-defined nameIDs
Behdad Esfahbod [Wed, 24 Oct 2018 20:42:38 +0000 (13:42 -0700)]
[name] Add pre-defined nameIDs

5 years ago[name] Fill out most missing language codes
Behdad Esfahbod [Wed, 24 Oct 2018 20:20:19 +0000 (13:20 -0700)]
[name] Fill out most missing language codes

5 years ago[name] Skip enumerating names with unknown language
Behdad Esfahbod [Wed, 24 Oct 2018 19:40:15 +0000 (12:40 -0700)]
[name] Skip enumerating names with unknown language

5 years ago[utf] Remove unused typedef
Behdad Esfahbod [Wed, 24 Oct 2018 19:34:30 +0000 (12:34 -0700)]
[utf] Remove unused typedef

5 years ago[utf] Fix ASCII
Behdad Esfahbod [Wed, 24 Oct 2018 19:34:03 +0000 (12:34 -0700)]
[utf] Fix ASCII

5 years ago[name] Hook up ltag table
Behdad Esfahbod [Wed, 24 Oct 2018 06:33:44 +0000 (23:33 -0700)]
[name] Hook up ltag table

5 years ago[name] Do record sanitization at run-time
Behdad Esfahbod [Wed, 24 Oct 2018 06:16:06 +0000 (23:16 -0700)]
[name] Do record sanitization at run-time

5 years ago[name] Minor
Behdad Esfahbod [Wed, 24 Oct 2018 06:05:55 +0000 (23:05 -0700)]
[name] Minor

5 years ago[name] Add src/test-name-table tool to show all font names
Behdad Esfahbod [Wed, 24 Oct 2018 05:45:45 +0000 (22:45 -0700)]
[name] Add src/test-name-table tool to show all font names

5 years ago[name] Rebuild language list, include missing entries
Behdad Esfahbod [Wed, 24 Oct 2018 05:44:36 +0000 (22:44 -0700)]
[name] Rebuild language list, include missing entries

5 years ago[name] Fix cmp for invalid language
Behdad Esfahbod [Wed, 24 Oct 2018 05:19:09 +0000 (22:19 -0700)]
[name] Fix cmp for invalid language

5 years ago[name] Fix nul-termination bug
Behdad Esfahbod [Wed, 24 Oct 2018 05:16:32 +0000 (22:16 -0700)]
[name] Fix nul-termination bug

5 years ago[name] Add language mapping
Behdad Esfahbod [Wed, 24 Oct 2018 05:00:19 +0000 (22:00 -0700)]
[name] Add language mapping

5 years ago[name] Start adding language support
Behdad Esfahbod [Wed, 24 Oct 2018 04:19:56 +0000 (21:19 -0700)]
[name] Start adding language support

5 years ago[name] Remove unused cmp function
Behdad Esfahbod [Wed, 24 Oct 2018 04:12:58 +0000 (21:12 -0700)]
[name] Remove unused cmp function

5 years ago[name] Hook things up
Behdad Esfahbod [Wed, 24 Oct 2018 03:51:53 +0000 (20:51 -0700)]
[name] Hook things up

Accept Mac Latin name entries as ASCII as well.

5 years ago[name] More
Behdad Esfahbod [Wed, 24 Oct 2018 03:30:40 +0000 (20:30 -0700)]
[name] More

It assumes all names are encoded in UTF16-BE.  Other than that, and not
listing languages correctly, it's *supposed* to work.

5 years ago[name] Fix check
Behdad Esfahbod [Wed, 24 Oct 2018 03:15:53 +0000 (20:15 -0700)]
[name] Fix check

5 years ago[name] Flesh out UTF-X to UTF-X conversion routines
Behdad Esfahbod [Wed, 24 Oct 2018 03:04:05 +0000 (20:04 -0700)]
[name] Flesh out UTF-X to UTF-X conversion routines

5 years ago[name] Fix for rebase changes to hb_array_t
Behdad Esfahbod [Tue, 23 Oct 2018 10:16:03 +0000 (03:16 -0700)]
[name] Fix for rebase changes to hb_array_t

5 years ago[name] Some more
Behdad Esfahbod [Wed, 17 Oct 2018 12:42:23 +0000 (05:42 -0700)]
[name] Some more

5 years ago[name] Return full string length from API
Behdad Esfahbod [Wed, 17 Oct 2018 02:55:17 +0000 (19:55 -0700)]
[name] Return full string length from API

5 years ago[utf] Add UTF16-BE and UTF32-BE
Behdad Esfahbod [Wed, 17 Oct 2018 02:04:48 +0000 (19:04 -0700)]
[utf] Add UTF16-BE and UTF32-BE

5 years ago[name] Hide internal details from public API
Behdad Esfahbod [Tue, 16 Oct 2018 20:06:56 +0000 (13:06 -0700)]
[name] Hide internal details from public API

5 years ago[name] More
Behdad Esfahbod [Tue, 16 Oct 2018 06:34:54 +0000 (23:34 -0700)]
[name] More

5 years ago[name] Add hb_ot_name_get_utf()
Behdad Esfahbod [Tue, 16 Oct 2018 06:32:08 +0000 (23:32 -0700)]
[name] Add hb_ot_name_get_utf()

5 years ago[name] Pre-allocate array
Behdad Esfahbod [Tue, 16 Oct 2018 06:28:49 +0000 (23:28 -0700)]
[name] Pre-allocate array