summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font/Font.cpp
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Android-specific SkPaint functions.Victoria Lease2013-12-031-4/+7
* Take hinting into account when caching fontsRomain Guy2013-06-181-0/+5
* Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-19/+18
* Less aggressive glyphs precachingRomain Guy2013-03-131-7/+7
* Round scale factors to rasterize textRomain Guy2013-03-061-2/+2
* Take only the scale params into account to rasterize textRomain Guy2013-03-051-25/+6
* Fix math issue when transforming text in perspectiveRomain Guy2013-03-011-22/+20
* Precache glyphs at final raster sizeRomain Guy2013-03-011-1/+2
* Support 3D rotations when drawing textRomain Guy2013-02-281-21/+60
* Properly scale textRomain Guy2013-02-271-28/+43
* Prevent crash when setting up a stencil-based clipRomain Guy2013-02-111-1/+4
* Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'"Derek Sollenberger2013-02-061-0/+1
|\
| * Fix buildRomain Guy2013-01-081-0/+1
* | Add support for non-antialiased textRomain Guy2013-02-051-1/+8
|/
* Add plumbing for better text scalingRomain Guy2013-01-081-99/+96
* Fix a couple of rendering issuesRomain Guy2012-09-281-0/+2
* Don't invalidate all the glyphs when flushing large texturesRomain Guy2012-09-041-1/+1
* Code cleanup in FontRendererRomain Guy2012-09-041-7/+7
* Small code cleanup in FontRendererRomain Guy2012-09-041-7/+2
* Refactor FontRenderer.cppRomain Guy2012-09-041-0/+446