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

  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 125 double magmag = sqrt(xx * xx + yy * yy); local
126 mag = (float)magmag;
127 // we perform the divide with the double magmag, to stay exactly the
131 scale = (float)(1 / magmag);
  /external/skia/src/core/
SkPoint.cpp 125 double magmag = sqrt(xx * xx + yy * yy); local
126 mag = (float)magmag;
127 // we perform the divide with the double magmag, to stay exactly the
131 scale = (float)(1 / magmag);

Completed in 510 milliseconds