summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font/Font.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't unregister Fonts from renderer at destructionChris Craik2015-11-071-2/+0
* Saturate alpha values when overlaying glyphsChris Craik2015-06-301-7/+7
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-7/+7
* Revert "resolved conflicts for merge of 220c3f4f to master"Andreas Gampe2014-11-221-9/+5
* resolved conflicts for merge of 220c3f4f to masterAndreas Gampe2014-11-211-5/+9
|\
| * resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-5/+9
| |\
| | * Frameworks/base: Unused parameters in hwuiAndreas Gampe2014-11-211-5/+9
* | | resolve merge conflicts of f2235b6 to master.Chris Craik2014-11-201-1/+1
|\ \ \ | |/ /
| * | resolve merge conflicts of 57b641a to lmp-mr1-dev-plus-aosp.Chris Craik2014-11-201-1/+1
| |\ \ | | |/ | |/|
| | * Improve logging around performance critical eventsChris Craik2014-11-191-1/+1
| * | Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-101-3/+1
| |/
* | resolved conflicts for merge of 1d03b816 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-101-3/+1
* | Change in Skia APIs require update to HWUI font implementationDerek Sollenberger2014-10-151-5/+6
|/
* Fix glyph positions underflow issueChris Craik2014-08-151-9/+12
* Add hack for custom re-rasterization bucketsChris Craik2014-07-071-5/+3
* am 3c769ec0: am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of re...Chris Craik2014-05-191-1/+2
|\
| * am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of red in drawCach...Chris Craik2014-05-191-1/+2
| |\
| | * am b1708e9b: Merge "Use alpha channel instead of red in drawCachedGlyphBitmap"Chris Craik2014-05-191-1/+2
| | |\
| | | * Use alpha channel instead of red in drawCachedGlyphBitmapDigish Pandya2014-05-151-1/+2
* | | | am 90eaf92e: am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to c...Chris Craik2014-05-091-5/+15
|\ \ \ \ | |/ / /
| * | | am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to cached glyph b...Chris Craik2014-05-091-5/+15
| |\ \ \ | | |/ /
| | * | am f6c9c420: Merge "Correct stride for drawing to cached glyph bitmap"Chris Craik2014-05-091-5/+15
| | |\ \ | | | |/
| | | * Correct stride for drawing to cached glyph bitmapDigish Pandya2014-05-091-5/+15
| | * | Merge "resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp" into kl...Leon Scroggins III2014-03-071-8/+10
| | |\ \ | | | |/ | | |/|
| | | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-061-8/+10
| * | | am df64ac68: ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-221-2/+3
| |\ \ \
| | * | | ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-221-2/+3
| * | | | am f8d8777d: Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-171-8/+10
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-171-8/+10
| | |/
* | | ask skia to use flat gamma when rendering fonts from hwuiVictoria Lease2014-04-221-2/+3
* | | am 2c764b20: am 0ec3ca6e: am 449273e2: Merge "Fix for positioning of glyphs w...Chris Craik2014-02-051-3/+3
|\ \ \ | |/ /
| * | Fix for positioning of glyphs within a bitmapAlexander Toresson2014-01-231-3/+3
| |/
* | Use const where possible for drawing parametersChris Craik2014-01-031-10/+10
* | pass SkGlyphCache into updateGlyphCache()Victoria Lease2013-12-171-6/+5
* | 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