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

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

Completed in 52 milliseconds