History log of /external/harfbuzz_ng/src/hb-shaper.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5efaac4ff61b587f228830b265b39fe8e5e4e47 02-Oct-2015 Behdad Esfahbod <behdad@behdad.org> Replace a couple of malloc()s with calloc()
/external/harfbuzz_ng/src/hb-shaper.cc
fb85d618f5883458bacf0ecb0894772291a2d738 05-Jan-2015 Chris Peterson <cpeterson@mozilla.com> Add #ifdef HB_USE_ATEXIT to fix -Wunused-function warnings
/external/harfbuzz_ng/src/hb-shaper.cc
38fb30d7420a4b01f99cee31baa8c3990a1d1c5f 06-Aug-2014 Behdad Esfahbod <behdad@behdad.org> Use atexit() only if it's safe to call from shared library

Apparently they are not (advertised as?) safe on BSD systems.
We ignore the case of static libraries.

Whitelisted on glibc, Android, and MSVC / mingw.

https://bugs.freedesktop.org/show_bug.cgi?id=82246
/external/harfbuzz_ng/src/hb-shaper.cc
e9171af55cc6a402eb20db4ea74c86a0b1e70e85 30-Jan-2013 Behdad Esfahbod <behdad@behdad.org> Bug 60053 - hb-common.cc:181:6: warning: ‘void free_langs()’ defined but not used
/external/harfbuzz_ng/src/hb-shaper.cc
f30641038ba96e83950729b1bd9d86d2e98e46c5 16-Nov-2012 Behdad Esfahbod <behdad@behdad.org> Bunch of independent changes (ouch)

API additions:

hb_segment_properties_t
HB_SEGMENT_PROPERTIES_DEFAULT
hb_segment_properties_equal()
hb_segment_properties_hash()

hb_buffer_set_segment_properties()
hb_buffer_get_segment_properties()

hb_ot_layout_glyph_class_t

hb_shape_plan_t
hb_shape_plan_create()
hb_shape_plan_create_cached()
hb_shape_plan_get_empty()
hb_shape_plan_reference()
hb_shape_plan_destroy()
hb_shape_plan_set_user_data()
hb_shape_plan_get_user_data()
hb_shape_plan_execute()

hb_ot_shape_plan_collect_lookups()

API changes:

Rename hb_ot_layout_feature_get_lookup_indexes() to
hb_ot_layout_feature_get_lookups().

New header file:

hb-shape-plan.h

And a bunch of prototyped but not implemented stuff. Coming soon.
(Tests fail because of the prototypes right now.)
/external/harfbuzz_ng/src/hb-shaper.cc
bd26b4d21f59312805d294f46f15182adbcc47da 27-Jul-2012 Behdad Esfahbod <behdad@behdad.org> Minor
/external/harfbuzz_ng/src/hb-shaper.cc