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

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformationMatrix.cpp260 static double v3Length(Vector3 a) function in namespace:blink
267 double len = v3Length(v);
375 result.scaleX = v3Length(row[0]);
383 result.scaleY = v3Length(row[1]);
394 result.scaleZ = v3Length(row[2]);

Completed in 78 milliseconds