aboutsummaryrefslogtreecommitdiffstats
path: root/src/views
Commit message (Collapse)AuthorAgeFilesLines
* Skia Merge (revision 3312)Derek Sollenberger2012-03-061-1/+1
| | | | | | | This CL also includes changes made to Android's copy of Skia in their J release branch. Change-Id: Ib2baecf48004951a3ad4a1574cdc38790c814cbc
* Skia merge (revision 3022)Derek Sollenberger2012-02-0626-438/+663
| | | | | | | | This CL has companion changes to account for API updates in... (1) frameworks/base (2) external/webkit Change-Id: Ibb989e76e8bd24313849f9631dbef42cdef9eb7d
* Skia Merge (revision 1510)Derek Sollenberger2011-06-0727-0/+7295
| | | | | | | | | | | | | | | | | | This CL includes bug fixes and closely mirrors the version of Skia used in Chrome M13, which is likely to be our baseline for ICS. The CL also adds source files for the SampleApp which will allow us to execute basic skia tests. The SampleApp requires the utils/views directory in order to run. Finally, we have included the PDF backend for Skia in order to experiment with using it to generate PDF files for certain applications. Note: The SampleApp and PDF code are not built as part of libskia. Change-Id: I1895ccfbd8074e25f19148cc7bd1b4af571fb307
* Skia Merge (revision 922)Derek Sollenberger2011-03-1426-7352/+0
| | | | Change-Id: I7ed57d10905d8bad6486a4d7410165eec1cc2b4f
* Skia Merge (revision 808)Derek Sollenberger2011-02-237-395/+336
| | | | | | | | | | This merge has companion changes in the following projects in order to be compatible with changes to skia interfaces and practices: 1. /frameworks/base 2. /external/webkit Change-Id: I54092971305579e81a8fdb27bbe04ec340792e3b
* move bounder check before lockPixels on the bitmapMike Reed2010-02-092-165/+4
|
* refresh from skia/trunkMike Reed2010-01-041-1/+1
|
* new edgelist builder that chops segments into clip-sized coordinates, to ↵Mike Reed2009-11-201-25/+29
| | | | | | | | | | | | | | avoid overflows The change is conditional at the moment inside SkScan_Path.cpp, USE_NEW_BUILDER. This chopping is meant to only pass in reasonable floats to the edgelist, so that we never overflow when converting to fixed-point. It also has the side-effect of speeding up edges to the left/right of the clip, since those become vertical lines, which are faster to walk over than the original curve segment. Future optimizations: throw away segments to the right of the clip, and tweak the edgelist walker to not require an explicit matching right-edge for the current run.
* refresh from skia/trunkMike Reed2009-11-101-1/+13
| | | | | | support for SSE2 blitrow optimizations fix flattening in 2-point gradient fix rotation in colormatrix
* refresh from skia/trunkMike Reed2009-10-131-1/+1
|
* fix type that send affine matrix procs to the perspective case (much slower)Mike Reed2009-08-141-1/+7
|
* refresh from skiaMike Reed2009-06-0510-124/+124
| | | | | | | add isConvex to paths cache bitmap in gradients for opengl texture 64-bit fixes in views dumpcanvas now recurses on pictures
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0326-0/+7550
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0326-7550/+0
|
* auto import from //branches/cupcake/...@131421The Android Open Source Project2009-02-131-223/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-0927-0/+7773