Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c

Issue 1707923002: Expand all paths to be based off pdfium/ directory (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Sort headers Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #include "chromefontdata.h" 7 #include "core/src/fxge/fontdata/chromefontdata/chromefontdata.h"
8 8
9 const unsigned char g_FoxitSymbolFontData [16729] = {0x1, 9 const unsigned char g_FoxitSymbolFontData [16729] = {0x1,
10 0x0, 0x4, 0x2, 0x0, 0x1, 0x 1, 0x1, 0xf, 10 0x0, 0x4, 0x2, 0x0, 0x1, 0x 1, 0x1, 0xf,
11 0x43, 0x68, 0x72, 0x6f, 0x6 d, 0x53, 0x79, 0x6d, 11 0x43, 0x68, 0x72, 0x6f, 0x6 d, 0x53, 0x79, 0x6d,
12 0x62, 0x6f, 0x6c, 0x4f, 0x5 4, 0x46, 0x0, 0x1, 12 0x62, 0x6f, 0x6c, 0x4f, 0x5 4, 0x46, 0x0, 0x1,
13 0x1, 0x1, 0x26, 0xf8, 0x10, 0x0, 0xf8, 0xad, 13 0x1, 0x1, 0x26, 0xf8, 0x10, 0x0, 0xf8, 0xad,
14 0x1, 0xf8, 0xae, 0x2, 0xf8, 0xae, 0x3, 0xf8, 14 0x1, 0xf8, 0xae, 0x2, 0xf8, 0xae, 0x3, 0xf8,
15 0x18, 0x4, 0xfb, 0x48, 0xfb , 0xba, 0xfa, 0xd6, 15 0x18, 0x4, 0xfb, 0x48, 0xfb , 0xba, 0xfa, 0xd6,
16 0xfa, 0x86, 0x5, 0x1c, 0x6, 0x3d, 0xf, 0x1c, 16 0xfa, 0x86, 0x5, 0x1c, 0x6, 0x3d, 0xf, 0x1c,
17 0x6, 0x89, 0x11, 0xab, 0x1c , 0x3e, 0xa2, 0x12, 17 0x6, 0x89, 0x11, 0xab, 0x1c , 0x3e, 0xa2, 0x12,
(...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
2092 0xb, 0xc9, 0x7, 0xfc, 0x85, 0xf7, 0x7a, 0x5, 2092 0xb, 0xc9, 0x7, 0xfc, 0x85, 0xf7, 0x7a, 0x5,
2093 0x4d, 0x7, 0xb, 0x67, 0xa8, 0x6e, 0xaf, 0xaf, 2093 0x4d, 0x7, 0xb, 0x67, 0xa8, 0x6e, 0xaf, 0xaf,
2094 0xa7, 0xa8, 0xaf, 0xaf, 0xb , 0xfb, 0x51, 0x40, 2094 0xa7, 0xa8, 0xaf, 0xaf, 0xb , 0xfb, 0x51, 0x40,
2095 0xa9, 0x35, 0xa, 0xb, 0x36, 0x15, 0xdf, 0xfa, 2095 0xa9, 0x35, 0xa, 0xb, 0x36, 0x15, 0xdf, 0xfa,
2096 0x86, 0x37, 0x6, 0xe, 0x1, 0xb3, 0xc2, 0xf8, 2096 0x86, 0x37, 0x6, 0xe, 0x1, 0xb3, 0xc2, 0xf8,
2097 0xda, 0xc2, 0x3, 0xb3, 0xb, 0x41, 0xa, 0xfb, 2097 0xda, 0xc2, 0x3, 0xb3, 0xb, 0x41, 0xa, 0xfb,
2098 0x17, 0xb, 0x15, 0xa9, 0xa6 , 0xaa, 0x9f, 0xb8, 2098 0x17, 0xb, 0x15, 0xa9, 0xa6 , 0xaa, 0x9f, 0xb8,
2099 0x1b, 0xaa, 0xb, 0x8a, 0x1f , 0xfc, 0x29, 0x54, 2099 0x1b, 0xaa, 0xb, 0x8a, 0x1f , 0xfc, 0x29, 0x54,
2100 0x6, 0xe, 0x90, 0x90, 0x8f, 0x8e, 0x8d, 0xb 2100 0x6, 0xe, 0x90, 0x90, 0x8f, 0x8e, 0x8d, 0xb
2101 }; 2101 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698