aboutsummaryrefslogtreecommitdiffstats
path: root/gm/shapes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Skia Merge (revision 1510)Derek Sollenberger2011-06-071-6/+2
| | | | | | | | | | | | | | | | | | 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 808)Derek Sollenberger2011-02-231-16/+17
| | | | | | | | | | 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
* add SkSize.hMike Reed2009-09-141-0/+126
add golden-master (gm) test app