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

/external/chromium_org/third_party/skia/src/effects/
H A DSkEmbossMask.cpp58 ::fprintf(file, "static const U16 gInvSqrtTable[128 * 128] = {\n");
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
H A DSkEmbossMask_Table.h12 static const uint16_t gInvSqrtTable[128 * 128] = { variable
/external/skia/src/effects/
H A DSkEmbossMask.cpp58 ::fprintf(file, "static const U16 gInvSqrtTable[128 * 128] = {\n");
126 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
H A DSkEmbossMask_Table.h12 static const uint16_t gInvSqrtTable[128 * 128] = { variable

Completed in 178 milliseconds