Home
last modified time | relevance | path

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

/third_party/skia/src/pathops/
H A DSkPathOpsWinding.cpp226 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 Ddng_bottlenecks.h528 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 Ddng_reference.h479 uint32 tBits,
H A Ddng_reference.cpp2196 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