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

Side by Side Diff: third_party/tiff_v403/uvcode.h

Issue 1392373004: Rename lpng and tiff to third_party/ (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN Created 5 years, 2 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 /* Version 1.0 generated April 7, 1997 by Greg Ward Larson, SGI */ 1 /* Version 1.0 generated April 7, 1997 by Greg Ward Larson, SGI */
2 #define UV_SQSIZ (float)0.003500 2 #define UV_SQSIZ (float)0.003500
3 #define UV_NDIVS 16289 3 #define UV_NDIVS 16289
4 #define UV_VSTART (float)0.016940 4 #define UV_VSTART (float)0.016940
5 #define UV_NVS 163 5 #define UV_NVS 163
6 static struct { 6 static struct {
7 float ustart; 7 float ustart;
8 short nus, ncum; 8 short nus, ncum;
9 } uv_row[UV_NVS] = { 9 } uv_row[UV_NVS] = {
10 { (float)0.247663, 4, 0 }, 10 { (float)0.247663, 4, 0 },
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 { (float)0.016994, 31, 16237 }, 171 { (float)0.016994, 31, 16237 },
172 { (float)0.023659, 21, 16268 }, 172 { (float)0.023659, 21, 16268 },
173 }; 173 };
174 /* 174 /*
175 * Local Variables: 175 * Local Variables:
176 * mode: c 176 * mode: c
177 * c-basic-offset: 8 177 * c-basic-offset: 8
178 * fill-column: 78 178 * fill-column: 78
179 * End: 179 * End:
180 */ 180 */
OLDNEW
« third_party/third_party.gyp ('K') | « third_party/tiff_v403/tiffvers.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698