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

/external/skia/src/core/
H A DSkPoint.cpp87 double magmag = sqrt(xx * xx + yy * yy); local
88 mag = (float)magmag;
89 // we perform the divide with the double magmag, to stay exactly the
93 scale = (float)(1 / magmag);
/external/skqp/src/core/
H A DSkPoint.cpp87 double magmag = sqrt(xx * xx + yy * yy); local
88 mag = (float)magmag;
89 // we perform the divide with the double magmag, to stay exactly the
93 scale = (float)(1 / magmag);

Completed in 242 milliseconds