| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright 2010 The Android Open Source Project | 2 * Copyright 2010 The Android Open Source Project |
| 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 | 7 |
| 8 #include "SkData.h" | 8 #include "SkData.h" |
| 9 #include "SkPDFFont.h" | 9 #include "SkPDFFont.h" |
| 10 #include "SkPDFTypes.h" | 10 #include "SkPDFTypes.h" |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 <004F> <006C>\n\ | 171 <004F> <006C>\n\ |
| 172 <0051> <006E>\n\ | 172 <0051> <006E>\n\ |
| 173 endbfchar\n\ | 173 endbfchar\n\ |
| 174 1 beginbfrange\n\ | 174 1 beginbfrange\n\ |
| 175 <0056> <0057> <0073>\n\ | 175 <0056> <0057> <0073>\n\ |
| 176 endbfrange\n"; | 176 endbfrange\n"; |
| 177 | 177 |
| 178 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, | 178 REPORTER_ASSERT(reporter, stream_equals(buffer2, 0, expectedResult2, |
| 179 buffer2.getOffset())); | 179 buffer2.getOffset())); |
| 180 } | 180 } |
| OLD | NEW |