| 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 | 7 |
| 8 #include "SkTypes.h" | 8 #include "SkTypes.h" |
| 9 #undef GetGlyphIndices | 9 #undef GetGlyphIndices |
| 10 | 10 |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 NULL, //advances | 614 NULL, //advances |
| 615 NULL, //offsets | 615 NULL, //offsets |
| 616 1, //num glyphs | 616 1, //num glyphs |
| 617 FALSE, //sideways | 617 FALSE, //sideways |
| 618 FALSE, //rtl | 618 FALSE, //rtl |
| 619 geometryToPath.get()), | 619 geometryToPath.get()), |
| 620 "Could not create glyph outline."); | 620 "Could not create glyph outline."); |
| 621 | 621 |
| 622 path->transform(fSkXform); | 622 path->transform(fSkXform); |
| 623 } | 623 } |
| OLD | NEW |