OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gInvSqrtTable
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/effects/
SkEmbossMask.cpp
58
::fprintf(file, "static const U16
gInvSqrtTable
[128 * 128] = {\n");
126
SkFixed dot = (unsigned)(numer >> 4) *
gInvSqrtTable
[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkEmbossMask_Table.h
12
static const uint16_t
gInvSqrtTable
[128 * 128] = {
[
all
...]
Completed in 1297 milliseconds