Searched refs:SkFloatBits_toIntRound (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatBits.h52 SK_API int32_t SkFloatBits_toIntRound(int32_t floatBits);
117 return SkFloatBits_toIntRound(SkFloat2Bits(x));
/external/skia/include/core/
H A DSkFloatBits.h52 SK_API int32_t SkFloatBits_toIntRound(int32_t floatBits);
118 return SkFloatBits_toIntRound(SkFloat2Bits(x));
/external/chromium_org/third_party/skia/src/core/
H A DSkFloatBits.cpp105 int32_t SkFloatBits_toIntRound(int32_t packed) { function
/external/skia/src/core/
H A DSkFloatBits.cpp96 int32_t SkFloatBits_toIntRound(int32_t packed) { function

Completed in 145 milliseconds