From 1a8ddf0a35bfb6c21a1184f81d2fdd50053acf31 Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Wed, 2 Nov 2011 19:34:16 +0000 Subject: Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. Review URL: http://codereview.appspot.com/5307077/ git-svn-id: http://skia.googlecode.com/svn/trunk@2584 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gyp/tests.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/tests.gyp') diff --git a/gyp/tests.gyp b/gyp/tests.gyp index d1904876f0..92aba93a03 100644 --- a/gyp/tests.gyp +++ b/gyp/tests.gyp @@ -47,6 +47,7 @@ '../tests/PDFPrimitivesTest.cpp', '../tests/PointTest.cpp', '../tests/Reader32Test.cpp', + '../tests/ReadPixelsTest.cpp', '../tests/RefDictTest.cpp', '../tests/RegionTest.cpp', '../tests/Sk64Test.cpp', -- cgit v1.2.3