1. 12 11月, 2018 1 次提交
  2. 11 11月, 2018 1 次提交
    • B
      Add hb_blob_ptr_t · 5d0078a4
      Behdad Esfahbod 提交于
      Use in a couple of places.  Push to bots to see how many unhappy before
      I convert the rest.
      5d0078a4
  3. 09 11月, 2018 1 次提交
  4. 06 11月, 2018 1 次提交
  5. 04 11月, 2018 1 次提交
  6. 19 10月, 2018 1 次提交
  7. 17 9月, 2018 2 次提交
  8. 02 9月, 2018 1 次提交
  9. 27 8月, 2018 2 次提交
  10. 26 8月, 2018 2 次提交
  11. 06 8月, 2018 1 次提交
  12. 12 4月, 2018 1 次提交
  13. 26 2月, 2018 1 次提交
  14. 10 1月, 2018 1 次提交
  15. 17 12月, 2017 1 次提交
  16. 15 12月, 2017 1 次提交
    • B
      [set] Add add_sorted_array() · 5d025720
      Behdad Esfahbod 提交于
      Not optimized to use sortedness yet.  Also start putting in place infra
      to faster reject bad data.
      
      A version of Chandas.ttf found on some Chrome bots has 660kb of GPOS,
      mostly junk.  That is causing 48 million of set->add() calls in
      collect_glyphs(), which is insane.
      
      In the upcoming commits, I'll be speeding that up by optimizing
      add_sorted_array(), while also reducing work by rejecting out-of-sort
      arrays quickly and propagate the rejection.
      
      Part of https://bugs.chromium.org/p/chromium/issues/detail?id=794896
      5d025720
  17. 15 11月, 2017 1 次提交
  18. 15 10月, 2017 1 次提交
  19. 23 1月, 2017 1 次提交
  20. 17 12月, 2016 6 次提交
  21. 22 2月, 2016 1 次提交
  22. 29 9月, 2015 1 次提交
  23. 26 2月, 2015 1 次提交
    • B
      Make sanitize() a const method · de2118ed
      Behdad Esfahbod 提交于
      This makes a lot of code safer.  We only try modifying the object in one
      place, after making sure it's safe to do so.  So, do a const_cast<> in
      that one place...
      de2118ed
  24. 12 7月, 2014 1 次提交
  25. 28 6月, 2014 1 次提交
  26. 18 10月, 2013 2 次提交
  27. 10 9月, 2013 1 次提交
  28. 25 11月, 2012 1 次提交
  29. 24 11月, 2012 1 次提交
  30. 17 11月, 2012 2 次提交