summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context
Commit message (Expand)AuthorAgeFilesLines
* Add src rect ptr null checkChris Craik2012-10-162-3/+5
* Merge "Compensate for canvas-side vertical text translation in bounding box c...Chris Craik2012-10-024-0/+6
|\
| * Compensate for canvas-side vertical text translation in bounding box computationChris Craik2012-10-024-0/+6
* | Determine maxZoomScale from bitmap/text drawingChris Craik2012-10-012-4/+7
|/
* Fix opaque rect calculation to quickreject transparent shader drawn opsChris Craik2012-09-271-0/+1
* Disable clipping painter when painting 400+ operationsChris Craik2012-09-101-1/+8
* Don't track the opaque area of small drawing operationsChris Craik2012-08-241-1/+4
* Only use the clipping painter when painting to a bitmap.Chris Craik2012-08-231-18/+24
* Fix opaque operation area calculationChris Craik2012-08-202-18/+25
* Fix SIGBUG due to misalignmentJohn Reck2012-08-161-3/+3
* Memory allocation changesJohn Reck2012-08-164-35/+45
* Move text allocations to LinearAllocatorJohn Reck2012-08-142-14/+14
* Memory usage improvementsJohn Reck2012-08-142-10/+49
* Merge "Null check" into jb-mr1-devJohn Reck2012-08-131-1/+1
|\
| * Null checkJohn Reck2012-08-131-1/+1
* | Merge "Improve in-canvas pure color checking" into jb-mr1-devChris Craik2012-08-131-14/+19
|\ \ | |/ |/|
| * Improve in-canvas pure color checkingChris Craik2012-08-101-14/+19
* | Clear mOperationState when calling popStateJohn Reck2012-08-102-7/+14
|/
* Merge "Clip out opaque regions to avoid double painting" into jb-mr1-devChris Craik2012-08-093-4/+154
|\
| * Clip out opaque regions to avoid double paintingChris Craik2012-08-083-4/+154
* | Fix memory leakJohn Reck2012-08-081-0/+6
|/
* Remove usages of getCanvasJohn Reck2012-08-069-63/+74
* 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