History log of /external/harfbuzz_ng/util/hb-view.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45675e589e6ef9f81b2a4199cf33e3e7778433a8 16-May-2012 Behdad Esfahbod <behdad@behdad.org> [util] Refactor to accommodate for upcoming new tool
/external/harfbuzz_ng/util/hb-view.cc
8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7 19-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Add hb-shape utility

Like hb-view, but prints out buffer contents.

The output format is kinda cryptic. Suggestions welcome.
/external/harfbuzz_ng/util/hb-view.cc
b9b10ad78b1f977494a3a42b58f8040fe16505a3 13-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Refactor hb-view completely

Now we can use the same code to do other utils...
/external/harfbuzz_ng/util/hb-view.cc
bc4b07b05ea9e39eb9f966eb2c3e1c737efa77ff 08-Sep-2011 Behdad Esfahbod <behdad@behdad.org> More reshuffling
/external/harfbuzz_ng/util/hb-view.cc
4f4b114a5592c2f5d128ee795f159b438ad97829 08-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Move code around
/external/harfbuzz_ng/util/hb-view.cc
46d86a73a103b061144018c3fe947b57548fc58f 08-Sep-2011 Behdad Esfahbod <behdad@behdad.org> Minor

We now support using -1 for NUL-terminated strings.
/external/harfbuzz_ng/util/hb-view.cc
90e312cb85df7a6dc350cb62138ab950790e3d15 08-Sep-2011 Behdad Esfahbod <behdad@behdad.org> [util] Move code around
/external/harfbuzz_ng/util/hb-view.cc
4c9fe88d30036340fe592bcbc375049b84602b8b 26-Aug-2011 Behdad Esfahbod <behdad@behdad.org> [API] Make all _from_string() functions take a len parameter

Can be -1 for NUL-terminated string. This is useful for passing parts
of a larger string to a function without having to copy or modify the
string first.

Affected functions:

hb_tag_t hb_tag_from_string()
hb_direction_from_string()
hb_language_from_string()
hb_script_from_string()
/external/harfbuzz_ng/util/hb-view.cc
e6c09cdf43201ff1b7f38e411ae1f9977e4f9271 17-Aug-2011 Behdad Esfahbod <behdad@behdad.org> Remove the pre_allocate argument from hb_buffer_create()

For two reasons:

1. User can always call hb_buffer_pre_allocate() themselves, and

2. Now we do a pre_alloc in add_utfX anyway, so the total number of
reallocs is limited to a small number (~3) anyway. This just makes the
API cleaner.
/external/harfbuzz_ng/util/hb-view.cc
3bb300ee78a40f9ded21ab19283863b733aeb677 11-Aug-2011 Behdad Esfahbod <behdad@behdad.org> Refactor hb-view code
/external/harfbuzz_ng/util/hb-view.cc
36a4fe037df201f85b7a544eb30d75dc3585a1b6 10-Aug-2011 Behdad Esfahbod <behdad@behdad.org> Fix charset conversion
/external/harfbuzz_ng/util/hb-view.cc
25c4830593064f023e296aa795b72ddcaa1c9322 10-Aug-2011 Behdad Esfahbod <behdad@behdad.org> [util] Add hb-shape --shapers

If the specified shapers fail, hb-shape will fail immediately
/external/harfbuzz_ng/util/hb-view.cc
a21add6c0da067173d51792d716d6e38379f138f 10-Aug-2011 Behdad Esfahbod <behdad@behdad.org> Reformat
/external/harfbuzz_ng/util/hb-view.cc
8df90c81187db58eee6b90426cd16c32feef6be3 10-Aug-2011 Behdad Esfahbod <behdad@behdad.org> [util] Port hb-view to GOption
/external/harfbuzz_ng/util/hb-view.cc
511a136f0c092880b19250a5df53bcf9f4b043ca 09-Aug-2011 Behdad Esfahbod <behdad@behdad.org> Move hb-view into util/
/external/harfbuzz_ng/util/hb-view.cc