summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContextRecording.h
Commit message (Expand)AuthorAgeFilesLines
* Add src rect ptr null checkChris Craik2012-10-161-1/+1
* Merge "Compensate for canvas-side vertical text translation in bounding box c...Chris Craik2012-10-021-0/+2
|\
| * Compensate for canvas-side vertical text translation in bounding box computationChris Craik2012-10-021-0/+2
* | Determine maxZoomScale from bitmap/text drawingChris Craik2012-10-011-2/+2
|/
* Fix opaque operation area calculationChris Craik2012-08-201-6/+7
* Memory allocation changesJohn Reck2012-08-161-2/+1
* Clear mOperationState when calling popStateJohn Reck2012-08-101-1/+1
* Clip out opaque regions to avoid double paintingChris Craik2012-08-081-0/+8
* Remove usages of getCanvasJohn Reck2012-08-061-4/+7
* Switch GraphicsOperation to LinearAllocatorJohn Reck2012-07-311-0/+4
* Don't use SkPicture for DrawText recordingJohn Reck2012-07-271-3/+5
* DO NOT MERGE Push everything into an R-TreeJohn Reck2012-07-271-21/+13
* Fix bounds for shadowsJohn Reck2012-07-201-0/+1
* Merge "Perform check for text/content on recording context PicturePiles"Chris Craik2012-07-191-0/+5
|\
| * Perform check for text/content on recording context PicturePilesChris Craik2012-07-191-0/+5
* | Support beginTransparentLayerJohn Reck2012-07-191-3/+5
|/
* Fix bounding box calculationsNicolas Roard2012-07-171-0/+1
* Fix getTotalMatrix()John Reck2012-07-131-0/+2
* Handle MatrixesJohn Reck2012-07-131-1/+6
* Use an R-Tree for operation recordingJohn Reck2012-07-121-7/+59
* Build a clipping tree in RecordingContextJohn Reck2012-07-101-8/+9
* Refactor RecordingContext optimization workJohn Reck2012-07-031-4/+13
* Reduce number of operationsJohn Reck2012-06-261-4/+4
* Implements a recording GraphicsContextNicolas Roard2012-04-061-0/+128