HomeSort by relevance Sort by last modified time
    Searched refs:gInvSqrtTable (Results 1 - 2 of 2) sorted by null

  /external/skia/src/effects/
SkEmbossMask.cpp 70 ::fprintf(file, "static const U16 gInvSqrtTable[128 * 128] = {\n");
143 SkFixed dot = (unsigned)(numer >> 4) * gInvSqrtTable[(SkAbs32(nx) >> 1 << 7) | (SkAbs32(ny) >> 1)] >> 20;
SkEmbossMask_Table.h 20 static const uint16_t gInvSqrtTable[128 * 128] = {
    [all...]

Completed in 243 milliseconds