1. 9480d82 make skmatrix getmapproc private by Cary Clark · 7 years ago
  2. b4aab9a Replace SkFAIL with SK_ABORT. by Ben Wagner · 7 years ago
  3. eb64b9b Replace variant system with arena by Herb Derby · 7 years ago
  4. 428dfe0 Fix: when pos is not finite, text pointer not advanced. by Herb Derby · 8 years ago
  5. 49e59b2 Protect glyph sub-pixel placement against NaN and Inf. by Herb Derby · 8 years ago
  6. fc6c37b Remove stray semicolons. by Mike Klein · 8 years ago
  7. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  8. db6bd32 Ensure only fractional floats are converted to SkFixed in SubpixelAlignment. by benjaminwagner · 8 years ago
  9. 27876bc Improve horizontal baseline detection. by bungeman · 8 years ago
  10. fa5e5c7 Use kSubpixelRounding in one missed location. by bungeman · 8 years ago
  11. 221524d Start using <type_traits> and <utility> (C++11). by bungeman · 9 years ago
  12. d4c24f6 Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen by herb · 9 years ago
  13. 4c11b3f Move glyph choosing to the find and place glyph code. by herb · 9 years ago
  14. e59124e Convert drawText to using the find and place code. BUG=skia: by herb · 9 years ago
  15. 386127f Increment text pointer when the width is zero in the subpixel with center and right alignment. by herb · 9 years ago
  16. 9be5ff6 Replace glyph find and position with common code for the gpu bitmap case. by herb · 9 years ago
  17. e5911c9 Extract glyph find and position code in preparation to use it in XPS and GPU code. by herb · 9 years ago