Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
int32_t | SkSqrtBits (int32_t x, int count) |
int | SkPopCount_portable (uint32_t n) |
int | SkNthSet (uint32_t target, int n) |
Definition at line 53 of file SkMathPriv.cpp.
int SkPopCount_portable | ( | uint32_t | n | ) |
Definition at line 42 of file SkMathPriv.cpp.
int32_t SkSqrtBits | ( | int32_t | value, |
int | bitBias | ||
) |
Return the integer square root of value, with a bias of bitBias
Definition at line 18 of file SkMathPriv.cpp.