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

Side by Side Diff: include/core/SkFloatingPoint.h

Issue 1290733002: Revert[3] "move some public headers into private" (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « include/core/SkFloatBits.h ('k') | include/core/SkPicture.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2006 The Android Open Source Project 3 * Copyright 2006 The Android Open Source Project
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 8
9 9
10 #ifndef SkFloatingPoint_DEFINED 10 #ifndef SkFloatingPoint_DEFINED
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 // This is the number of significant digits we can print in a string such that w hen we read that 161 // This is the number of significant digits we can print in a string such that w hen we read that
162 // string back we get the floating point number we expect. The minimum value C requires is 6, but 162 // string back we get the floating point number we expect. The minimum value C requires is 6, but
163 // most compilers support 9 163 // most compilers support 9
164 #ifdef FLT_DECIMAL_DIG 164 #ifdef FLT_DECIMAL_DIG
165 #define SK_FLT_DECIMAL_DIG FLT_DECIMAL_DIG 165 #define SK_FLT_DECIMAL_DIG FLT_DECIMAL_DIG
166 #else 166 #else
167 #define SK_FLT_DECIMAL_DIG 9 167 #define SK_FLT_DECIMAL_DIG 9
168 #endif 168 #endif
169 169
170 #endif 170 #endif
OLDNEW
« no previous file with comments | « include/core/SkFloatBits.h ('k') | include/core/SkPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698