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

/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp126 double magmag = sqrt(xx * xx + yy * yy); local
127 mag = (float)magmag;
128 // we perform the divide with the double magmag, to stay exactly the
132 scale = (float)(1 / magmag);
/external/skia/src/core/
H A DSkPoint.cpp125 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 83 milliseconds