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

  /external/chromium_org/third_party/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...]
  /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 148 milliseconds