History log of /external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c09a607a842fdd7b33e2c57e8af96d21ff091acd 11-Jul-2014 Behdad Esfahbod <behdad@behdad.org> Use hb_in_range() for arabic and indic tables

Though, looks like gcc was smart enough to produce the same code
before...
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
d743ce78e10758b7dbaf0cfd191309e5ef646881 30-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Update to Unicode 7.0 data

Touch code just enough to preserve previous syllable structure
and functionality as closely as possible. Many further cleanups
coming later.
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
5fa21b3ab7175f55f89cb194b544d5d4bd06a481 30-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Fix category frequency counts in comments
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
2ec62279aab8c2263f17ffbc7c6f74304674f9a8 21-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Update to Unicode 6.3.0

Was from 6.2.0. It's a no-op. Committing for the record.
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
171f970e4f72d9fe1af30eab32b96906ee4a14f5 20-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Black-list Thai, Lao, and Tibetan

We don't need Indic table for those.
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
65ac2dae4f284f563b2dc476a21e2b5a48124de8 20-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Speed up lookup
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
64442a3f4c5c7be08893454742cad6bfe73cb8d7 20-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Fix compiler warning
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
0436e1d50527497ebe5053b51a34ce6590276249 20-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Make table more compact by not covering full blocks

-#define indic_offset_total 4416
+#define indic_offset_total 3816

-}; /* Table occupancy: 60% */
+}; /* Table occupancy: 69% */
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
190a251479b3cfc68871ff1daf9a9d1abe3f86e6 20-Jun-2014 Behdad Esfahbod <behdad@behdad.org> [indic-table] Remove block range from data table

No functional change.
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc
3a83d33ec0b1be6f5992816ff5ebb0f43c8dff00 12-Feb-2013 Behdad Esfahbod <behdad@behdad.org> Add South-East Asian shaper

Handles Tai Tham, Cham, and New Tai Lue for now.
/external/harfbuzz_ng/src/hb-ot-shape-complex-indic-table.cc