Searched refs:tBits (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 226 int tBits = 0; in get_t_guess() local 229 ++tBits; in get_t_guess() 231 if (tBits) { in get_t_guess() 232 int tIndex = (tBase - 1) & ((1 << tBits) - 1); in get_t_guess()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_bottlenecks.h | 528 uint32 tBits, 1621 uint32 tBits, in DoVignetteMask16() 1633 tBits, in DoVignetteMask16() 1613 DoVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) DoVignetteMask16() argument
|
H A D | dng_reference.h | 479 uint32 tBits,
|
H A D | dng_reference.cpp | 2196 uint32 tBits, in RefVignetteMask16() 2200 uint32 tShift = 32 - tBits; in RefVignetteMask16() 2202 uint32 tLimit = 1 << tBits; in RefVignetteMask16() 2188 RefVignetteMask16(uint16 *mPtr, uint32 rows, uint32 cols, int32 rowStep, int64 offsetH, int64 offsetV, int64 stepH, int64 stepV, uint32 tBits, const uint16 *table) RefVignetteMask16() argument
|
Completed in 7 milliseconds