| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2011 Google Inc. | 2 * Copyright 2011 Google Inc. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license that can be | 4 * Use of this source code is governed by a BSD-style license that can be |
| 5 * found in the LICENSE file. | 5 * found in the LICENSE file. |
| 6 */ | 6 */ |
| 7 #include "SkTypes.h" | 7 #include "SkTypes.h" |
| 8 | 8 |
| 9 #include "Test.h" | 9 #include "Test.h" |
| 10 #include "SkBitmap.h" | 10 #include "SkBitmap.h" |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 REPORTER_ASSERT(reporter, | 105 REPORTER_ASSERT(reporter, |
| 106 compare(drawTextBitmap, drawTextRect, | 106 compare(drawTextBitmap, drawTextRect, |
| 107 drawPosTextBitmap, drawPosTextRect)); | 107 drawPosTextBitmap, drawPosTextRect)); |
| 108 } | 108 } |
| 109 } | 109 } |
| 110 } | 110 } |
| 111 } | 111 } |
| 112 } | 112 } |
| 113 | 113 |
| 114 #include "TestClassDef.h" | 114 #include "TestClassDef.h" |
| 115 DEFINE_TESTCLASS("DrawText_DrawPosText", DrawTextTestClass, test_drawText) | 115 DEFINE_TESTCLASS_SHORT(test_drawText) |
| OLD | NEW |