Go to file
caryclark@google.com 9da0cea3a3 fix warnings on Mac in experimental
Fix these class of warnings:
- unused functions
- unused locals
- sign mismatch
- missing function prototypes
- missing newline at end of file
- 64 to 32 bit truncation

The changes prefer to link in dead code in the debug build
with 'if (false)' than to comment it out, but trivial cases
are commented out or sometimes deleted if it appears to be
a copy/paste error.
Review URL: https://codereview.appspot.com/6307044

git-svn-id: http://skia.googlecode.com/svn/trunk@4187 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-06-06 12:11:33 +00:00
animations first cut at a checkbox 2009-10-21 19:41:10 +00:00
bench We often rgn-diff an area >= the other rgn. now we detect that and return empty 2012-05-31 18:28:59 +00:00
experimental fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00
forth Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
gm fix warnings on Mac in gm 2012-06-06 12:10:45 +00:00
gyp Instance counting for SkRefCnt-derived objects (w/ CanvasTest fix) 2012-06-05 19:35:09 +00:00
include fix warnings on Mac in miscellaneous files 2012-06-06 12:11:10 +00:00
samplecode fix warnings on Mac in ssamplecode 2012-06-06 12:09:51 +00:00
src fix warnings on Mac in miscellaneous files 2012-06-06 12:11:10 +00:00
tests fix warnings on Mac in tests 2012-06-06 12:03:39 +00:00
third_party Remove tesselated path renderer and supporting code, glu, and libtess target 2012-05-11 17:32:43 +00:00
tools fix warnings on Mac in miscellaneous files 2012-06-06 12:11:10 +00:00
trybots_to_run Update list of trybots used by https://goto.google.com/HowToLandSkiaChangesThatChangeWebkitLayoutTests 2012-05-29 15:33:30 +00:00
DEPS Update skia's gyp to r1320. 2012-04-09 13:57:45 +00:00
Doxyfile Create update-doxygen script that generates and uploads docs 2011-12-06 14:52:38 +00:00
gyp_skia Make all gyp targets automatically include common.gypi 2012-03-16 13:52:49 +00:00
LICENSE Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.bat Manually update copyright notices in files that defied the automated process 2011-07-28 14:24:55 +00:00
make.py Make "make gyp" work on Windows 2012-03-23 18:14:25 +00:00
Makefile Support Mac-Android Cross-Compilation 2012-06-05 17:57:48 +00:00
Makefile.old Higher resolution timers for bench. 2011-06-07 19:16:02 +00:00
README whitespace commit to trigger buildbot 2011-07-15 14:11:58 +00:00
skia.gyp Some final cleanups leading up to The Official Switch to Gyp 2011-06-07 14:48:41 +00:00
whitespace.txt Whitespace change - could not reproduce r4049's Debug Android failure locally 2012-05-25 12:26:30 +00:00

Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.

See full details, and build instructions, at http://code.google.com/p/skia/wiki/DocRoot