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

Side by Side Diff: include/core/SkFloatBits.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/SkEndian.h ('k') | include/core/SkFloatingPoint.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 2008 The Android Open Source Project 3 * Copyright 2008 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 SkFloatBits_DEFINED 10 #ifndef SkFloatBits_DEFINED
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 static inline int32_t SkFloatToIntCeil(float x) { 123 static inline int32_t SkFloatToIntCeil(float x) {
124 return SkFloatBits_toIntCeil(SkFloat2Bits(x)); 124 return SkFloatBits_toIntCeil(SkFloat2Bits(x));
125 } 125 }
126 126
127 // Scalar wrappers for float-bit routines 127 // Scalar wrappers for float-bit routines
128 128
129 #define SkScalarAs2sCompliment(x) SkFloatAs2sCompliment(x) 129 #define SkScalarAs2sCompliment(x) SkFloatAs2sCompliment(x)
130 #define Sk2sComplimentAsScalar(x) Sk2sComplimentAsFloat(x) 130 #define Sk2sComplimentAsScalar(x) Sk2sComplimentAsFloat(x)
131 131
132 #endif 132 #endif
OLDNEW
« no previous file with comments | « include/core/SkEndian.h ('k') | include/core/SkFloatingPoint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698