Searched refs:gInvSqrt14GuessTable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp261 static const uint16_t gInvSqrt14GuessTable[] = { variable
299 SkASSERT(top - 8 < SK_ARRAY_COUNT(gInvSqrt14GuessTable));
300 unsigned U = gInvSqrt14GuessTable[top - 8];
/external/skia/src/core/
H A DSkPoint.cpp261 static const uint16_t gInvSqrt14GuessTable[] = { variable
299 SkASSERT(top - 8 < SK_ARRAY_COUNT(gInvSqrt14GuessTable));
300 unsigned U = gInvSqrt14GuessTable[top - 8];

Completed in 49 milliseconds