aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkFindAndPlaceGlyph.h
Commit message (Expand)AuthorAge
* SkUTFGravatar Hal Canary2018-07-31
* SkUtils: remove some versions of UTF routines.Gravatar Hal Canary2018-07-25
* Remove processText last vestige of drawTextGravatar Herb Derby2018-07-16
* font remoting: Fix errors with sub-pixel positioning mismatch.Gravatar Khushal2018-05-31
* drawPosText no longer obeys paint alignmentGravatar Herb Derby2018-05-21
* Reland "Remove devKerning"Gravatar Herb Derby2018-05-02
* Revert "Remove devKerning"Gravatar Mike Klein2018-05-02
* Remove devKerningGravatar Herb Derby2018-05-01
* Make rounding code publicGravatar Herb Derby2018-04-26
* Make SubpixelAlignment publicGravatar Herb Derby2018-03-12
* make skmatrix getmapproc privateGravatar Cary Clark2017-10-20
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Replace variant system with arenaGravatar Herb Derby2017-06-22
* Fix: when pos is not finite, text pointer not advanced.Gravatar Herb Derby2017-01-03
* Protect glyph sub-pixel placement against NaN and Inf.Gravatar Herb Derby2016-12-21
* Remove stray semicolons.Gravatar Mike Klein2016-09-27
* Change type of SkGlyph::fAdvance[XY] to float.Gravatar benjaminwagner2016-03-24
* Ensure only fractional floats are converted to SkFixed in SubpixelAlignment.Gravatar benjaminwagner2016-03-11
* Improve horizontal baseline detection.Gravatar bungeman2016-02-29
* Use kSubpixelRounding in one missed location.Gravatar bungeman2016-02-25
* Start using <type_traits> and <utility> (C++11).Gravatar bungeman2016-01-05
* Simplify D1G so that it can inline DrawOneGlyph, and fix a bug in codegenGravatar herb2015-12-07
* Move glyph choosing to the find and place glyph code.Gravatar herb2015-11-20
* Convert drawText to using the find and place code.Gravatar herb2015-11-18
* Increment text pointer when the width is zero in the subpixel with center and...Gravatar herb2015-11-12
* Replace glyph find and position with common code for the gpu bitmap case.Gravatar herb2015-11-11
* Extract glyph find and position code in preparation to use it in XPS and GPU ...Gravatar herb2015-11-09