skia2/include
reed@google.com 1adcf8859c Goal: ensure we always balance lock/unlock pixels calls.
A big caller of lockPixels is setContext in the bitmapshader.

This change replaces beginSession/endSession with adding endContext(), and
adds debugging code to ensure that
1. setContext calls are never nested
2. endContext is always called after each setContext call.
Review URL: https://codereview.appspot.com/6937046

git-svn-id: http://skia.googlecode.com/svn/trunk@6798 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-12-13 21:39:56 +00:00
..
animator Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
config Disabling validation of the glyph cache for standard debug builds. 2012-11-30 16:19:32 +00:00
core Goal: ensure we always balance lock/unlock pixels calls. 2012-12-13 21:39:56 +00:00
device/xps Formatting cleanup: remove extra whitespace 2012-01-28 01:45:11 +00:00
effects Pull SkMergeImageFilter out into its own file. 2012-12-04 14:18:50 +00:00
gpu Change to BDS license (as we did with all the other files that were Apache) 2012-12-13 19:24:05 +00:00
images kill unused SkFlipPixelRef 2012-12-13 16:35:37 +00:00
pdf remove use of SkRefPtr in public header (SkPDFDocument.h) 2012-09-20 18:19:26 +00:00
pipe Adding a silent playback option to SkGPipeRead 2012-09-20 19:35:43 +00:00
ports Disable automatic font fallback of SkFontHost_android when building for WebKit 2012-10-09 19:26:59 +00:00
svg Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
text Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00
utils revert 6766, thereby re-landing 6762-6763 now that the bots are ready 2012-12-12 20:48:18 +00:00
views Improve NaCl support 2012-11-01 17:43:44 +00:00
xml Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) 2012-08-23 18:09:54 +00:00