Home
last modified time | relevance | path

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

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