- 04 2月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 17 12月, 2016 1 次提交
-
-
由 Behdad Esfahbod 提交于
Shape-plan caching is not implemented.
-
- 27 8月, 2016 1 次提交
-
-
由 Khaled Hosny 提交于
-
- 02 10月, 2015 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Move the empty-buffer check from hb_shape_full() to hb_shape_plan_execute(). Reported by Simon Cozens.
-
- 01 6月, 2015 1 次提交
-
-
由 Sascha Brawer 提交于
Based on data from http://upstream-tracker.org/versions/harfbuzz.html Resolves #103
-
- 10 4月, 2015 1 次提交
-
-
由 Behdad Esfahbod 提交于
Previously, when creating an object from inert inputs (eg: "hb_font_create(hb_face_get_empty())") we returned the inert empty object. This is not helpful as there are legitimate usecases to do that. We now never return the inert object unless allocation failed. Tests are revised to reflect.
-
- 13 8月, 2014 5 次提交
-
-
由 Behdad Esfahbod 提交于
The only effect is, if shaper_list was not NULL and no shaper was found, we now don't insert anything into cache and return earlier.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Wasn't breaking out of loop, ouch! http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1246370.html
-
由 Behdad Esfahbod 提交于
-
- 04 6月, 2014 1 次提交
-
-
由 Behdad Esfahbod 提交于
Bug 77800 - cppcheck reports
-
- 02 12月, 2013 3 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Jonathan Kew 提交于
-
由 Behdad Esfahbod 提交于
Will fix by removing shape_plan->face completely.
-
- 13 9月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
Since our types are not associated with their methods, marking constructors makes them inaccessible from bindings. Undo for now.
-
- 07 9月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 15 2月, 2013 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 23 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 17 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
Untested.
-
- 16 11月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
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.)
-
- 09 8月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 04 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 02 8月, 2012 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 30 7月, 2012 2 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 27 7月, 2012 10 次提交
-
-
由 Behdad Esfahbod 提交于
Should give us some performance boost.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Shapers have a chance to reject a font in face shaper_data creation. No need to allow failing during planning.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Not optimized yet. Eats babies. And no shaper uses the shape_plan.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Add global shape_plan. Unused so far.
-