summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context
Commit message (Expand)AuthorAgeFilesLines
* Tweak shadow settingsJohn Reck2012-08-011-3/+3
* Optimize recompute bounds checksNicolas Roard2012-08-012-16/+44
* Memory cleanupJohn Reck2012-07-312-53/+61
* Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-316-57/+140
* Don't use SkPicture for DrawText recordingJohn Reck2012-07-277-65/+265
* DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-276-537/+233
* Merge "Fix bounds not being correctly propagated..."Nicolas Roard2012-07-241-4/+11
|\
| * Fix bounds not being correctly propagated...Nicolas Roard2012-07-241-4/+11
* | Implement missing recording drawsJohn Reck2012-07-202-3/+57
* | Fix bounds for shadowsJohn Reck2012-07-202-4/+26
* | Merge "Perform check for text/content on recording context PicturePiles"Chris Craik2012-07-192-0/+10
|\ \
| * | Perform check for text/content on recording context PicturePilesChris Craik2012-07-192-0/+10
* | | Support beginTransparentLayerJohn Reck2012-07-193-57/+69
| |/ |/|
* | Fix issues with bounds computationNicolas Roard2012-07-181-1/+6
|/
* Merge "Fix bounding box calculations"Nicolas Roard2012-07-172-10/+17
|\
| * Fix bounding box calculationsNicolas Roard2012-07-172-10/+17
* | Use a linear allocator for the RTreeJohn Reck2012-07-172-62/+79
|/
* Add remove functionNicolas Roard2012-07-162-5/+43
* Add some comments/cleanupNicolas Roard2012-07-162-158/+192
* New R-Tree implementationNicolas Roard2012-07-133-1626/+650
* Fix getTotalMatrix()John Reck2012-07-132-4/+6
* Handle MatrixesJohn Reck2012-07-133-14/+86
* De-dupe States, fix state allocation issuesJohn Reck2012-07-121-10/+47
* Use an R-Tree for operation recordingJohn Reck2012-07-127-99/+1888
* Build a clipping tree in RecordingContextJohn Reck2012-07-108-124/+200
* Refactor RecordingContext optimization workJohn Reck2012-07-035-113/+112
* Filter out empty save/restoresJohn Reck2012-07-022-2/+61
* Switch to ThreadSafeRefCounted<>John Reck2012-07-024-51/+49
* Reduce number of operationsJohn Reck2012-06-265-31/+61
* Remove unneeded/unused operationsJohn Reck2012-06-251-51/+0
* Enable RecordingContext by defaultJohn Reck2012-06-252-32/+1
* Support recording context in PicturePileJohn Reck2012-06-192-7/+5
* am 1d51221c: am 4a0b0816: Merge "Don\'t use setupPaintFill for drawBitmap" in...John Reck2012-05-293-2/+15
|\
| * Don't use setupPaintFill for drawBitmapJohn Reck2012-05-293-2/+15
* | Merge "Fix anti-aliasing issues with dashed lines"Derek Sollenberger2012-05-071-0/+2
|\ \ | |/ |/|
| * Fix anti-aliasing issues with dashed linesDerek Sollenberger2012-04-181-0/+2
* | CSS Background image implementationNicolas Roard2012-04-241-2/+2
|/
* Fix Gradient & Pattern handlingJohn Reck2012-04-131-28/+43
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-0/+42
* Implements a recording GraphicsContextNicolas Roard2012-04-0610-0/+3474