OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkFloatBits_toIntRound
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatBits.h
52
SK_API int32_t
SkFloatBits_toIntRound
(int32_t floatBits);
117
return
SkFloatBits_toIntRound
(SkFloat2Bits(x));
/external/skia/include/core/
SkFloatBits.h
52
SK_API int32_t
SkFloatBits_toIntRound
(int32_t floatBits);
118
return
SkFloatBits_toIntRound
(SkFloat2Bits(x));
/external/chromium_org/third_party/skia/src/core/
SkFloatBits.cpp
105
int32_t
SkFloatBits_toIntRound
(int32_t packed) {
/external/skia/src/core/
SkFloatBits.cpp
96
int32_t
SkFloatBits_toIntRound
(int32_t packed) {
Completed in 1244 milliseconds