- 24 7月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
Prevents O(n^2) run times.
-
- 23 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 22 7月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
This new API returns cvXX and ssXX related NameId, things like featUiLabelNameId, featUiTooltipTextNameId, sampleTextNameId, ... of cvXX and UINameId of ssXX, in a unified way. However HarfBuzz currently doesn't expose an API for retrieving the actual information associated with NameId from the `name` table and that should be done separately.
-
- 18 7月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Also, uncomment code again, just "if (0)" it out, so it doesn't get stale again.
-
- 12 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 09 6月, 2018 1 次提交
-
-
由 Garret Rieger 提交于
-
- 07 6月, 2018 2 次提交
-
-
由 Garret Rieger 提交于
-
由 Garret Rieger 提交于
-
- 02 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 01 6月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
Towards possibly using Null pool for some nil objects.
-
- 25 5月, 2018 4 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
If a pointer type was passed to Null(), reinterpret_cast<> was complaining about qualifiers being removed. Turns out I need the const on the other side of "Type" to fix that. Also remove unused const from NullPool type.
-
由 Behdad Esfahbod 提交于
Not sure if I like to keep it. For now, aim for correctness.
-
由 Behdad Esfahbod 提交于
Common Regoin for Access Protection. Like the NullPool, but writable.
-
- 08 5月, 2018 5 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
We should hang those off somewhere else. For now, the unused ones can go.
-
- 02 5月, 2018 1 次提交
-
-
- 10 3月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 04 3月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 28 2月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Ebrahim Byagowi 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 26 2月, 2018 2 次提交
-
-
由 Ebrahim Byagowi 提交于
-
由 Behdad Esfahbod 提交于
-
- 24 2月, 2018 1 次提交
-
-
由 Ebrahim Byagowi 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
If we don't have visibility, make NullPool static.
-
- 11 2月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 01 2月, 2018 1 次提交
-
-
由 Bruce Mitchener 提交于
If the `calloc` for `gsub_accels` or `gpos_accels` fails, then the unlikely branch afterwards can be taken, which frees up the `hb_ot_layout_t`, but since those fields can now be `nullptr`, then we don't want to dereference them.
-
- 20 1月, 2018 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 10 1月, 2018 2 次提交
-
-
由 Behdad Esfahbod 提交于
Untested, but compiles.
-
由 Behdad Esfahbod 提交于
-
- 02 12月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-
- 31 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
(And prevent it from happening in the future.)
-
- 28 10月, 2017 2 次提交
-
-
由 Behdad Esfahbod 提交于
Saves some more code size as well!
-
由 Behdad Esfahbod 提交于
Saves 2k of .bss section.
-
- 15 10月, 2017 1 次提交
-
-
由 Behdad Esfahbod 提交于
-