remove tests for copyPixelsFrom (it is not gone)
git-svn-id: http://skia.googlecode.com/svn/trunk@2580 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
cad8176281
commit
ab77aafa8c
@ -550,6 +550,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) {
|
|||||||
reportCopyVerification(subset, bufBm, coords,
|
reportCopyVerification(subset, bufBm, coords,
|
||||||
"copyPixelsTo(buf, bufSize, rowBytes()-1)", reporter);
|
"copyPixelsTo(buf, bufSize, rowBytes()-1)", reporter);
|
||||||
|
|
||||||
|
#if 0 // copyPixelsFrom is gone
|
||||||
// Test #5 ////////////////////////////////////////////
|
// Test #5 ////////////////////////////////////////////
|
||||||
// Tests the case where the source stride is too small
|
// Tests the case where the source stride is too small
|
||||||
// for the source configuration.
|
// for the source configuration.
|
||||||
@ -584,6 +585,7 @@ static void TestBitmapCopy(skiatest::Reporter* reporter) {
|
|||||||
false);
|
false);
|
||||||
|
|
||||||
delete [] buf;
|
delete [] buf;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // for (size_t copyCase ...
|
} // for (size_t copyCase ...
|
||||||
|
Loading…
Reference in New Issue
Block a user