Home
last modified time | relevance | path

Searched defs:SkSqrt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkMathPriv.h20 static inline int32_t SkSqrt32(int32_t n) { return SkSqrtBits(n, 15); } in SkSqrt32() function
/third_party/skia/src/core/
DSkMathPriv.h20 static inline int32_t SkSqrt32(int32_t n) { return SkSqrtBits(n, 15); } in SkSqrt32() function