HomeSort by relevance Sort by last modified time
    Searched full:invrt (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkPoint.cpp 220 unsigned invrt = fast_invsqrt(x*x + y*y); local
222 x = x * invrt >> 12;
223 y = y * invrt >> 12;

Completed in 1142 milliseconds