index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkFindAndPlaceGlyph.h
Commit message (
Expand
)
Author
Age
*
make skmatrix getmapproc private
Cary Clark
2017-10-20
*
Replace SkFAIL with SK_ABORT.
Ben Wagner
2017-08-16
*
Replace variant system with arena
Herb Derby
2017-06-22
*
Fix: when pos is not finite, text pointer not advanced.
Herb Derby
2017-01-03
*
Protect glyph sub-pixel placement against NaN and Inf.
Herb Derby
2016-12-21
*
Remove stray semicolons.
Mike Klein
2016-09-27
*
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