Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Change type of SkGlyph::fAdvance[XY] to float. | benjaminwagner | 2016-03-24 |
* | Ensure only fractional floats are converted to SkFixed in SubpixelAlignment. | benjaminwagner | 2016-03-11 |
* | Improve horizontal baseline detection. | bungeman | 2016-02-29 |
* | Use kSubpixelRounding in one missed location. | bungeman | 2016-02-25 |
* | Start using <type_traits> and <utility> (C++11). | bungeman | 2016-01-05 |
* | Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegen | herb | 2015-12-07 |
* | Move glyph choosing to the find and place glyph code. | herb | 2015-11-20 |
* | Convert drawText to using the find and place code. | herb | 2015-11-18 |
* | Increment text pointer when the width is zero in the subpixel with center and... | herb | 2015-11-12 |
* | Replace glyph find and position with common code for the gpu bitmap case. | herb | 2015-11-11 |
* | Extract glyph find and position code in preparation to use it in XPS and GPU ... | herb | 2015-11-09 |