summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/GraphicsOperation.h
Commit message (Expand)AuthorAgeFilesLines
* Move text allocations to LinearAllocatorJohn Reck2012-08-141-11/+6
* Memory usage improvementsJohn Reck2012-08-141-4/+4
* Clip out opaque regions to avoid double paintingChris Craik2012-08-081-3/+21
* Remove usages of getCanvasJohn Reck2012-08-061-3/+27
* Memory cleanupJohn Reck2012-07-311-52/+61
* Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-311-11/+7
* Don't use SkPicture for DrawText recordingJohn Reck2012-07-271-46/+20
* DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-271-272/+10
* Implement missing recording drawsJohn Reck2012-07-201-0/+41
* Support beginTransparentLayerJohn Reck2012-07-191-27/+22
* Handle MatrixesJohn Reck2012-07-131-0/+5
* Use an R-Tree for operation recordingJohn Reck2012-07-121-42/+58
* Build a clipping tree in RecordingContextJohn Reck2012-07-101-59/+101
* Refactor RecordingContext optimization workJohn Reck2012-07-031-1/+1
* Switch to ThreadSafeRefCounted<>John Reck2012-07-021-1/+1
* Reduce number of operationsJohn Reck2012-06-261-1/+1
* Remove unneeded/unused operationsJohn Reck2012-06-251-51/+0
* Implements a recording GraphicsContextNicolas Roard2012-04-061-0/+809